booking_get_prices
Retrieve current room prices and the lowest available rate for a property by providing its URL, check-in, and check-out dates.
Instructions
Get current prices for a property for specific dates. Returns room options with pricing details and the lowest available price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rooms | No | Number of rooms (default: 1) | |
| adults | No | Number of adults (default: 2) | |
| checkIn | Yes | Check-in date in YYYY-MM-DD format | |
| checkOut | Yes | Check-out date in YYYY-MM-DD format | |
| propertyUrl | Yes | Full property URL or propertyId from search results |