All notable changes to this Actor are documented here. The format follows Keep a Changelog .
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.