Google Hotels Scraper avatar

Google Hotels Scraper

Pricing

Pay per event

Go to Apify Store
Google Hotels Scraper

Google Hotels Scraper

Pricing

Pay per event

Rating

0.0

(0)

Developer

Logical Vivacity

Logical Vivacity

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Google Hotels Scraper — Hotel Prices, Ratings & Every Booking Site

What a room actually costs for your dates — on Google Hotels and on every site that sells it.

Type a city, a neighbourhood or a landmark. Pick your dates, guests and currency. This Actor returns every property Google Hotels shows for that stay: the nightly price with and without taxes, star class, rating and review count, the deal Google flags ("25% less than usual"), photos, coordinates, check-in times and what's nearby.

Turn on booking-site prices and each row also carries the price on Booking.com, Expedia, Hotels.com, Agoda, Trip.com, the hotel's own website and the rest — nightly and for the whole stay, with and without taxes, sorted cheapest first, each with a direct link.

You pay per property returned. Locations with no results, locations Google can't place, and searches that fail cost you nothing.


Try it in 30 seconds

Put these in Locations, leave everything else alone, hit Start:

Lisbon
Shoreditch, London

You get one table of properties per location, priced for a two-night stay two weeks from today, plus one summary row per location.


What you get per property

{
"searchQuery": "Lisbon",
"position": 1, // Google's own ranking
"name": "Brown's | Avenue Hotel",
"propertyType": "hotel", // hotel · vacation_rental
"hotelClass": 5,
"rating": 4.6,
"reviewCount": 280,
"reviewsByStars": { "5": 221, "4": 30, "3": 14, "2": 7, "1": 8 },
"reviewTopics": [ { "topic": "Service", "mentions": 70, "positive": 57, "negative": 10 } ],
"pricePerNight": 195,
"pricePerNightWithTaxes": 215,
"currency": "USD",
"dealLabel": null, // e.g. "25% less than usual"
"checkInDate": "2026-11-12",
"checkOutDate": "2026-11-15",
"nights": 3,
"adults": 2,
"latitude": 38.7220, "longitude": -9.1456,
"website": "https://www.brownshotelgroup.com/browns-avenue/",
"nearbyPlaces": [ { "name": "Avenida", "travelTime": "5 min", "transit": "Subway" },
{ "name": "Humberto Delgado Airport", "travelTime": "24 min" } ],
"images": ["https://lh3.googleusercontent.com/…"],
"googleHotelsUrl": "https://www.google.com/travel/hotels/entity/…",
"googleMapsUrl": "https://www.google.com/maps?cid=4896003618326261334",
"status": "ok"
}

With booking-site prices on

A real row for My Story Hotel Rossio, Lisbon, three nights — 16 sites, with the full address and phone number filled in:

{
"address": "Praça Dom Pedro IV 59, 1100-200 Lisboa, Portugal",
"phone": "+351 21 340 0380",
"cheapestOffer": { "site": "Vio.com", "totalPriceWithTaxes": 449.67 },
"offers": [
{ "site": "Vio.com", "pricePerNight": 133.01, "totalPrice": 399.02, "totalPriceWithTaxes": 449.67, "bookingUrl": "https://…" },
{ "site": "Hotels.com", "pricePerNight": 138.22, "totalPrice": 414.65, "totalPriceWithTaxes": 467.02, "bookingUrl": "https://…" },
{ "site": "My Story Hotel Rossio", "isOfficialSite": true, "totalPriceWithTaxes": 646.55, "bookingUrl": "https://…" },
{ "site": "Booking.com", "pricePerNight": 230.71, "totalPrice": 692.12, "totalPriceWithTaxes": 761.19, "bookingUrl": "https://…" }
// … 12 more
]
}

The same room, the same nights: $449.67 on one site, $761.19 on another. That spread is the whole reason this data is worth having.

The summary row

One per location, built from the properties returned. A real one — Lisbon, 12–15 November, two adults, top 25 properties:

{
"rowType": "summary",
"searchQuery": "Lisbon",
"propertiesFound": 25,
"medianPricePerNight": 85,
"averagePricePerNight": 103.84,
"lowestPricePerNight": 32, "highestPricePerNight": 256,
"cheapestProperty": "Lisbon Destination Hostel",
"medianPricePerNightByStars": { "1": 41, "2": 51, "3": 60, "4": 156, "5": 227 },
"averageRating": 4.35,
"propertiesOnDeal": 13, "shareOnDealPercent": 52.0,
"hotelCount": 15, "vacationRentalCount": 10
}

