travel-hotel-researchlisted
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** —