departi_search_experiences
Searches bookable tours, activities and local experiences in a destination and returns a ranked list, each with: title, category (cultural / culinary / adventure / wellness / nature), duration, price (in requested currency), a persona-fit score, and a booking deep-link. Matched to the traveller's persona/personality. Use for "what can I do in X". For a place to stay use departi_search_accommodation; to get there use departi_search_transport. Returns an empty list if nothing matches the filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results. Default 10. | |
| persona | No | e.g. 'culture_explorer', 'foodie', 'adventure'. | |
| categories | No | Optional array from cultural | culinary | adventure | wellness | nature. | |
| destination | Yes | ISO-2 country or city/slug, e.g. "lisbon". | |
| traveler_type | No | e.g. 'digital_nomad', 'slow_traveler'. |