Nationale Vacaturebank Scraper avatar

Nationale Vacaturebank Scraper

Pricing

from $1.20 / 1,000 results

Go to Apify Store
Nationale Vacaturebank Scraper

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

Unfenced Group

Maintained by Community

Actor stats

1

Bookmarked

34

Total users

10

Monthly active users

4 days ago

Last modified

Share

Nationale Vacaturebank Scraper

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

ParameterTypeDefaultDescription
searchQuerystring"developer"Functietitel of trefwoord, bijv. 'developer', 'marketing manager'
citystring"Amsterdam"Bijv. 'Amsterdam', 'Rotterdam', 'Utrecht'
radiusstring"40"Straal rondom de opgegeven stad. Alleen van toepassing als je een stad invult.
workingPlacestring(empty)Filter op remote, hybride of op locatie.
contractTypestring"Vast"Filter op type contract of dienstverband.
educationLevelstring"HBO"Filter op vereist opleidingsniveau.
careerLevelstring"Ervaren"Filter op carrièreniveau.
salaryMininteger(empty)Filter op minimumsalaris per maand, bijv. 3000 voor vacatures vanaf €3.000/mnd.
sortstring"relevance"Volgorde van de resultaten.
maxResultsinteger5Maximaal aantal vacatures om te scrapen.
daysOldinteger(empty)Geef alleen vacatures terug die binnen dit aantal dagen zijn geplaatst. Laat leeg voor alle vacatures.
skipRepostsbooleanfalseSla vacatures over die al in een vorige run zijn opgeslagen. Gebruik dit samen met een dagelijks schema voor incrementele feeds.
startUrlsarray(empty)Optionele lijst van specifieke vacature-URLs om te scrapen in plaats van te zoeken.
debugModebooleanfalseSla 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.

FieldTypeDescription
idstringUnique listing ID from the source.
referenceIdstringReference id.
urlstringDirect link to the listing.
titlestringJob title as published.
functionTitlestringFunction title.
dcoTitlestringDco title.
categoriesarrayCategories.
industriesarrayIndustries.
workingPlacestring
companystringHiring company name.
companyTypestringCompany type.
companyWebsitestringCompany website.
logoUrlstringLogo url.
contactNamestringContact name.
contactEmailstringContact email.
contactPhonestringContact phone.
citystring
municipalitystringMunicipality.
zipCodestringZip code.
provincestringProvince.
latitudenumberLatitude of the workplace.
longitudenumberLongitude of the workplace.
salarystringSalary as displayed (null if not published by the employer).
salaryMinnumber
salaryMaxnumberMaximum salary (null if not published by the employer).
salaryTypestringSalary type.
hoursstringHours.
hoursMinnumberHours min.
hoursMaxnumberHours max.
contractTypestring
employmentTypestringEmployment type (e.g. full-time, part-time).
educationLevelstring
careerLevelstring
applyOptionstringApply option.
applyUrlstringDirect application link.
descriptionstringFull job description in plain text.
descriptionTextstringFull job description in plain text.
descriptionMarkdownstringDescription markdown.
numberOfAppliesnumberNumber of applies.
publishDatestringPublish date.
expiryDatestringDate the listing expires (null if not stated).
scrapedAtstringTimestamp 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.

ResultsCost
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 sizeTypical time
100 resultsunder 1 minute
1,000 results2–4 minutes
10,000 results20–35 minutes

Known limitations

  • Salary is only returned when the employer publishes it — many listings carry null salary 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