/expedia/activities/searchapiKey5 credits/requestSearch Expedia activities
Returns normalized Expedia Things To Do (activities/tours) search results for a free-text destination and date range.
Required params: option:body
API Reference
Use Crawlora's Expedia API endpoints to extract supported public Expedia data as structured JSON. This documentation covers 7 active endpoints including Search Expedia activities, Search Expedia flights, Search Expedia destinations, Expedia Stays property detail, 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 option, 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 POST "https://api.crawlora.net/api/v1/expedia/locations/search" \
-H "x-api-key: $CRAWLORA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"currency":"USD","locale":"en_US","term":"Miami"}'These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/expedia/activities/searchapiKey5 credits/requestReturns normalized Expedia Things To Do (activities/tours) search results for a free-text destination and date range.
Required params: option:body
/expedia/flights/searchapiKey5 credits/requestReturns normalized Expedia Flights search results (departing-leg offers) for an origin/destination IATA pair and date range.
Required params: option:body
/expedia/locations/searchapiKey1 credit/requestReturns normalized destination/property typeahead suggestions (cities, airports, neighborhoods, hotels) for a free-text term.
Required params: option:body
/expedia/properties/detailapiKey5 credits/requestReturns a hotel's detail summary (name, star rating, address/coordinates, top amenities) for a known property id.
Required params: option:body
/expedia/properties/filtersapiKey3 credits/requestReturns the sort and filter facets (amenities, star rating, neighborhood, nightly price range, sort options) available for a Stays search.
Required params: option:body
/expedia/properties/reviewsapiKey3 credits/requestReturns a hotel's overall rating and highlighted/recent guest reviews (reviewer, date, rating, message) for a known property id.
Required params: option:body
/expedia/properties/searchapiKey5 credits/requestReturns normalized Expedia Stays (hotel) search results for a free-text destination and date range.
Required params: option:body
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Search Expedia activities | /expedia/activities/search | POST | 5 credits/request | option:body | View docs | Try endpoint |
| Search Expedia flights | /expedia/flights/search | POST | 5 credits/request | option:body | View docs | Try endpoint |
| Search Expedia destinations | /expedia/locations/search | POST | 1 credit/request | option:body | View docs | Try endpoint |
| Expedia Stays property detail | /expedia/properties/detail | POST | 5 credits/request | option:body | View docs | Try endpoint |
| Expedia search filters | /expedia/properties/filters | POST | 3 credits/request | option:body | View docs | Try endpoint |
| Expedia Stays property guest reviews | /expedia/properties/reviews | POST | 3 credits/request | option:body | View docs | Try endpoint |
| Search Expedia Stays properties | /expedia/properties/search | POST | 5 credits/request | option:body | View docs | Try endpoint |