tripadvisor_reviews
Fetch TripAdvisor reviews for any place by ID or URL. Returns normalized, credential-free review data with filters for ratings, language, sorting, and machine translation.
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 | |
| ratings | No | Rating filters | |
| sort_by | No | Review sort field | |
| language | No | Review language | |
| sort_type | No | Review sort type | |
| do_machine_translation | No | Enable upstream machine translation | |
| photos_per_review_limit | No | Maximum photos per review |