# Changelog of Meteojob Search Scraper (`jobsapi/meteojob-jobs-search-scraper`) Actor

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

## Changelog - Meteojob Jobs Scraper

### \[2.0.0] - 2026-08-30

#### Changed

- Replaced the browser-shaped scraper with bounded native HTTPS against official Meteojob SSR search/detail pages.
- Added rich JobPosting JSON-LD and candidate-front-state parsing for descriptions, profile/company/benefit content, location, salary, contract, taxonomy, skills/languages, dates, and provenance.
- Added search, single, and multiple modes with strict official URL validation, complete-record gating, deduplication, request/deadline/retry bounds, KVS run evidence, strict schemas, fixtures, parser tests, lint, and recursive validation.
- Corrected application handling: `directApply` is source-backed, while `applyUrl` is omitted unless a distinct official link is actually published.

### \[1.0.0] - 2026-07-13

#### Added

- Initial production release.
- PlaywrightCrawler-based architecture with fingerprint generation for anti-detection.
- Modular project structure with router pattern.
- Job listing extraction from Meteojob.com search results.
- Pagination support via next page links.
- Input validation and error handling.
- Dataset schema with overview and details views.
- Dockerfile for Apify platform deployment.
