Returns a list of hotels based on search criteria. This endpoint provides hotel metadata including names, addresses, ratings, and amenities.
API key for authentication. Add your API key to the Authorization header with this format: 'Bearer your_api_key_here'
Place ID obtained from the /data/places search endpoint
Country code in ISO-2 format (e.g., 'US')
^[A-Z]{2}$Name of the city
Name of the hotel (loose match, case-insensitive)
Latitude coordinate for location-based search
Longitude coordinate for location-based search
Search radius in meters (minimum 1000m)
x >= 1000Maximum number of hotels to return
1 <= x <= 5000Number of results to skip for pagination
x >= 0Minimum guest rating (1.0-5.0)
1 <= x <= 5Minimum number of reviews a hotel must have
x >= 0Comma-separated list of star ratings (e.g., '3.5,4.0,5.0')
Comma-separated list of facility IDs
Comma-separated list of hotel type IDs
Comma-separated list of hotel chain IDs
If true, only hotels with all specified facilities will be returned