Skip to Content

Google Hotels

Google Hotels icon
Arcade OptimizedBYOCPro

Arcade.dev LLM tools for getting Hotel information via Google Hotels

Author:Arcade
Version:3.1.2
Auth:No authentication required
1tools
1require secrets
PyPI VersionPython VersionsWheel StatusDownloadsLicense

Arcade.dev provides the GoogleHotels toolkit, enabling developers to efficiently retrieve hotel information through the Google Hotels API. This toolkit facilitates hotel searches, offering a streamlined method to access comprehensive hotel data.

Capabilities:

  • Effortlessly search for hotels based on various parameters.
  • Retrieve detailed hotel information including availability and pricing.
  • Integrate smoothly with existing applications for enhanced user experience.

OAuth:

  • No OAuth authentication required.

Secrets:

  • API Key: Use the SERP_API_KEY for API access and secure interactions with the Google Hotels service.

Available tools(1)

1 of 1
Tool nameDescriptionSecrets
Retrieve hotel search results using the Google Hotels API.
1

Selected tools

No tools selected.

Click "Show all tools" to add tools.

Requirements

Select tools to see requirements

#

GoogleHotels.SearchHotels

Retrieve hotel search results using the Google Hotels API.

Parameters

ParameterTypeReq.Description
locationstringRequiredLocation to search for hotels, e.g., a city name, a state, etc.
check_in_datestringRequiredCheck-in date in YYYY-MM-DD format
check_out_datestringRequiredCheck-out date in YYYY-MM-DD format
querystringOptionalAnything that would be used in a regular Google Hotels search
currencystringOptionalCurrency code for prices. Defaults to 'USD'
min_priceintegerOptionalMinimum price per night. Defaults to no minimum
max_priceintegerOptionalMaximum price per night. Defaults to no maximum
num_adultsintegerOptionalNumber of adults per room. Defaults to 2
num_childrenintegerOptionalNumber of children per room. Defaults to 0
sort_bystringOptionalThe sorting order of the results. Defaults to RELEVANCE
RELEVANCELOWEST_PRICEHIGHEST_RATINGMOST_REVIEWED
num_resultsintegerOptionalMaximum number of results to return. Defaults to 5. Max 20

Requirements

Secrets:SERP_API_KEY

Output

Type:jsonHotel search results from the Google Hotels API
Last updated on