tripadvisor_reviews
Fetch public TripAdvisor reviews by location ID or URL, with pagination, language, rating filters, and machine translation, returning normalized JSON data.
Instructions
Get TripAdvisor reviews. Returns normalized TripAdvisor public reviews from credential-free GraphQL review data. Pass either id or url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | TripAdvisor location id | |
| url | No | TripAdvisor place URL | |
| page | No | 1-based review page | |
| limit | No | Maximum reviews | |
| language | No | Review language | |
| sort_type | No | Review sort type | |
| sort_by | No | Review sort field | |
| ratings | No | Rating filters | |
| do_machine_translation | No | Enable upstream machine translation | |
| photos_per_review_limit | No | Maximum photos per review |