Google Hotels Search Scraper avatar

Google Hotels Search Scraper

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Google Hotels Search Scraper

Google Hotels Search Scraper

Under maintenance

Search Google Hotels with Scrappa. Extract hotel names, prices, ratings, booking links, amenities, coordinates, property tokens, and pagination metadata.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Scrappa

Scrappa

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

2 hours ago

Last modified

Share

Scrape Google Hotels search results with dates, guests, price filters, star class, ratings, amenities, vacation rental filters, booking links, and pagination.

The actor saves one dataset item per property and stores the complete Scrappa response in key-value store key OUTPUT.

Example input

Replace the date values with future dates before running the actor.

{
"q": "Paris, France",
"check_in_date": "YYYY-MM-DD",
"check_out_date": "YYYY-MM-DD",
"adults": 2,
"currency": "EUR",
"gl": "fr",
"hl": "en",
"sort_by": 3,
"hotel_class": 4,
"rating": 8
}

Output fields

Common top-level fields include:

  • name
  • hotel_class
  • overall_rating
  • reviews
  • rate_per_night_lowest
  • rate_per_night_extracted_lowest
  • total_rate_lowest
  • total_rate_extracted_lowest
  • booking_link
  • property_token
  • entity_id
  • place_id
  • latitude
  • longitude
  • price_sources_count
  • amenities_count
  • request_q
  • request_check_in_date
  • request_check_out_date

Use next_page_token from the full OUTPUT.pagination object to fetch additional result pages.