ta_get_location_reviews
Fetch traveler reviews for any TripAdvisor location using its location ID. Supports pagination and locale preferences to get localized review content.
Instructions
Get traveler reviews for a TripAdvisor location, with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page index (1-based) | |
| size | No | Results per page (max 20) | |
| locale | No | Preferred locales for localized fields, in priority order (e.g. ["en","es"]) | |
| locationId | Yes | TripAdvisor location ID (from a search tool) |