← ClaudeAtlas

travel-hotel-researchlisted

Researches hotels, flights, attractions, short-term rentals, and live events via the Crawlora API — Booking.com, Expedia, Agoda, TripAdvisor, Trip.com, Airbnb, and Ticketmaster — returning clean JSON. Use when the user wants to search or compare hotel/stay prices and reviews, look up flight options, find attractions/things-to-do or concerts/events, or research an Airbnb host or listing.
Crawlora-org/crawlora-skills · ★ 0 · AI & Automation · score 72
Install: claude install-skill Crawlora-org/crawlora-skills
# Travel & hotel research Search and compare hotels, flights, attractions, short-term rentals, and live events across seven travel platforms as normalized JSON from the Crawlora API — no scraping OTA search-result pages. ## When to use this skill - "Find hotels in <city> for <dates>" / compare prices across OTAs. - "What are the reviews like for this hotel/attraction?" - "Search flights from <origin> to <destination>." - "What's there to do in <city>?" (attractions/tours, or concerts/events). - "Look up this Airbnb host/listing" (reviews, calendar, other listings). - "Find tickets/events for <artist> in <city>" (Ticketmaster). ## Setup (one-time) - Get a free Crawlora API key (2,000 credits/mo, no card) at [https://crawlora.net](https://crawlora.net?utm_source=github&utm_medium=referral&utm_campaign=crawlora-skills). - `export CRAWLORA_API_KEY=sk_your_key_here` - All requests: `x-api-key: $CRAWLORA_API_KEY` against `https://api.crawlora.net/api/v1`. Missing/invalid key → `401`. ## How it works 1. **Hotels** — `/booking/search` (params `query`, `checkin`, `checkout`), `/agoda/hotels/search`, `/tripcom/hotels/search` (GET, by city) or `POST /expedia/properties/search` (Expedia's Stays API is POST-only — its exact request-body field names are undocumented, see below); detail via `/booking/hotel-detail`, `/agoda/hotels/{property_id}`, `POST /expedia/properties/detail`; reviews via `/booking/reviews`, `POST /expedia/properties/reviews`. 2. **Flights** —