# Changelog of Google Maps Reviews Scraper — Sort & Topic (`scrape.badger/google-maps-reviews-scraper`) Actor

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

## Changelog

### 1.0 — 2026-04-22

- Initial release.
- Reviews-only micro-actor — split out from the multi-mode
  `google-maps-scraper`.
- Batch input: accept many `place_ids` / `data_ids` per run (one per line
  or comma-separated) — no need to run one task per place.
- Per-place pagination budget via `max_pages_per_place` (1-50).
- Sort order (`mostRelevant` / `newestFirst` / `highestRating` /
  `lowestRating`) and optional `topic_id` filter.
- Each review pushed individually with the source `place_id` / `data_id`
  stamped in for easy downstream correlation.
