Skip to content
All sites
Data API

Tripadvisor Data API

Structured JSON data, on demand, with anti-bot bypass built in.

3endpointsRate Limit handled for you
tripadvisor.comGET/tripadvisor/p…GET/tripadvisor/r…GET/tripadvisor/s…{ } JSON
Example
tripadvisor.com
Example
JSON responseclick the page to trace a field
{
"location_id": "93589",
"page": 1,
"market": "us",
"search_information": {
"total_reviews": 5204
},
"reviews": [
{
"position": 1,
"title": "Great location",
"rating": 5,
"snippet": "Hotel is perfectly located 3 minutes from Times Square.",
"review_id": "981234567",
"link": null,
"date": "2026-08-01",
"language": "en",
"original_language": null,
"trip_info": {
"date": "August 2026",
"type": "Couples"
},
"votes": 12,
"author": {
"author_id": null,
"username": "Louis F",
"display_name": "Louis F",
"link": null,
"avatar": null,
"contributions": null,
"hometown": "Boston, MA"
},
"response": null,
"rating_scale": 5,
"visit_date": "August 2026",
"trip_type": "Couples",
"helpful_votes": 12,
"scraped_at": "2026-08-16T12:00:00Z"
},
{
"position": 2,
"title": "Mediocrity at a high price",
"rating": 1,
"snippet": "Expected more for the nightly rate.",
"review_id": "979112233",
"link": null,
"date": "2026-07-18",
"language": "en",
"original_language": null,
"trip_info": {
"date": "July 2026",
"type": "Solo"
},
"votes": 3,
"author": {
"author_id": null,
"username": "Lea M",
"display_name": "Lea M",
"link": null,
"avatar": null,
"contributions": null,
"hometown": "Paris, France"
},
"response": null,
"rating_scale": 5,
"visit_date": "July 2026",
"trip_type": "Solo",
"helpful_votes": 3,
"scraped_at": "2026-08-16T12:00:00Z"
}
],
"summary": {
"rating": 4.5,
"reviews_count": 5204
},
"reviews_results": {
"ratings": [
{
"stars": 5,
"count": 3120
},
{
"stars": 4,
"count": 1290
},
{
"stars": 3,
"count": 470
},
{
"stars": 2,
"count": 210
},
{
"stars": 1,
"count": 114
}
],
"reviews": {
"count": 5204,
"rating": 4.5,
"top_positive": {
"title": "Great location",
"rating": 5,
"user": "Louis F",
"user_location": "Boston, MA",
"date": "2026-08-01",
"visit_date": "August 2026",
"helpful_votes": 12,
"trip_type": "Couples",
"text": "Hotel is perfectly located 3 minutes from Times Square."
},
"top_negative": {
"title": "Mediocrity at a high price",
"rating": 1,
"user": "Lea M",
"user_location": "Paris, France",
"date": "2026-07-18",
"visit_date": "July 2026",
"helpful_votes": 3,
"trip_type": "Solo",
"text": "Expected more for the nightly rate."
},
"customer_reviews": [
{
"title": "Great location",
"text": "Perfectly located 3 minutes from Times Square.",
"rating": 5,
"user": "Louis F",
"user_location": "Boston, MA",
"date": "2026-08-01",
"visit_date": "August 2026",
"helpful_votes": 12,
"trip_type": "Couples",
"id": "981234567"
},
{
"title": "Mediocrity at a high price",
"text": "Expected more for the nightly rate.",
"rating": 1,
"user": "Lea M",
"user_location": "Paris, France",
"date": "2026-07-18",
"visit_date": "July 2026",
"helpful_votes": 3,
"trip_type": "Solo",
"id": "979112233"
}
]
}
},
"nextCursor": "2"
}
GET/v1/data/tripadvisor/reviews1 credit / run

Place Reviews

Paginated traveler reviews with the star-rating histogram and rating summary for a hotel, restaurant, or attraction. Supports sort, language, and an exact star-rating filter so every review is reachable.

Handled for you:Rate Limit
Parameters
NameTypeReqDescription
location_idstringyesNumeric location id: the d-token in the URL (e.g. 93589).
Advanced filters
sortstringnoReview ordering. The public place page renders newest-first with no sort query token, so this is accepted but not applied. (default: newest)
ratingintegernoKeep only reviews with this exact star rating, 1 to 5.
languagestringnoTwo-letter language code to restrict reviews to, e.g. 'en', 'fr', 'es'. Maps to Tripadvisor's filterLang. (default: en)
pageintegernoPage number (10 reviews/page). (default: 1)
marketstringnous | gb | fr | it. (default: us)