# Changelog of Vacaturebank Scraper \[Just 💰$0.9] — Netherlands Job Listings (`blackfalcondata/nationalevacaturebank-scraper`) Actor

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

## Changelog

### 0.1.80 — 2026-09-11

- Fixed: in a search-form URL run, a listing that cannot be loaded is skipped and the next match takes its place, instead of failing the whole run. If most listings cannot be loaded, the run still fails, because that means the site is unavailable.
- Fixed: in incremental mode, a listing that could not be loaded is not reported as expired, and its saved state is kept unchanged.
- Faster: with details enabled, each job page is now read once instead of twice.

### 0.1.79 — 2026-09-11

- Added: URLs from the site's own search form (`/vacature/zoeken?...`) are accepted as Paste / Direct URLs, with their keyword, location, distance, sort and filters applied. They were previously refused and the run failed.
- Changed: a parameter or filter value in a pasted URL that cannot be applied now stops the run with a message naming it, instead of being dropped and returning results outside the search. This includes search-form filters added to a `/vacatures/...` address, which the site ignores on those pages.

### 0.1.2 — 2026-08-01

- Verified live pagination across multiple result pages and added a permanent fleet regression probe.
- Reduced user-visible logs to opaque progress messages without internal collection, state, or billing details.

### 0.1.1 — 2026-06-20

- Fixed: a search query that has no matching listings now returns an empty result set instead of failing the run.

### 0.1.x — 2026-04-14

- Added: `descriptionHtml`, `descriptionMarkdown` output fields (triple-format descriptions for RAG/LLM pipelines)
- Added: `contentHash` output field (SHA-256 digest of content-identifying fields)

### 0.1.x — 2026-04-14

- Added: cross-run repost detection (`isRepost`, `repostOfId`, `repostDetectedAt`)
- Added: `skipReposts` input to exclude detected reposts from output

### 0.1.0

- Initial release
- Search by job title with pagination
- Filter by contract type, education level, career level
- 31 output fields including GPS coordinates, salary, contact details
- Compact output mode for AI-agent workflows
- Incremental mode for change detection
- Description length truncation
