Google Vacation Rentals
google_vacation_rentalsSearch for vacation rentals using Google Hotels. Provides pricing, ratings, amenities, and availability for vacation rental properties like apartments, villas, cabins, and houses worldwide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query for rental location (e.g., 'Vacation rentals in Lake Tahoe'). 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 (1-10). Default: 2. | |
| 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. | |
| bedrooms | No | Minimum number of bedrooms (0-5). | |
| currency | No | Currency code for prices (e.g., 'USD', 'EUR'). Default: USD. | |
| amenities | No | Comma-separated amenity names: hot_tub, air_conditioned, outdoor_grill, fireplace, patio_or_deck, kitchen, fitness_centre, crib, kid_friendly, pet_friendly, free_wi_fi, pool | |
| bathrooms | No | Minimum number of bathrooms (0-5). | |
| price_max | No | Maximum price filter in the specified currency. | |
| price_min | No | Minimum price filter in the specified currency. | |
| check_in_date | Yes | Check-in date in YYYY-MM-DD format. Required. | |
| check_out_date | Yes | Check-out date in YYYY-MM-DD format. Required. | |
| property_types | No | Comma-separated property types: apartments, bungalows, cabins, chalets, cottages, gîtes, holiday_villages, houses, houseboats, villas, other, apartment_hotels | |
| next_page_token | No | Token for paginating to the next page of results. Found in previous search results. |