Google Hotels Scraper avatar

Google Hotels Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Google Hotels Scraper

Google Hotels Scraper

Scrapes hotel listings from Google Travel using Selenium. Extracts name, rating, price, reviews, amenities, and more. Supports filtering by star rating and multi-page pagination.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Share

Google Hotels Scraper — Apify Actor

Scrapes hotel listings from Google Travel using Selenium. Extracts name, rating, price, reviews, amenities, and more. Supports filtering by star rating and multi-page pagination.

Input

FieldTypeDefaultDescription
locationstring(required)Search location (e.g. london, new york)
pagesinteger5Number of result pages to scrape (1–20)
hotelClassstringanyStar filter: any, class_2, class_3, class_4, class_5

Example input

{
"location": "london",
"pages": 2,
"hotelClass": "class_5"
}

Output

Each hotel is pushed to the default Apify dataset with this structure:

{
"name": "The Ritz London",
"url": "https://www.google.com/travel/...",
"rating": 4.7,
"price": "$650",
"reviews": 12400,
"amenities": ["Free Wi-Fi", "Pool", "Spa"],
"result_number": 1,
"class": "class_5",
"location": "london"
}