# Changelog of Reddit Search Scraper (`w3crawler/reddit-search-scraper`) Actor

- **URL**: https://apify.com/w3crawler/reddit-search-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/w3crawler/reddit-search-scraper.md

## Changelog

All notable changes to the Reddit Search Scraper are documented here.

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

#### Added

- Initial production release of the Reddit Search Scraper.
- `PuppeteerCrawler`-based architecture using Reddit's `.json` search API.
- Files:
  - `src/main.js` — entry point with query normalization and crawler setup.
  - `src/scraper.js` — crawler factory with pagination via `after` token.
  - `src/parser.js` — JSON response parser for search results.
  - `src/utils.js` — stealth helpers, launch options, random delays.
- Search by keyword with optional subreddit scoping, sort, and time filter.
- `.actor/actor.json`, `input_schema.json`, `dataset_schema.json` for Apify platform compatibility.
- `validate-datasets.js` for local dataset output validation.
- `Dockerfile` based on `apify/actor-node-puppeteer-chrome`.
- `README.md` with full Apify usage guide.

#### Fixed

- `dataset_schema.json`: renamed reserved `"id"` field to `"redditId"` to pass Apify schema compilation.
