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

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

## Changelog

All notable changes to this job scraper are documented here.

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

#### Changed

- Updated the stale `/jobs/` flow to OLX India's current `/jobs_c4/` search route.
- Replaced brittle Playwright selectors with direct parsing of OLX's server-rendered hydration data.
- Added complete detail extraction for compensation, job type, description, category, location hierarchy, coordinates, images, lifecycle dates, status flags, and seller verification metadata.
- Added relevance/location filtering, pagination, duplicate prevention, strict zero-result handling, schemas, documentation, and dataset validation.

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

#### Added

- Initial production release.
- PlaywrightCrawler-based architecture with fingerprint generation for anti-detection.
- Modular project structure with router pattern.
- OLX India job listing extraction with CSS selectors and data-aut-id attribute fallbacks.
- Pagination support with maxItems limit.
- Input validation and error handling.
- Dataset schema with overview and export views.
- Dockerfile for Apify platform deployment.
