Google Hotels
google_hotelsSearch for hotels using Google Hotels. Provides pricing, ratings, amenities, and availability for hotels, resorts, inns, motels, and other traditional accommodations worldwide.
Required: q (destination), check_in_date, check_out_date (both YYYY-MM-DD). Use sort_by="lowest_price" for cheapest results. Supply children_ages as a string, e.g. "5,10".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query for hotel location (e.g., 'Hotels in Manhattan New York'). Required. | |
| gl | No | ISO 3166-1 alpha-2 country code in lowercase (e.g., 'us', 'gb', 'de'). Affects pricing and availability. Default: us. | |
| hl | No | Language code for results (e.g., 'en', 'es'). Default: en. | |
| adults | No | Number of adults as an integer, e.g. 2 (1-6). Default: 2. Total guests (adults + children) cannot exceed 6. | |
| brands | No | Comma-separated brand IDs to filter by. Brand IDs can be found in search results. | |
| rating | No | Minimum rating filter: 7 for 3.5+ stars, 8 for 4.0+ stars, 9 for 4.5+ stars. | |
| sort_by | No | Sort order for results: relevance, lowest_price, highest_rating, most_reviewed. Use the text label (e.g. 'highest_rating'), not a numeric code. Default: relevance. | |
| currency | No | Currency code for prices (e.g., 'USD', 'EUR'). Default: USD. | |
| amenities | No | Comma-separated amenity names: free_parking, parking, indoor_pool, outdoor_pool, pool, fitness_centre, restaurant, free_breakfast, spa, beach_access, kid_friendly, bar, pet_friendly, room_service, free_wi_fi, air_conditioned, all_inclusive_available, wheelchair_accessible, ev_charger | |
| price_max | No | Maximum price filter in the specified currency. | |
| price_min | No | Minimum price filter in the specified currency. | |
| hotel_class | No | Comma-separated hotel star ratings to filter by (e.g., '3,4,5' for 3-star and above). Values: 2, 3, 4, 5. | |
| check_in_date | Yes | Check-in date in YYYY-MM-DD format. Required. | |
| children_ages | No | Comma-separated string of ages of children 1-17 (e.g., '5,10'). Maximum 5 children. Total guests cannot exceed 6. | |
| eco_certified | No | Filter for eco-certified properties. | |
| check_out_date | Yes | Check-out date in YYYY-MM-DD format. Required. | |
| property_types | No | Comma-separated property types: beach_hotels, boutique_hotels, hostels, inns, motels, resorts, spa_hotels, bed_and_breakfasts, other, apartment_hotels, minshuku, japanese_style_business_hotels, ryokan | |
| special_offers | No | Filter for properties with special offers or deals. | |
| next_page_token | No | Token for paginating to the next page of results. Found in previous search results. | |
| free_cancellation | No | Filter for properties with free cancellation. |