All notable changes to Foundit Jobs Scraper are documented here.
- Initial production release of Foundit Jobs Scraper.
- API-based scraper for Foundit.in (formerly Monster India) job listings with title, company, salary, and skills 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.