Google Hotels
Arcade.dev LLM tools for getting Hotel information via Google Hotels
3.2.2Arcade.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_KEYfor API access and secure interactions with the Google Hotels service.
Available tools(1)
| Tool name | Description | Secrets | |
|---|---|---|---|
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
Execution hints
Signals for MCP clients and agents about how this tool behaves.
Reads data without modifying any state in the target system.
May permanently delete or overwrite data in the target system.
Repeated calls with the same inputs produce no additional effect.
Communicates with external APIs, databases, or other services.
Retrieve hotel search results using the Google Hotels API.
Parameters
| Parameter | Type | Req. | Description |
|---|---|---|---|
location | string | Required | Location to search for hotels, e.g., a city name, a state, etc. |
check_in_date | string | Required | Check-in date in YYYY-MM-DD format |
check_out_date | string | Required | Check-out date in YYYY-MM-DD format |
query | string | Optional | Anything that would be used in a regular Google Hotels search |
currency | string | Optional | Currency code for prices. Defaults to 'USD' |
min_price | integer | Optional | Minimum price per night. Defaults to no minimum |
max_price | integer | Optional | Maximum price per night. Defaults to no maximum |
num_adults | integer | Optional | Number of adults per room. Defaults to 2 |
num_children | integer | Optional | Number of children per room. Defaults to 0 |
sort_by | string | Optional | The sorting order of the results. Defaults to RELEVANCERELEVANCELOWEST_PRICEHIGHEST_RATINGMOST_REVIEWED |
num_results | integer | Optional | Maximum number of results to return. Defaults to 5. Max 20 |
Requirements
Output
json— Hotel search results from the Google Hotels API