search_hotels
Find and compare hotels worldwide. Filter by destination, dates, room type, price, star rating, and amenities to discover matching properties with rates and photos.
Instructions
Search hotels, lodging, accommodations, resorts, and places to stay for a trip. Filter by city, country, check-in/check-out dates, room type, nightly price, star rating, and amenities (pool, gym, wifi, etc.). Returns matching properties with rates, photos, and availability across 2M+ properties (LiteAPI). Use this when the user wants to book a hotel, find a place to stay, compare lodging options, or pick a resort.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name (e.g., 'New York', 'Tokyo') | |
| country | No | ISO 3166-1 alpha-2 country code (e.g., 'US', 'JP') | |
| brand | No | Hotel brand name to filter by | |
| check_in | Yes | Check-in date (YYYY-MM-DD) | |
| check_out | Yes | Check-out date (YYYY-MM-DD) | |
| room_type | No | ||
| max_rate_usd | No | Maximum nightly rate in USD | |
| amenities | No | Required amenities (wifi, gym, pool, spa, restaurant, etc.) | |
| min_star_rating | No | Minimum star rating (1-5) |