trivago API
## trivago API — Real-Time Hotel Data at Scale Access comprehensive hotel data from **trivago**, one of the world's largest hotel meta-search platforms aggregating **5M+ hotels** from **1M+ booking sites**. ## Key Endpoints | Endpoint | Description | |----------|-------------| | `/search` | Search hotels by destination with filters (dates, guests, rooms, stars, budget) | | `/destination-search`…
trivago API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
/api/v1/destination-search /api/v1/destination-search |
Search for destinations (cities, regions, countries) by text query. Returns destination IDs for use with /search. |
| GET |
/api/v1/search /api/v1/search |
Search for hotels in a destination. Returns up to 35 hotels per page. Use offset for pagination. Get destinationId from /destination-search. |
| Hotel | ||
| GET |
/api/v1/hotel-rooms /api/v1/hotel-rooms |
Get all available room types with bed configuration, amenities, size, and photos. |
| GET |
/api/v1/price-calendar /api/v1/price-calendar |
Get forecasted prices for a hotel by day or month. No competitor API has this endpoint. |
| GET |
/api/v1/hotel-contacts /api/v1/hotel-contacts |
Get the hotel's address, phone number, website, email, and postal code. No competitor API has this endpoint. |
| GET |
/api/v1/nearby-hotels /api/v1/nearby-hotels |
Get hotels near a specific hotel. Useful for comparison and alternatives. |
| GET |
/api/v1/hotel-ratings /api/v1/hotel-ratings |
Get the overall rating, aspect ratings (Facilities, Cleanliness, etc.), and per-advertiser ratings for a hotel. |
| GET |
/api/v1/hotel-amenities /api/v1/hotel-amenities |
Get all amenity groups with features, plus top highlighted amenities for a hotel. |
| GET |
/api/v1/hotel-photos /api/v1/hotel-photos |
Get all hotel photos with full image URLs. Photos are from the hotel's gallery. |
| GET |
/api/v1/hotel-reviews /api/v1/hotel-reviews |
Get the AI-generated review summary, review count, languages, and rating statistics for a hotel. |
| GET |
/api/v1/hotel-details /api/v1/hotel-details |
Retrieve core details for a hotel including coordinates, check-in/out hours, amenities flag, rating, and photos count. |
| Destinations | ||
| GET |
/api/v1/top-destinations /api/v1/top-destinations |
Get trivago's top hotel destinations worldwide with average prices and hotel counts. No competitor API has this endpoint. |
trivago API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | — |
|
| ULTRA Recommended | $39 / month | — |
|
| MEGA | $79 / month | — |
|