# Changelog of Steam Scraper (Pay-Per-Event) (`prodiger/steam-scraper`) Actor

- **URL**: https://apify.com/prodiger/steam-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/prodiger/steam-scraper.md

## Changelog

All notable changes to this Actor are documented here. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

### \[0.1.0] — 2026-05-22

#### Added

- Initial release. Pay-per-event Steam Store search scraper.
- Input schema: `searchQueries` (required), `sort`, `maxResultsPerSearch`, `maxSearchPages`, `maxRequestRetries`, `proxyConfiguration`.
- Output fields per game: `appId`, `title`, `url`, `releaseDate`, `reviewSummary`, `reviewPositivePercent`, `reviewCount`, `price`, `originalPrice`, `discountPercent`, `isFree`, `platforms`, `thumbnail`, `scrapedAt`.
- Forces `cc=us&l=english` on every search URL for stable prices and locale.
- Mature-content cookie set automatically so age-restricted titles appear in results.
- Per-keyword deduplication by `appId` across paginated requests.
- Charge-after-push: `game-scraped` event fires only after a successful `Actor.pushData`.
- Graceful abort handler flips a charge-budget flag and stops new emissions within ~1s.
