Google Hotels prices, ratings, reviews, and photos via an Apify Actor, hosted MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The most efficient, reliable, and developer-friendly way to use the Google Hotels API.
Actor page: apify.com/johnvc/google-hotels-search-scraper Input schema: apify.com/johnvc/google-hotels-search-scraper/input-schema
The Google Hotels API searches Google Hotels and returns clean, structured JSON: hotel and vacation-rental listings with nightly and total prices, deals, star class and property type, ratings and review counts, amenities, images, descriptions, addresses and GPS coordinates, and check-in/check-out times. Search by location query or fetch one property by token. Supports advanced filters, vacation rentals, localization (country, language, currency), and multi-page pagination.
New: three additional modes via the search_type input - autocomplete (destination and hotel name suggestions with property tokens), photos (a property's full photo gallery), and reviews (paginated guest reviews with ratings, text, and sources). Each has its own runnable example script in this repo.
Clone the repository
Install dependencies with UV
Configure your API key
Run the examples
Rich property data. Each result includes nightly and total prices, deals, ratings and review counts, amenities, images, descriptions, GPS coordinates, and check-in/check-out times, so you can compare properties directly.
Four retrieval modes. Search by a location query, fetch full details for one property by property_token, resolve partial queries into destinations and hotels with autocomplete, or pull a property's complete photo gallery and guest reviews.
Powerful filters. Constrain by price range, star class, guest rating, amenities, and property type, and switch to vacation rentals with bedroom and bathroom filters.
Predictable, pay-per-use pricing. Per run plus per page processed, with no subscription. You control cost with the page limit.
Easy to automate. Call it from Python in a few lines, or load it as an MCP tool so assistants like Claude and Cursor can search hotels for you on demand.
google-hotels-autocomplete.py)Returns one dataset item per suggestion. Suggestions for specific hotels include a property_token you can chain into photos, reviews, or property details.
google-hotels-photos.py)Returns one dataset item per photo (typically 100-200 per property) with photo_url, thumbnail_url, dimensions, gallery section, and source.
google-hotels-reviews.py)Returns one dataset item per review with rating, text, date, source platform, reviewer details, and the hotel's response when one exists. Sort with reviews_sort_by: "1" most helpful, "2" most recent, "3" highest score, "4" lowest score.
Either q (search query) or property_token is required.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
search_type | string | No | search | search, autocomplete, photos, or reviews. |
q | string | Yes* | - | Search query, e.g. hotels in Paris. Required for search (unless property_token is set) and autocomplete. |
property_token | string | Yes* | - | Token for a single property (from a prior result or autocomplete). Required for photos and reviews; returns detailed property info in search mode. |
gl | string | No | us | Country code (ISO 3166-1 alpha-2). |
hl | string | No | en | Language code (ISO 639-1). |
currency | string | No | (by country) | Currency code (ISO 4217), e.g. USD, EUR. |
check_in_date | string | No | - | Check-in date, YYYY-MM-DD (recommended with a query). |
check_out_date | string | No | - | Check-out date, YYYY-MM-DD. |
adults | integer | No | 2 | Number of adult guests. |
children | integer | No | 0 | Number of child guests (children_ages required if > 0). |
min_price / max_price | string | No | 0.00 | Price range filter in the chosen currency. |
stars | string | No | - | Comma-separated star ratings, e.g. 4,5. |
hotel_class | string | No | - | Comma-separated class levels 2-5. |
guest_rating | string | No | 0.0 | Minimum guest rating (0.0 to 5.0). |
vacation_rentals | boolean | No | false | Include vacation rentals (enables bedrooms/bathrooms). |
reviews_sort_by | string | No | 1 | Reviews order: 1 most helpful, 2 most recent, 3 highest score, 4 lowest score. |
reviews_category_token | string | No | - | Filter reviews by a category token from a property's reviews breakdown. |
max_pages | integer | No | 1 | Maximum pages to fetch (0 = no limit). Applies to search, photos, and reviews. |
output_file | string | No | - | Optional filename to save results. |
Additional filters (amenities, property_type, rental_type) accept Google's integer IDs; see the Actor page for the full reference.
A real result for hotels in Paris (one item per page; the properties array is trimmed to one entry for readability).
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/google-hotels)<a href="https://allmcps.com/mcp/google-hotels"><img src="https://allmcps.com/api/badge/google-hotels?style=directory" alt="Google Hotels on AllMCPs" /></a>