# Changelog of Google Play Reviews Scraper (`scrapeai/google-play-reviews-scraper`) Actor

- **URL**: https://apify.com/scrapeai/google-play-reviews-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/scrapeai/google-play-reviews-scraper.md

## Changelog

All notable changes to the Google Play Reviews Scraper are documented here.

### \[1.1.0] - 2026-05-20

#### Changed (Restructuring)

- Restructured to match Brave Apify actor pattern.
- `src/main.js` — refactored with `extractReviewItems`, `ErrorHandler`.
- Added `src/extractors/index.js` — `extractReviewItems()` data transformation function.
- Added `src/errors/` — full error handling module.
- Added `src/filters/index.js` — deduplication utilities.
- Added `validate-datasets.js` — dataset validation.

### \[1.0.0] - Initial

- Uses `google-play-scraper` npm package to extract app reviews.
- Supports pagination via token, up to 5000 reviews per app.
