Expedia Data
Real-time travel search API powered by Expedia. Search and compare hotels, flights, rental cars, and activities worldwide with live pricing, availability, and detailed property information including guest reviews. Supports smart filtering, multi-currency (USD, EUR, GBP), and pagination.
Expedia Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| hotels | ||
| POST |
searchHotels /hotels/search |
Search for hotel properties at any destination with real-time pricing and availability. First call POST /suggest to get the region_id for your destination, then use it here.… |
| GET |
getHotelDetails /hotels/details |
Get complete details for a specific hotel property including rooms, rates, amenities, photos, policies, and neighborhood info. Use the property_id from hotel search results.… |
| GET |
getHotelReviews /hotels/reviews |
Get paginated guest reviews for any hotel with optional filtering by keyword, traveler type, and sort order. Also returns available filter options so you know what filters are… |
| flights | ||
| POST |
searchFlights /flights/search |
Search for flights with real-time pricing, airline info, duration, and layover details. Supports one-way and round-trip searches. **How to use:** First call POST /suggest with… |
| cars | ||
| POST |
searchCars /cars/search |
Search for rental cars at any location with real-time pricing, vehicle specs, and supplier details. **How to use:** Provide pickup and dropoff locations (city name or address)… |
| activities | ||
| POST |
searchActivities /activities/search |
Search for tours, attractions, and things to do at any destination with real-time pricing and availability. **How to use:** First call POST /suggest with lob="ACTIVITIES" to get… |
| suggest | ||
| POST |
suggest /suggest |
Location autocomplete / typeahead search. Returns region_ids, coordinates, and formatted location names for use in other endpoints. **How to use:** Type a city, airport, hotel… |
Expedia Data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $6.99 / month | 25 / minute |
|
| ULTRA | $23.99 / month | 50 / minute |
|
| MEGA | $119.99 / month | — |
|