agoda_activities_search
Search Agoda activities by keyword or city to find tours, attractions, and experiences. Returns matching activity listings from Agoda's destination search.
Instructions
Search Agoda activities. Returns Agoda activities (tours, attractions, experiences) matching a free-text keyword and/or a city. When keyword is omitted, the resolved city's name is used instead to return a general listing of activities in that city. Callers may supply a known Agoda city id or a free-text city name for the city filter; when both are supplied city_id takes precedence. Credential-free public data from Agoda's own destination search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Free-text city name, used directly as the search text when keyword is omitted, and to resolve a city id filter. | |
| city_id | No | Numeric Agoda city id to filter results to. Optional if keyword is supplied; city_id takes precedence over city when both are supplied. | |
| keyword | No | Free-text activity search keyword. When omitted, the resolved city's name is used instead. |