compare_hotel_prices
Compare hotel prices across Agoda, Booking.com, and Hotels.com simultaneously to find the lowest nightly rate for your dates.
Instructions
Perform a cross-platform parallel price check across all providers to find the absolute cheapest booking rate.
Queries Agoda, Booking.com, and Hotels.com simultaneously for the specified hotel, extracts lowest available nightly rates, perks, and direct URLs, and highlights the winning platform.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rooms | No | Number of rooms required. Default: 1. | |
| adults | No | Number of adult guests. Default: 2. | |
| check_in | Yes | Check-in date in YYYY-MM-DD format (e.g. '2026-10-02'). | |
| check_out | Yes | Check-out date in YYYY-MM-DD format (e.g. '2026-10-06'). | |
| hotel_name | Yes | Full or partial hotel name (e.g. 'Hotel The Botanik Sewoon Myeongdong', 'Sotetsu Fresa Inn Seoul Myeong-dong'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rates | No | Per-provider price comparison rates | |
| rooms | No | Number of rooms | |
| adults | No | Number of adults | |
| check_in | Yes | Check-in date (YYYY-MM-DD) | |
| check_out | Yes | Check-out date (YYYY-MM-DD) | |
| hotel_name | Yes | Target hotel name | |
| cheapest_url | No | Direct URL to book at the cheapest rate | |
| cheapest_price | No | Lowest nightly price in USD | |
| cheapest_provider | No | Provider with the lowest price per night |