/booking-attractions/detailapiKey3 credits/requestBooking.com attraction detail
Returns a Booking.com attraction's detail page.
Required params: slug:query
API Reference
Use Crawlora's Booking API endpoints to extract supported public Booking data as structured JSON. This documentation covers 8 active endpoints including Booking.com attraction detail, Booking.com attraction reviews, Search Booking.com attractions, Booking.com flight autocomplete, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and agent-native workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as slug, product_id, query, start_date, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/booking/search?query=coffee&page=1" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/booking-attractions/detailapiKey3 credits/requestReturns a Booking.com attraction's detail page.
Required params: slug:query
/booking-attractions/reviewsapiKey3 credits/requestReturns normalized guest reviews for a Booking.com attraction.
Required params: product_id:query
/booking-attractions/searchapiKey5 credits/requestReturns normalized Booking.com attractions/things-to-do search results for a destination and date range, with an optional category/subcategory filter and a discoverable category taxonomy.
Required params: query:query, start_date:query
/booking-flights/autocompleteapiKey1 credit/requestReturns Booking.com flight-search location suggestions (airports/cities) for a query string.
Required params: query:query
/booking-flights/searchapiKey5 credits/requestReturns normalized round-trip or one-way flight offers between two Booking.com flight-search locations.
Required params: from:query, to:query, depart:query
/booking/hotel-detailapiKey5 credits/requestReturns a Booking.com hotel's core detail page: rating, facilities, highlights, house rules, cover photos, and rooms with their own photos.
Required params: hotel_id:query
/booking/reviewsapiKey3 credits/requestReturns normalized guest reviews for a Booking.com hotel, with an optional free-text search over review content.
Required params: hotel_id:query, hotel_country_code:query
/booking/searchapiKey5 credits/requestReturns normalized Booking.com hotel search results for a destination and date range.
Required params: query:query, checkin:query, checkout:query
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Booking.com attraction detail | /booking-attractions/detail | GET | 3 credits/request | slug:query | View docs | Try endpoint |
| Booking.com attraction reviews | /booking-attractions/reviews | GET | 3 credits/request | product_id:query | View docs | Try endpoint |
| Search Booking.com attractions | /booking-attractions/search | GET | 5 credits/request | query:query, start_date:query | View docs | Try endpoint |
| Booking.com flight autocomplete | /booking-flights/autocomplete | GET | 1 credit/request | query:query | View docs | Try endpoint |
| Search Booking.com flights | /booking-flights/search | GET | 5 credits/request | from:query, to:query, depart:query | View docs | Try endpoint |
| Booking.com hotel detail | /booking/hotel-detail | GET | 5 credits/request | hotel_id:query | View docs | Try endpoint |
| Booking.com hotel reviews | /booking/reviews | GET | 3 credits/request | hotel_id:query, hotel_country_code:query | View docs | Try endpoint |
| Search Booking.com hotels | /booking/search | GET | 5 credits/request | query:query, checkin:query, checkout:query | View docs | Try endpoint |