agoda_hotels_search
Find Agoda hotels by city name or ID. Get matching property IDs and direct listing links for any destination.
Instructions
Search Agoda hotels by city. Returns hotel search results for an Agoda city: the matching property ids for that city plus a direct link to each property's listing page. Callers may supply a known Agoda city id or a free-text city name; when both are supplied city_id takes precedence. Credential-free public data from Agoda's own hotel search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Free-text city name, resolved to a numeric city id via Agoda's own destination search. Ignored when city_id is also supplied. | |
| page | No | 1-indexed result page, defaults to 1 | |
| limit | No | Results per page, defaults to 10, maximum 50 | |
| city_id | No | Numeric Agoda city id, e.g. 9395 for Bangkok. Either city_id or city is required; city_id takes precedence when both are supplied. |