# Changelog of Foundit Jobs Search Scraper (`jobsapi/foundit-jobs-search-scraper`) Actor

- **URL**: https://apify.com/jobsapi/foundit-jobs-search-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/jobsapi/foundit-jobs-search-scraper.md

## Changelog

### \[1.1.0] - 2026-07-20

- Replaced browser DOM heuristics with Foundit's first-party search and detail APIs.
- Added structured locations, experience, published salary, company/recruiter data, skills and synonyms, classifications, application/status data, exact dates, counts, related content, and raw payloads.
- Removed generic placeholder logos and all null, blank, or empty values.
- Added exact item limiting plus strict tests and dataset validation.

All notable changes to **Foundit Jobs Scraper** are documented here.

### \[1.0.0] - 2026-05-20

#### Added

- 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.
