All notable changes to FlexJobs Job Search Scraper are documented here.
- Initial production release of FlexJobs Job Search Scraper.
- Akamai-bypassed scraper for FlexJobs remote job listings using query-param URL technique with NEXT_DATA extraction.
- Full Brave Apify actor modular structure:
src/errors/ — structured error handling with ScraperError and ErrorTypes.
src/schema/input.js — typed input validation with defaults.
src/routes.js + src/routes/handlers.js — router and handler delegation.
src/filters/index.js — result deduplication.
src/utils/index.js — shared utility functions.
validate-datasets.js for local dataset output validation.
README.md with full Apify usage guide.