Search cities and hotels
search_hotelsSearch HotelRefund's hotel catalog. Resolves a city, region or airport name (Korean, Japanese, Chinese or English) to the best-matching catalog city and lists hotels there, each with the agoda_hotel_id that track_hotel_price requires. If several cities match, other_city_matches lists them — pass one of their city_id values (instead of city) to search that city.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City, region or airport name, e.g. "Sapporo", "삿포로", "札幌". Required unless city_id is given. | |
| hotel | No | Optional hotel-name filter within the city, e.g. "Hilton", "힐튼". Omit to list notable hotels. | |
| limit | No | Max hotels to return (default 8). | |
| city_id | No | Catalog city id from a previous result (other_city_matches). Overrides city. |