tripadvisor_autocomplete
Fetch TripAdvisor location and place autocomplete suggestions. Use a query to get normalized typeahead candidates from the public GraphQL endpoint, enabling fast place search and selection.
Instructions
Autocomplete TripAdvisor locations and places. Returns normalized TripAdvisor public typeahead candidates from the credential-free GraphQL endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Autocomplete query | |
| type | No | Optional result type hint | |
| limit | No | Maximum results | |
| locale | No | TripAdvisor locale | |
| route_uid | No | Optional captured route uid | |
| scope_geo_id | No | Optional scoped geo id | |
| typeahead_id | No | Optional captured typeahead id | |
| search_session_id | No | Optional captured search session id |