# Changelog of Jora Jobs Scraper (`scrapeai/jora-jobs-scraper`) Actor

- **URL**: https://apify.com/scrapeai/jora-jobs-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/scrapeai/jora-jobs-scraper.md

## Changelog

All notable changes to the Jora Jobs Scraper are documented here.

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

#### Added

- Initial production release of the Jora Jobs Scraper.
- `PlaywrightCrawler`-based architecture using Chrome (`apify/actor-node-playwright-chrome:22-1.54.1`).
- Modular project structure following Brave Apify actor pattern:
  - `src/main.js` — entry point with input validation, proxy setup, and crawler init.
  - `src/routes.js` — Crawlee router factory.
  - `src/routes/handlers.js` — job listing page handler with pagination support.
  - `src/extractors/index.js` — job listing data extraction from Jora.com.
  - `src/extractors/selectors.js` — CSS/DOM selectors for Jora job cards.
  - `src/filters/index.js` — URL-based deduplication filter.
  - `src/schema/input.js` — input validation (mode, keywords, location, country, startUrls, jobType, datePosted, maxJobs).
  - `src/utils/index.js` — `buildSearchUrl`, `isBlocked`, country base-URL mapping, stealth utilities.
  - `src/errors/` — `ScraperError`, `ErrorTypes`, `ErrorHandler`.
- `.actor/actor.json`, `input_schema.json`, `dataset_schema.json` for Apify platform compatibility.
- Multi-country support (AU, NZ, CA, SG, MY, PH, IN, ZA, US, UK).
- `Dockerfile` using `apify/actor-node-playwright-chrome:22-1.54.1` image.
- `README.md` with full Apify usage guide, input/output field reference, and example JSON.
- Dataset views: `overview` with title, company, location, country, salary, jobType, jobUrl, scrapedAt.
