Tripadvisor Place Detail
1 creditGet one Tripadvisor restaurant, hotel, or attraction profile.
/api/v1/tools/tripadvisor/placeParameters
Positive numeric Tripadvisor place ID or exact supported HTTPS place URL.
Data depth: listings, coreProfiles, or fullProfiles. Defaults to coreProfiles.
Extra groups: about, amenities, menu, openingHours, healthSafety, aiReviewSummary, reviews, tips, questionsAndAnswers, questionFormMetadata, photos, attractionProducts, importantInformation, or bookingOffers.
Up to five unique review filter rules. The text field accepts one value.
Maximum reviews. Integer from 1 to 20. Defaults to 20.
Maximum tips. Integer from 1 to 20. Defaults to 20.
Maximum questions. Integer from 1 to 20. Defaults to 20.
Maximum photos. Integer from 1 to 20. Defaults to 20.
Maximum attraction products. Integer from 1 to 20. Defaults to 20.
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 detail result
Normalized place profile
Request metadata
Tool name (tripadvisor-place)
Credits consumed (1)
Unique request ID
Request
curl -X POST https://scraper.run/api/v1/tools/tripadvisor/place \-H "Authorization: Bearer sc_live_..." \-H "Content-Type: application/json" \-d '{"place": "5572598","dataPreset": "fullProfiles","additionalData": ["reviews","photos","openingHours"],"maxReviewsPerPlace": 10,"maxPhotosPerPlace": 10}'
Response Example
{"data": {"place": {"contentId": "5572598","contentType": "restaurant","name": "Ostra","url": "https://www.tripadvisor.com/Restaurant_Review-g60745-d5572598-Reviews-Ostra.html","rating": 4.6,"reviewCount": 1140,"description": "Example normalized profile description.","address": "Boston, Massachusetts","detailStatus": "fetched","scrapedAt": "2026-08-14T00:00:00.000Z"}},"meta": {"tool": "tripadvisor-place","creditsUsed": 1,"requestId": "req_abc123"}}