vt_search_freetext
Perform free-text searches for Viator products, attractions, and destinations without a destination ID. Use optional filters for price, rating, dates, and more.
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 | |
| 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) | |
| compact | No | Return slim product summaries instead of full records | |
| 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 |