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
{
"query": "new york hotels",
"page": 1,
"market": "us",
"places": [
{
"position": 1,
"title": "The Michelangelo New York",
"place_type": "hotel",
"place_id": "93589",
"link": "https://www.tripadvisor.com/Hotel_Review-g60763-d93589-Reviews-The_Michelangelo-New_York_City_New_York.html",
"description": "4-star boutique hotel steps from Times Square",
"location": "New York City, New York",
"thumbnail": "https://media-cdn.tripadvisor.com/media/photo-s/2a/00/the-michelangelo.jpg",
"location_id": "93589",
"type": "hotel",
"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"
},
{
"position": 2,
"title": "Carmine's Italian Restaurant - Times Square",
"place_type": "restaurant",
"place_id": "477012",
"link": "https://www.tripadvisor.com/Restaurant_Review-g60763-d477012-Reviews-Carmine_s_Italian_Restaurant_Times_Square-New_York_City_New_York.html",
"description": "Family-style Southern Italian dining",
"location": "New York City, New York",
"thumbnail": "https://media-cdn.tripadvisor.com/media/photo-s/1b/44/carmines.jpg",
"location_id": "477012",
"type": "restaurant",
"url": "https://www.tripadvisor.com/Restaurant_Review-g60763-d477012-Reviews-Carmine_s_Italian_Restaurant_Times_Square-New_York_City_New_York.html",
"scraped_at": "2026-08-16T12:00:00Z"
},
{
"position": 3,
"title": "Top of the Rock Observation Deck",
"place_type": "attraction",
"place_id": "104515",
"link": "https://www.tripadvisor.com/Attraction_Review-g60763-d104515-Reviews-Top_of_the_Rock-New_York_City_New_York.html",
"description": "Observation deck with skyline views",
"location": "New York City, New York",
"thumbnail": "https://media-cdn.tripadvisor.com/media/photo-s/2c/10/top-of-the-rock.jpg",
"location_id": "104515",
"type": "attraction",
"url": "https://www.tripadvisor.com/Attraction_Review-g60763-d104515-Reviews-Top_of_the_Rock-New_York_City_New_York.html",
"scraped_at": "2026-08-16T12:00:00Z"
}
],
"nextCursor": "2"
}
GET/v1/data/tripadvisor/search1 credit / run

Search Places

Search Tripadvisor for hotels, restaurants, and attractions by keyword.

Handled for you:Rate Limit
Parameters
NameTypeReqDescription
querystringyesSearch keywords or location, e.g. 'new york hotels'.
Advanced filters
typestringnoRestrict results to one category of place. (default: all)
sortstringnoResult ordering. Tripadvisor applies ordering after the page hydrates, so this is accepted but not yet applied. (default: best_match)
price_levelintegernoKeep only places at this price band, 1 (budget) to 4 (luxury). Accepted but not yet applied to the request.
rating_minnumbernoKeep only places with at least this traveler rating, 1 to 5. Accepted but not yet applied to the request.
pageintegernoPage number. (default: 1)
per_pageintegernoResults per page. Sizes the pagination offset step. (default: 30)
marketstringnous | gb | fr | it. (default: us)