TripAdvisor API
## Real-time TripAdvisor Data at Your Fingertips Access comprehensive TripAdvisor data through a single, unified REST API. Search hotels, restaurants, attractions, read reviews, browse photos, explore Q&A threads, and retrieve travel tips for any location worldwide. ## Endpoints - **Hotels** — Search, detail, filters, and date-range pricing with room availability - **Restaurants** — Search,…
TripAdvisor API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Location | ||
| GET |
/api/v1/location/search /api/v1/location/search |
Search for hotels, restaurants, attractions, and cities by name. |
| GET |
/api/v1/location/nearby /api/v1/location/nearby |
Find hotels, restaurants, or attractions near a lat/lng coordinate. |
| Hotels | ||
| GET |
/api/v1/hotels/{locationId}/detail /api/v1/hotels/{locationId}/detail |
Get full details for a specific hotel including amenities, description, and rating breakdown. |
| GET |
/api/v1/hotels/{locationId}/offers /api/v1/hotels/{locationId}/offers |
Get real-time pricing and booking offers for a hotel on specific dates. |
| GET |
/api/v1/hotels/filters /api/v1/hotels/filters |
Get available filters (amenities, star ratings, price range) for hotel search. |
| GET |
/api/v1/hotels/search /api/v1/hotels/search |
Search hotels in a location. Returns name, rating, price, address, and thumbnail. |
| Restaurants | ||
| GET |
/api/v1/restaurants/{locationId}/detail /api/v1/restaurants/{locationId}/detail |
Get full details for a specific restaurant including cuisine, hours, price range, and contact info. |
| GET |
/api/v1/restaurants/search /api/v1/restaurants/search |
Search restaurants in a location. Returns name, rating, cuisine, price level, and address. |
| GET |
/api/v1/restaurants/filters /api/v1/restaurants/filters |
Get available cuisine types, dietary options, and meal categories for filtering. |
| Attractions | ||
| GET |
/api/v1/attractions/search /api/v1/attractions/search |
Search things-to-do and attractions in a location. |
| GET |
/api/v1/attractions/filters /api/v1/attractions/filters |
Get available categories and subcategories for attraction filtering. |
| GET |
/api/v1/attractions/{locationId}/detail /api/v1/attractions/{locationId}/detail |
Get full details for a specific attraction including description, hours, and rating. |
| Reviews | ||
| GET |
/api/v1/reviews/{locationId}/list /api/v1/reviews/{locationId}/list |
Get reviews for any hotel, restaurant, or attraction. Supports filtering by rating, language, and traveler type. |
| Photos | ||
| GET |
/api/v1/photos/{locationId}/list /api/v1/photos/{locationId}/list |
Get photos for any hotel, restaurant, or attraction. |
| Q&A | ||
| GET |
/api/v1/answers/{locationId}/{questionId}/list /api/v1/answers/{locationId}/{questionId}/list |
Get answers for a specific traveler question. |
| GET |
/api/v1/questions/{locationId}/list /api/v1/questions/{locationId}/list |
Get traveler questions for a location. |
| Tips | ||
| GET |
/api/v1/tips/{locationId}/list /api/v1/tips/{locationId}/list |
Get short traveler tips for a location. |
| Keywords | ||
| GET |
/api/v1/keywords/{locationId}/list /api/v1/keywords/{locationId}/list |
Get the review keyword tag cloud for a location (popular words from reviews with sentiment). |
| Attraction Products | ||
| GET |
/api/v1/attraction-products/{locationId}/search /api/v1/attraction-products/{locationId}/search |
Get bookable experiences and tours for an attraction. |
TripAdvisor API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | — |
|
| ULTRA Recommended | $45 / month | — |
|
| MEGA | $150 / month | — |
|