get_price_calendar
Check hotel prices across a range of dates, revealing nightly rates, average costs, and price variations to help flexible travelers find a good deal.
Instructions
Get prices for a hotel across multiple dates to find the cheapest time to stay. Shows nightly prices, identifies the lowest/highest price dates, and calculates average pricing. Useful for flexible travelers looking for the best deal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rooms | No | Number of rooms (default: 1) | |
| guests | No | Number of guests (default: 2) | |
| nights | No | Number of nights to check (default: 14, max: 30) | |
| currency | No | Currency code (default: USD) | |
| hotelUrl | Yes | Booking.com hotel URL to check prices for | |
| startDate | Yes | Start date for price calendar (YYYY-MM-DD) |