# Changelog of Jobrapido Scraper \[Just 💰$2] — Jobs from 58 Countries (`blackfalcondata/jobrapido-scraper`) Actor

- **URL**: https://apify.com/blackfalcondata/jobrapido-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/blackfalcondata/jobrapido-scraper.md

## Changelog

### \[0.1.0] – 2026-04-19

#### Added

- Initial release: scrapes job listings from Jobrapido.com across 58 countries
- SERP extraction via `data-advert` JSON embedded in each result card
- Detail page enrichment via JSON-LD `JobPosting` schema (title, company, location, salary, employment type, full description, date posted)
- `city` and `region` fields parsed from the location string
- `sourceBoard` field: original job board domain decoded from the `redirectTo` tracking URL (e.g. `ziprecruiter.com`, `click.appcast.io`)
- `applyUrl` field: decoded direct link to the original job posting on the source board
- `radius` input: limit results to jobs within N km of a location (0 = site default)
- Incremental mode: KV-backed state with `NEW`/`UPDATED`/`UNCHANGED`/`REMOVED` change tracking
- Cross-query deduplication: duplicate job keys are filtered across all queries in a single run
- Compact mode: lean output with core fields only
- Multi-country support: `country` input maps to the correct `{cc}.jobrapido.com` subdomain
- Multi-query and multi-location: pass JSON arrays for `query` and `location`
- `startUrls`: provide direct SERP or job detail URLs to bypass search
- Pagination: automatic page traversal up to `maxPages` limit
