vt_search_freetext
Search Viator tours, activities, and destinations by free text when you lack a destination ID. Filter results by price, rating, dates, and sort order to find matching experiences.
Instructions
Free-text search across Viator products, attractions, and destinations (e.g. "colosseum underground tour"). The fastest way to find things when you don't have a destination id yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Product sort key | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact (default) projects the PRODUCT results down to their product code, title, from-price and currency, rating, review count, duration, confirmation type, flags, booking URL and cover image and strips image/avatar URLs from the attraction and destination results; "full" returns Viator's payload untouched. | |
| count | No | Results per page per type (max 50; default 10) | |
| order | No | Sort direction | |
| start | No | 1-based index of the first result (per type) | |
| currency | No | Currency for request/response prices (default USD) | USD |
| end_date | No | Only products operating on/before this date (YYYY-MM-DD) | |
| max_price | No | Maximum product from-price (in currency) | |
| min_price | No | Minimum product from-price (in currency) | |
| min_rating | No | Minimum average traveler rating (0-5) | |
| start_date | No | Only products operating on/after this date (YYYY-MM-DD) | |
| destination | No | Restrict product results to a destination id | |
| search_term | Yes | Free-text search term | |
| search_types | No | Which result types to return (default: PRODUCTS only) | |
| campaign_value | No | Affiliate campaign tracking id — appended to the productUrl/attractionUrl/destinationUrl Viator returns |