search_hotels
Retrieve hotel offers by city and check-in/out dates, with room details, pricing, and availability.
Instructions
Search hotel offers by city and dates. Returns room details, pricing, and availability. $0.01 per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adults | No | Number of adult guests per room | |
| cityCode | Yes | City IATA code (e.g., 'PAR' for Paris, 'LON' for London) | |
| currency | No | Currency code for prices (e.g., 'USD') | |
| priceRange | No | Price range filter (e.g., '100-200') | |
| checkInDate | Yes | Check-in date in YYYY-MM-DD format | |
| checkOutDate | Yes | Check-out date in YYYY-MM-DD format | |
| roomQuantity | No | Number of rooms |