All sites
Data API
Tripadvisor Data API
Structured JSON data, on demand, with anti-bot bypass built in.
3endpointsRate Limit handled for you
Example
tripadvisor.com
ExampleJSON responseclick the page to trace a field
{
"location_id": "93589",
"market": "us",
"place_result": {
"type": "hotel",
"name": "The Michelangelo New York",
"rating": 4.5,
"reviews": 5204,
"is_claimed": null,
"ranking": "#115 of 525",
"categories": [
{
"name": "Hotels",
"link": null
}
],
"price_level": "$266 - $780",
"images": [
"https://media-cdn.tripadvisor.com/media/photo-s/2a/00/the-michelangelo.jpg",
"https://media-cdn.tripadvisor.com/media/photo-s/2a/01/lobby.jpg",
"https://media-cdn.tripadvisor.com/media/photo-s/2a/02/suite.jpg"
],
"website": "https://www.michelangelohotel.com",
"menu": null,
"phone": "+1 212-765-1900",
"email": null,
"cuisines": null,
"diets": null,
"meal_types": null,
"dining_options": null,
"address": "152 W 51st St, New York City, NY 10019",
"address_link": null,
"neighborhood": null,
"neighborhood_description": null,
"operation_hours": null,
"reviews_summary": null,
"reviews_highlights": null,
"reviews_list": null,
"location_id": "93589",
"ranking_position": 115,
"ranking_total": 525,
"price_band": null,
"hotel_class": 4,
"awards": [
"Travelers Choice"
],
"description": "The Michelangelo is a boutique hotel steps from Times Square.",
"address_parts": {
"street": "152 W 51st St",
"city": "New York City",
"region": "NY",
"postal_code": "10019",
"country": "US"
},
"amenities": [
"Free Wifi",
"Fitness Center",
"Bar/Lounge",
"Room Service",
"Concierge",
"Non-smoking rooms"
],
"hours": null,
"image": "https://media-cdn.tripadvisor.com/media/photo-s/2a/00/the-michelangelo.jpg",
"photos": [
"https://media-cdn.tripadvisor.com/media/photo-s/2a/00/the-michelangelo.jpg",
"https://media-cdn.tripadvisor.com/media/photo-s/2a/01/lobby.jpg",
"https://media-cdn.tripadvisor.com/media/photo-s/2a/02/suite.jpg"
],
"latitude": 40.7616,
"longitude": -73.9822,
"url": "https://www.tripadvisor.com/Hotel_Review-g60763-d93589-Reviews-The_Michelangelo-New_York_City_New_York.html",
"scraped_at": "2026-08-16T12:00:00Z"
}
}
GET
/v1/data/tripadvisor/place1 credit / runPlace Details
Full details for a hotel, restaurant, or attraction by its Tripadvisor location id: rating, ranking, price band, cuisine, address, phone, website, opening hours, a photo gallery, amenities, and map coordinates.
Handled for you:Rate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| location_id | string | yes | Numeric location id: the d-token in the URL (e.g. 93589 from -d93589-). |
| Advanced filters | |||
| market | string | no | us | gb | fr | it. (default: us) |