search_hotels
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') | |
| brand | No | Hotel brand name to filter by | |
| country | No | ISO 3166-1 alpha-2 country code (e.g., 'US', 'JP') | |
| check_in | Yes | Check-in date (YYYY-MM-DD) | |
| amenities | No | Required amenities (wifi, gym, pool, spa, restaurant, etc.) | |
| check_out | Yes | Check-out date (YYYY-MM-DD) | |
| room_type | No | ||
| max_rate_usd | No | Maximum nightly rate in USD | |
| min_star_rating | No | Minimum star rating (1-5) |