peek_search_experiences
[peek] Search for travel experiences with comprehensive filtering options. Returns available categories, tags, and regions with IDs for further filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | When the user wants something w/ a specific keyword (bike, beer, art, etc) limit to experiences whose title contain a keyword. Never include location information. | |
| tagId | No | When you have determined the user is interest in a specific vibe of activity (family friendly, romantic, etc) limit to only experiences with a specific tag (single tag ID) | |
| latLng | No | When the user wants something NEAR a specific place, but not necessarily IN a specific place, limit to only those near a given lat_lng. ex: "37.7799,-122.2822". Don't use this for regions, instead use the search_regions and provide a region id. this is a good fallback if a specific region is lacking inventory. | |
| endDate | No | Return experiences that are available on or before this date in YYYY-MM-DD format (e.g., '2025-06-20' would return things taking place ON or BEFORE the 20th) | |
| regionId | No | When you have determined the user wants something in a specific region (found w/ search_regions) limit to only a specific region ID | |
| startDate | No | Return experiences that are available on or after this date. YYYY-MM-DD format (e.g., '2025-06-19') | |
| categoryId | No | Limit to only a specific activity category |