search-hotels-by-coordinates
Find hotels by latitude and longitude, with filters for dates, price, and rooms. Specify coordinates and travel dates to get available hotel options.
Instructions
search for hotels by geographic coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adults | No | Number of adults (default: 2) | |
| radius | No | Search radius in km (50-500, default: 100) | |
| latitude | Yes | Latitude of the location | |
| priceMax | No | Maximum price per night | |
| priceMin | No | Minimum price per night | |
| longitude | Yes | Longitude of the location | |
| arrivalDate | Yes | Check-in date in YYYY-MM-DD format | |
| childrenAge | No | Ages of children, if any | |
| currencyCode | No | Currency code (default: USD) | |
| roomQuantity | No | Number of rooms (default: 1) | |
| departureDate | Yes | Check-out date in YYYY-MM-DD format |