ta_get_location_reviews
Fetch traveler reviews for any TripAdvisor location with pagination controls. Choose compact or full records to get review details, localized where available.
Instructions
Get traveler reviews for a TripAdvisor location, with pagination. Reviewer avatars and other image URLs are dropped by default; pass view:"full" for TripAdvisor's whole records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page index (1-based) | |
| size | No | Results per page (max 20) | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact returns the slim projection where one exists and strips image URLs elsewhere; "full" returns TripAdvisor's whole records. | |
| locale | No | Preferred locales for localized fields, in priority order (e.g. ["en","es"]) | |
| locationId | Yes | TripAdvisor location ID (from a search tool) |