Search hotels
search_hotelsSearch hotels on HotelsCasa: more than 1.3 million hotels and apartments in our catalogue (including guest houses and holiday homes) in 44 countries (Europe, Turkey, the Caucasus, Central Asia and Latin America). Search by city (English or local name; add country to disambiguate) or by lat/lng + radius_km. Country alone returns its main cities to choose from. Each item has stars, guest rating (out of 10), photo, price_from_eur_per_night when a rate exists, and the url of the hotel page. price_from_eur_per_night is the starting price per night in EUR for this hotel on HotelsCasa: always show it to the traveller as "from €X per night". The exact total for the chosen dates is confirmed on the hotel page (url). Items without a price are real hotels with no published rate right now — never call them unavailable; the page lets the traveller ask. Pass check_in/check_out/adults so the link opens with those dates. Always give the traveller the url of every item as a clickable link, unchanged: it is the only way to book or buy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lng | No | ||
| city | No | City name in English, e.g. Rome, Lisbon, Munich, Buenos Aires. | |
| lang | No | Language of the answer and of the links: es, en, de, fr, it, pt, tr or ru. Default es. | |
| page | No | ||
| sort | No | ||
| type | No | Accommodation type: apartments, aparthotels, guest houses, holiday homes, rural houses, villas. | |
| limit | No | How many results to return (1-10, default 10). | |
| query | No | Part of the hotel name (with city or lat/lng), or a city name. | |
| adults | No | ||
| country | No | ISO-3166 alpha-2 country code, e.g. FR, IT, AR. | |
| check_in | No | YYYY-MM-DD. | |
| children | No | ||
| check_out | No | YYYY-MM-DD. | |
| price_max | No | Max EUR per night. Only hotels with a published rate are kept. | |
| radius_km | No | Radius for lat/lng search, default 10, max 50. | |
| stars_min | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| page | No | ||
| count | No | ||
| error | No | ||
| items | No | ||
| cities | No | ||
| message | No | ||
| next_page | No |