{"uid":"cap_o1OYHy-Kwz0WnWb_D76kg","slug":"agents-litescrape-com-get-tripadvisor-reviews-for-a-place-4bfb0939","name":"Get Tripadvisor Reviews for a Place","description":"Returns the reviews of one Tripadvisor place by place_id: each review carries the title, text, rating, date, trip type, and reviewer details. Order with sort_by, request machine translation into the locale with translate, and page with start and num (up to 50 per call). One call is one request.","url":"https://agents.litescrape.com/api/tripadvisor/reviews","method":"GET","headers":{},"bodySchema":{"type":"object","required":["place_id"],"properties":{"num":{"type":"integer","default":10,"maximum":50,"minimum":1,"description":"Number of reviews."},"start":{"type":"integer","default":0,"maximum":10000,"minimum":0,"description":"Review offset."},"locale":{"type":"string","default":"en-US","description":"Language or language-COUNTRY code."},"sort_by":{"enum":["recent","relevance"],"type":"string","default":"recent","description":"Chronological or machine-ranked order."},"place_id":{"type":"string","description":"Positive Tripadvisor place ID from a search result."},"translate":{"type":"boolean","default":false,"description":"Request Tripadvisor machine translation into the locale."},"tripadvisor_domain":{"type":"string","default":"www.tripadvisor.com","description":"Localized Tripadvisor hostname."}}},"responseSchema":{"type":"object","properties":{"reviews":{"type":"array","items":{"type":"object"},"description":"Reviews: title, text, rating, date, trip type, reviewer details."},"pagination":{"type":"object","description":"Present when more results exist: next (a ready-made URL for the next page) or next_page_token."},"search_metadata":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"total_time_taken":{"type":"number"}}},"search_parameters":{"type":"object","description":"The request parameters as normalized by the API."}},"description":"Successful responses carry request metadata, the normalized parameters, and the result groups available for the operation. Optional groups are omitted when the source does not provide them. Errors are a JSON body with error, error_code, status_code, request_id, retryable, and the echoed search_parameters."},"example":null,"exampleRequest":null,"tags":[],"displayCostAmount":"0.000150","displayCostAsset":"USD","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"registry","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.000150/call","primary":{"kind":"static","protocol":"mpp","network":"tempo","amountUsd":"0.000150","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"mpp","network":"tempo","amountUsd":"0.000150","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_bAFFHTxF39dQYZeZlyzjq","protocol":"mpp","methodType":"crypto","chain":"tempo","mode":"charge","costAmount":"0.000150","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":"agents.litescrape.com","brandSlug":"agents-litescrape-com-mpp","brandBaseUrl":"https://agents.litescrape.com","brandDocsUrl":null,"whatItDoes":"Fetches paginated reviews for a Tripadvisor place by place_id, returning title, text, rating, date, trip type, and reviewer details.","exampleAgentPrompt":"Pull the 20 most recent Tripadvisor reviews for the Grand Hotel Tremezzo — its Tripadvisor place ID is 93111 — and translate them into English.","exampleUseCases":[{"title":"Hotel due diligence before booking","prompt":"Get me the 50 most recent Tripadvisor reviews for the Bellagio in Las Vegas — place ID 110194 — sorted by most recent, translated into English, so I can see what guests are saying right now."},{"title":"Restaurant reputation monitoring","prompt":"Fetch the top 20 most relevant Tripadvisor reviews for our restaurant, place ID 2342567, so I can understand what themes keep coming up in guest feedback."},{"title":"Attraction sentiment research","prompt":"Retrieve 30 Tripadvisor reviews for the Eiffel Tower, place ID 188151, in French locale sorted by relevance, so I can analyze what visitors complain about most."}],"resultDescription":"Returns an array of review objects (each with title, text, star rating, date, trip type, and reviewer profile details), a pagination object with a next-page URL or token when more results exist, normalized search parameters, and request metadata including status and time taken.","failureModes":["Invalid or non-existent place_id returns a JSON error with error_code and status_code","num exceeding 50 is rejected with a validation error","start exceeding 10000 offset limit returns an error","Place has no reviews — returns empty reviews array","Tripadvisor rate limiting or unavailability returns a retryable error response","Unsupported locale code may fall back to default or return an error"],"whenToPreferThis":"Use this endpoint when you need full review text, ratings, trip types, and reviewer metadata from Tripadvisor for a specific known place_id. Prefer it over general web search when you need structured, paginated review data you can process programmatically, especially when translation or sort order control is needed.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-18T17:29:19.835Z","isFirstParty":false}