Who uses this

Hotel revenue managers — your rate against every competitor within a kilometre, for the exact dates you're pricing, on a schedule. The booking-site offers show where your own rooms are being undercut by your own distribution.

Travel startups and price-comparison sites — nightly and total prices across booking sites, with direct links, for any destination, without integrating a dozen supplier APIs.

Short-term rental hosts — what hotels and other rentals nearby charge for the same nights, so you price against the market instead of guessing.

Travel agencies and corporate travel — the cheapest place to book each property on a trip, in the client's currency.

Analysts and researchers — median nightly price by city, star class and date, tracked over time. Run the same locations every week and you have a hotel price index.


What makes it different

Priced for your stay. Dates, number of guests and currency are all honoured — and every row states the dates it was priced for, so nothing is silently quoted for a different stay.

Every booking site, not just Google's headline price. Each site's nightly and total price, with and without taxes, with a direct link, the hotel's own website marked. Most tools stop at one number.

Never the wrong city. When Google can't place a location, it quietly shows cheap deals from across the whole country instead — a search for a mistyped street can come back as beach motels a thousand miles away. This Actor detects that and reports the location as not recognised instead of handing you confident, wrong data. "Hotels near X" phrasing is understood.

Hotels and holiday rentals told apart, with a filter for either.

A summary row per location — the median, the range, the price by star class — so "what does a night here cost" is one row, not a pivot table.


Settings that matter

SettingWhat it does
LocationsOne per line — city, neighbourhood, landmark or hotel name
Check-in / check-outYour stay. Empty = two nights, two weeks from today. Up to 30 nights
AdultsGuests per room. Per-person priced places (hostels, some apartments) change a lot
Currency30 currencies
Property typeHotels, vacation rentals, or both
Maximum properties per locationDefault 50, in Google's ranking order
Include every booking site's priceCosts more. Adds all booking-site offers, full address and phone
Include a summary rowOn by default. One row per location, charged once

Connection handling, pacing, retries and blocking are managed for you — there's nothing to configure and no proxy to set up.

Automate it

curl -X POST "https://api.apify.com/v2/acts/YOUR_USERNAME~google-hotels-scraper/runs?token=YOUR_TOKEN" \
-H 'Content-Type: application/json' \
-d '{ "locations": ["Lisbon", "Porto", "Madeira"],
"checkInDate": "2026-12-20", "checkOutDate": "2026-12-27",
"adults": 2, "currency": "EUR",
"maxResultsPerLocation": 100,
"includeBookingOffers": true }'

Works with Make, Zapier, n8n, Google Sheets and the Apify API, and as an MCP tool for AI agents. Schedule it daily for the same dates and you have a rate-shopping feed.

Row statuses

statusMeaning
okA property (or a summary) was returned — charged
not_foundThe location was understood but nothing is available for these dates — not charged
location_not_recognisedGoogle couldn't place the location — not charged. Try the bare place name
errorTemporarily unreachable — retry that location; not charged

FAQ

Why is a price missing on some rows? Some properties have no rooms for those dates or that many guests. They still appear on Google Hotels, and they're returned with their details and an empty price rather than dropped.

The same city name exists in two countries — which one do I get? The one Google Hotels picks, which is usually the better-known one ("Cambridge" returns Cambridge, England). Add the country or state — "Cambridge, MA" — to be specific.

How many booking sites does a hotel have? Typically 5 to 20 for a hotel in a major city; fewer for small independents and holiday rentals.

Are the prices live? Yes — each run fetches current prices for the dates you set. Prices move constantly, so every row carries the time it was captured.

Do I need a Google account or API key? No.


Terms of Use

This Actor collects publicly available information shown on Google Hotels — prices, ratings and property details that anyone can see without signing in.

You are responsible for using the results lawfully and in line with the applicable terms and regulations in your jurisdiction, including rules on competition, consumer protection and the reuse of commercial data. Photos returned by this Actor belong to their owners; the links are provided for reference and you are responsible for any use you make of the underlying material.

Prices change continuously and differ by market, device and account. The data is provided without warranty of accuracy, completeness or fitness for a particular purpose — confirm the final price with the booking site before relying on it. This Actor is not affiliated with, endorsed by, or sponsored by Google or any booking site.


Missing a field or a filter you need? Open an issue on the Actor's Issues tab.