Tripadvisor Place Search
1 creditSearch restaurants, hotels, and attractions on Tripadvisor.
/api/v1/tools/tripadvisor/searchParameters
Search mode: area, boundingBox, or nearby. Defaults to area.
Area text, supported area URL, or exact place ID/URL for nearby mode. Maximum 500 characters.
Required in boundingBox mode. Object with north, south, east, and west coordinates.
Unique place types: restaurant, hotel, and attraction. Defaults to all three.
Maximum results for each place type. Integer from 1 to 30. Defaults to 30.
Up to 14 restaurant filter rules. Each rule has one supported field and value list.
auto, popularity, relevance, or featured. Defaults to auto.
Up to 13 hotel filter rules. Each rule has one supported field and value list.
auto, bestValue, popularity, priceLowToHigh, or distanceFromCityCenter. Defaults to auto.
Up to eight attraction filter rules. Each rule has one supported field and value list.
auto, travelerFavorite, travelerRanked, featured, priceLowToHigh, priceHighToLow, durationShortToLong, or durationLongToShort.
Three-letter uppercase currency code. Defaults to USD.
Distance unit: MILES or KILOMETERS. Defaults to MILES.
Hotel context with checkIn, checkOut, and one to 30 rooms. Each room has adults and optional childrenAges.
Restaurant context with date, 24-hour time, and partySize.
Attraction context with date and one to five traveler groups. Each group has an ageBand and count.
Response Schema
Tripadvisor place search result
Normalized place records
Places returned
Whether one place type failed
Per-type failures
Request metadata
Tool name (tripadvisor-places-search)
Credits consumed (1)
Unique request ID
Request
curl -X POST https://scraper.run/api/v1/tools/tripadvisor/search \-H "Authorization: Bearer sc_live_..." \-H "Content-Type: application/json" \-d '{"location": "Boston","placeTypes": ["restaurant"],"maxItemsPerType": 5,"restaurantSort": "popularity"}'
Response Example
{"data": {"places": [{"contentId": "5572598","contentType": "restaurant","name": "Ostra","url": "https://www.tripadvisor.com/Restaurant_Review-g60745-d5572598-Reviews-Ostra.html","rating": 4.6,"reviewCount": 1140,"address": "Boston, Massachusetts"}],"count": 1,"partial": false,"failures": []},"meta": {"tool": "tripadvisor-places-search","creditsUsed": 1,"requestId": "req_abc123"}}