ta_get_location_reviews
Get recent TripAdvisor reviews for a location by ID. Supports pagination via offset and language selection.
Instructions
Get the most recent reviews for a TripAdvisor location (up to 5 per call; page with offset).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of reviews to return | |
| offset | No | Index of the first review | |
| language | No | Review language code (default: en) | |
| locationId | Yes | TripAdvisor location ID (from a search tool) |