search_hotels
Find Hilton hotels by location and dates to view names, brands, ratings, prices, and points rates for booking decisions.
Instructions
Search for Hilton hotels by location and dates. Returns hotel names, brands, ratings, prices, and points rates.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | Location to search (e.g. 'New York', 'Paris', 'Las Vegas, NV') | |
| checkIn | Yes | Check-in date in YYYY-MM-DD format | |
| checkOut | Yes | Check-out date in YYYY-MM-DD format | |
| adults | No | Number of adults per room (default: 2) | |
| rooms | No | Number of rooms (default: 1) | |
| children | No | Number of children per room (default: 0) | |
| maxResults | No | Maximum results to return (default: 10, max: 50) |