vt_search_attractions
Retrieve attractions (landmarks, museums, points of interest) for a Viator destination using the destination ID, with options for sorting and pagination.
Instructions
List attractions (landmarks, museums, points of interest) in a Viator destination, including the product codes mapped to each attraction. Use vt_list_destinations to find destination ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort key (default: DEFAULT) | |
| count | No | Results per page (max 30; default 10) | |
| start | No | 1-based index of the first result | |
| campaign_value | No | Affiliate campaign tracking id — appended to the productUrl/attractionUrl/destinationUrl Viator returns | |
| destination_id | Yes | Destination id (from vt_list_destinations) |