# Changelog of Google AI Overview Scraper (`scrapeai/google-ai-overview-scraper`) Actor

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

## Changelog

All notable changes to the Google AI Overview Scraper are documented here.

### \[1.0.0] - 2025-05-20

#### Added

- Initial production release of the Google AI Overview Scraper.
- `CheerioCrawler`-based architecture using GOOGLE\_SERP proxy group.
- Modular project structure following the Brave Apify actor pattern:
  - `src/main.js` — entry point with input validation, proxy setup, and crawler init.
  - `src/routes.js` — Crawlee router factory.
  - `src/routes/handlers.js` — page handler with AI Overview block extraction.
  - `src/extractors/` — AI summary, source citations, and follow-up query extraction.
  - `src/filters/index.js` — deduplication utilities.
  - `src/schema/input.js` — input validation (query, maxItems, gl, hl).
  - `src/utils/index.js` — URL builder and shared helpers.
  - `src/errors/` — `ScraperError`, `ErrorTypes`, `ErrorHandler`.
- `.actor/actor.json`, `input_schema.json`, `dataset_schema.json` for Apify platform compatibility.
- `validate-datasets.js` for local dataset output validation.
- `Dockerfile` for Apify platform deployment.
- `README.md` with full Apify usage guide.
