# Changelog of Google Hotels Scraper — Rates, Amenities, Reviews (`scrape.badger/google-hotels-scraper`) Actor

- **URL**: https://apify.com/scrape.badger/google-hotels-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/scrape.badger/google-hotels-scraper.md

## Changelog

### 1.0 — 2026-04-21

- Initial release.
- Wraps the ScrapeBadger Python SDK `google.hotels.search` and
  `google.hotels.details` endpoints.
- Two modes: **Search Hotels** (destination + dates → paginated property
  listings with rates, ratings, amenities, coordinates) and **Get Hotel
  Details** (full property profile by property\_token).
- Multi-currency support (ISO-4217) and country targeting (200+ Google
  domains).
- Guest configuration (1-8 adults).
- Pushes one dataset record per property (search mode) or one
  consolidated detail record (details mode), every record tagged with
  `record_type` and enriched with query metadata (check-in, check-out,
  adults, currency, country) for easy downstream joins.
- Separate records for sponsored placements (`record_type=ad`) and
  brand aggregations (`record_type=brands`).
