Nationale Vacaturebank Scraper
Pricing
from $1.20 / 1,000 results
Nationale Vacaturebank Scraper
Scrape 105,000+ listings from Nationale Vacaturebank — the #1 Dutch job board. Structured output: title, company, salary, contract type & full descriptions (HTML, text, Markdown). Deduplication, repost detection & daysOld filtering. No API key required.
Pricing
from $1.20 / 1,000 results
Rating
0.0
(0)
Developer
Unfenced Group
Maintained by CommunityActor stats
1
Bookmarked
34
Total users
10
Monthly active users
4 days ago
Last modified
Categories
Share

Extract job listings from nationalevacaturebank.nl at scale, in a clean, consistent structure ready for analysis, job boards, recruiting tools and market research. No API key required.
Why this scraper?
🎯 Built for the Netherlands
A dedicated Dutch scraper, not a global tool with a country dropdown. Search, locations and currency (EUR) are tuned for nationalevacaturebank.nl.
📄 Complete job data
Full job title and description, direct listing URL and publish date for every record.
💶 Salary data
Salary information parsed from the listing where the employer publishes it, in EUR. Missing salaries are returned as null, never guessed.
🏢 Company details
Hiring company name plus the profile details the source publishes, such as logo and company page.
📍 Precise location
City, region and country plus latitude/longitude for mapping and radius analysis.
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQuery | string | "developer" | Functietitel of trefwoord, bijv. 'developer', 'marketing manager' |
city | string | "Amsterdam" | Bijv. 'Amsterdam', 'Rotterdam', 'Utrecht' |
radius | string | "40" | Straal rondom de opgegeven stad. Alleen van toepassing als je een stad invult. |
workingPlace | string | (empty) | Filter op remote, hybride of op locatie. |
contractType | string | "Vast" | Filter op type contract of dienstverband. |
educationLevel | string | "HBO" | Filter op vereist opleidingsniveau. |
careerLevel | string | "Ervaren" | Filter op carrièreniveau. |
salaryMin | integer | (empty) | Filter op minimumsalaris per maand, bijv. 3000 voor vacatures vanaf €3.000/mnd. |
sort | string | "relevance" | Volgorde van de resultaten. |
maxResults | integer | 5 | Maximaal aantal vacatures om te scrapen. |
daysOld | integer | (empty) | Geef alleen vacatures terug die binnen dit aantal dagen zijn geplaatst. Laat leeg voor alle vacatures. |
skipReposts | boolean | false | Sla vacatures over die al in een vorige run zijn opgeslagen. Gebruik dit samen met een dagelijks schema voor incrementele feeds. |
startUrls | array | (empty) | Optionele lijst van specifieke vacature-URLs om te scrapen in plaats van te zoeken. |
debugMode | boolean | false | Sla extra logregels op voor probleemoplossing. |
Output schema
Every field below is present on every record. Fields the source does not publish for a given job are returned as null rather than omitted.
| Field | Type | Description |
|---|---|---|
id | string | Unique listing ID from the source. |
referenceId | string | Reference id. |
url | string | Direct link to the listing. |
title | string | Job title as published. |
functionTitle | string | Function title. |
dcoTitle | string | Dco title. |
categories | array | Categories. |
industries | array | Industries. |
workingPlace | string | — |
company | string | Hiring company name. |
companyType | string | Company type. |
companyWebsite | string | Company website. |
logoUrl | string | Logo url. |
contactName | string | Contact name. |
contactEmail | string | Contact email. |
contactPhone | string | Contact phone. |
city | string | — |
municipality | string | Municipality. |
zipCode | string | Zip code. |
province | string | Province. |
latitude | number | Latitude of the workplace. |
longitude | number | Longitude of the workplace. |
salary | string | Salary as displayed (null if not published by the employer). |
salaryMin | number | — |
salaryMax | number | Maximum salary (null if not published by the employer). |
salaryType | string | Salary type. |
hours | string | Hours. |
hoursMin | number | Hours min. |
hoursMax | number | Hours max. |
contractType | string | — |
employmentType | string | Employment type (e.g. full-time, part-time). |
educationLevel | string | — |
careerLevel | string | — |
applyOption | string | Apply option. |
applyUrl | string | Direct application link. |
description | string | Full job description in plain text. |
descriptionText | string | Full job description in plain text. |
descriptionMarkdown | string | Description markdown. |
numberOfApplies | number | Number of applies. |
publishDate | string | Publish date. |
expiryDate | string | Date the listing expires (null if not stated). |
scrapedAt | string | Timestamp when this record was scraped. |
Example record
{"id": "5773a387-9825-45bb-9a18-31d72c50db33","referenceId": "5773a387-9825-45bb-9a18-31d72c50db33","url": "https://www.nationalevacaturebank.nl/vacature/5773a387-9825-45bb-9a18-31d72c50db33/social-media-manager","title": "Social Media Manager","functionTitle": "Social Media Manager","dcoTitle": "Social Media Manager","categories": ["Overig"],"industries": ["Overig"],"workingPlace": null,"company": "NOBIX Media","companyType": "direct_employer","companyWebsite": null,"logoUrl": null,"contactName": null,"contactEmail": "info@nobixmedia.nl","contactPhone": null,"city": "Moergestel","municipality": "OISTERWIJK","zipCode": "5066EE","province": "Noord-Brabant","latitude": 51.543312,"longitude": 5.182834,"salary": null,"salaryMin": null,"salaryMax": null,"salaryType": null,"hours": "32 - 32 uur","hoursMin": 32,"hoursMax": 32,"contractType": "Vast","employmentType": null,"educationLevel": "HBO","careerLevel": "Ervaren","applyOption": "external","applyUrl": "https://nobixmedia.nl/vacature/social-media-manager/","description": "<p>Op zoek naar personeel?</p>\n NOBIX Media, logo\n<p>Voor ons ambitieuze en snelgroeiende team zijn wij op zoek naar een Social Media Manager! Ben jij dol op het schrijven van pakkende teksten, neem j …","descriptionText": "Op zoek naar personeel?\n\n NOBIX Media, logo\nVoor ons ambitieuze en snelgroeiende team zijn wij op zoek naar een Social Media Manager! Ben jij dol op het schrijven van pakkende teksten, neem jij graag …","descriptionMarkdown": "Op zoek naar personeel?\n\n NOBIX Media, logo\nVoor ons ambitieuze en snelgroeiende team zijn wij op zoek naar een Social Media Manager! Ben jij dol op het schrijven van pakkende teksten, neem jij graag …","numberOfApplies": 2,"publishDate": "2026-05-28","expiryDate": "2026-07-27","scrapedAt": "2026-06-10T13:04:22.874Z"}
Examples
Search for monteur roles in Utrecht:
{"searchQuery": "monteur","city": "Utrecht","maxResults": 100}
Filter by contract type:
{"searchQuery": "monteur","city": "Utrecht","maxResults": 100,"contractType": ""}
Scrape a specific search URL:
{"startUrls": [{"url": "https://www.nationalevacaturebank.nl/"}],"maxResults": 200}
Daily feed (run on a schedule):
{"searchQuery": "monteur","daysOld": 1,"skipReposts": true,"maxResults": 500}
Schedule this input to run once a day in the Apify Scheduler — each run returns only jobs posted in the last 24 hours.
💰 Pricing
$1.5 per 1,000 results — you only pay for successfully retrieved listings. Failed retries are never charged.
| Results | Cost |
|---|---|
| 100 | ~$0.15 |
| 1,000 | ~$1.5 |
| 10,000 | ~$15 |
| 100,000 | ~$150 |
Flat-rate alternatives typically charge $29–$49/month regardless of usage.
Subscription tiers lower the rate further, down to $0.9 per 1,000 at the highest tier. Use the Max results cap in the input to control your spend exactly.
Performance
| Run size | Typical time |
|---|---|
| 100 results | under 1 minute |
| 1,000 results | 2–4 minutes |
| 10,000 results | 20–35 minutes |
Known limitations
- Salary is only returned when the employer publishes it — many listings carry
nullsalary fields. - Company details vary per listing; the scraper returns what the source publishes and never invents data.
- Very large result sets are bounded by the source's own paging limits.
- Listings can be removed by the source at any time, so a small share of URLs may expire shortly after scraping.
Technical details
- Source: nationalevacaturebank.nl — the Netherlands job listings
- Coverage: everything the public search exposes, filterable via the input parameters above
- Retry: automatic retry on network errors with exponential backoff
Need a custom scraper?
Unfenced Group builds Apify actors for any website — for free.
If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.
Get in touch: www.unfencedgroup.nl