TripAdvisor Gateway API
The **only TripAdvisor API on RapidAPI** built on the official Partner Content API — not scraping. Bring your own **free TripAdvisor key** and get your own dedicated quota with no shared rate limits. All 8 endpoints including exclusive composite calls and **AI-powered reputation intelligence** powered by GPT-4o-mini. **What makes it different:** - ✅ Official API — never breaks, no bans, no grey…
TripAdvisor Gateway API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
searchLocations /search |
Returns up to 10 locations matching a text query. Use the returned `location_id` values to call the Location endpoints. > **Tip:** Combine `latLong` + `radius` + `category` to… |
| GET |
searchNearby /nearby |
Returns up to 10 locations near a given latitude/longitude coordinate. Ideal for "near me" and map-based features. |
| Location | ||
| GET |
getLocationReviews /location/reviews |
Returns up to 5 most recent reviews for a location. Each review includes full text, rating, subratings, trip type, travel date, and reviewer profile. |
| GET |
getLocationPhotos /location/photos |
Returns up to 5 recent photos for a location, ordered by recency. Each photo includes **5 size variants**: thumbnail (50px), small (150px), medium (250px), large (550px), and… |
| GET |
getLocationDetails /location/details |
Returns comprehensive details for a specific location: name, description, address, coordinates, contact info, rating, ranking, subratings (food / service / value / atmosphere),… |
| Composite | ||
| GET |
searchAndGetDetails /search/full |
**Exclusive composite endpoint.** Searches for a location by name and returns full Details for the top result — in a single API call. > **Request counting:** 1 RapidAPI request =… |
| GET |
getLocationFull /location/full |
**Exclusive composite endpoint.** Returns Location Details, Photos, and Reviews in a single API call. Replaces 3 separate requests. Ideal for location detail pages and reputation… |
| Intelligence | ||
| GET |
getLocationIntelligence /location/intelligence |
Analyzes TripAdvisor reviews using AI and returns structured reputation intelligence: overall score (0-100), sentiment, strengths, weaknesses, critical alerts, trend direction,… |
TripAdvisor Gateway API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | 10 / second |
|
| ULTRA | $25 / month | 20 / second |
|
| MEGA | $59 / month | 30 / second |
|