Randstad.nl Vacatures Scraper
Pricing
from $0.80 / 1,000 results
Randstad.nl Vacatures Scraper
Extract job listings from Randstad.nl — the largest Dutch staffing agency. Thousands of temp, flex and permanent vacancies with salary, location and contract filters. Full descriptions in HTML, text and Markdown. Repost detection. No API key required.
Pricing
from $0.80 / 1,000 results
Rating
0.0
(0)
Developer
Unfenced Group
Maintained by CommunityActor stats
1
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share

Extract job listings from randstad.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 randstad.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.
📍 Location fields
Structured location data for every listing, ready for filtering and analysis.
🔁 Repost & change detection
Every record carries isRepost and changeStatus, so daily feeds return genuinely new jobs instead of reposted duplicates.
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQuery | string | (empty) | Zoekterm voor vacatures, bijv. 'developer', 'verpleegkundige'. Leeg = alle vacatures. |
city | string | (empty) | Stad, bijv. 'Amsterdam', 'Rotterdam'. Leeg = heel Nederland. |
radius | string | "40" | Zoekstraal rondom de opgegeven stad in kilometer. |
employmentType | string | (empty) | Filter op type dienstverband. |
educationLevel | string | "HBO" | Filter op vereist opleidingsniveau. |
sector | string | (empty) | Filter op vakgebied (26 opties). |
hoursPerWeek | string | (empty) | Filter op aantal uren per week, bijv. '33 - 40 uur'. Meerdere waarden scheiden met komma. |
maxResults | integer | 100 | Maximum aantal vacatures (1–5000). Zonder fetchDetails zijn runs snel en goedkoop. |
fetchDetails | boolean | false | Haal de detailpagina op per vacature. Geeft: volledige functieomschrijving (HTML, tekst en Markdown), werkervaring, branche, werkuren en adres waar gepubliceerd. Verhoogt doorlooptijd en kosten. |
skipReposts | boolean | false | Ontdubbel binnen de run op zelfde titel + bedrijf + stad, zodat herplaatsingen van dezelfde vacature maar één keer verschijnen. |
daysOld | integer | (empty) | Sla vacatures over die ouder zijn dan dit aantal dagen. Bijv. 7 = alleen vacatures van de afgelopen week. |
useProxy | boolean | false | Gebruik Apify AUTO proxy. Normaal niet nodig. |
debugMode | boolean | false | Sla de ruwe API-response van pagina 1 op als 'debug-api-p1' in de key-value store. |
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. Fields marked (detail) are only populated when fetchDetails is true.
| Field | Type | Description |
|---|---|---|
id | string | Unique vacancy number from the source. |
title | string | Job title as published. |
url | string | Direct link to the listing. |
company | string | Hiring company name (null when the employer is not disclosed). |
city | string | City of the position. |
salary | string | Salary as displayed (null if not published by the employer). |
salaryMin | number | Minimum salary (null if not published by the employer). |
salaryMax | number | Maximum salary (null if not published by the employer). |
salaryType | string | Salary period, e.g. maand or uur. |
salarySchemaOrg | number | Schema.org salary value when published. |
hours | string | Hours per week as displayed, e.g. 32 - 40 uur. |
workday | string | Days per week as displayed. |
educationLevel | string | Required education level. |
contractType | string | Contract type as published. |
industries | string | Industry tags from the listing. |
summary | string | Short teaser text from the search results. |
publishDate | string | Publish date (YYYY-MM-DD). |
expiryDate | string | Listing expiry date (YYYY-MM-DD, null if none). |
workFromHome | boolean | Work-from-home flag. |
applyUrl | string | Direct application link. |
scrapedAt | string | Timestamp when this record was scraped. |
descriptionHtml | string | (detail) Full job description as HTML. |
descriptionText | string | (detail) Full job description in plain text. |
descriptionMarkdown | string | (detail) Full job description as Markdown. |
experienceRequirements | string | (detail) Required work experience. |
industry | string | (detail) Industry from the job posting. |
workHoursText | string | (detail) Work hours as stated on the posting. |
employmentTypeSchemaOrg | array | (detail) Schema.org employment types, e.g. ["TEMPORARY","PART_TIME"]. |
fullAddress | string | (detail) Work location address when published. |
Example record
{"id": "9212637","title": "projectleider civiel ruimte","url": "https://www.randstad.nl/vacatures/9212637/projectleider-civiel-ruimte","company": null,"city": "Heemstede","salary": "€ 5.070 - 6.600 per maand","salaryMin": 5070,"salaryMax": 6600,"salaryType": "maand","salarySchemaOrg": 5070,"hours": "24 uur","workday": "3 dagen per week","educationLevel": "HBO","contractType": "Tijdelijk","industries": null,"summary": "De gemeente Heemstede zoekt een projectleider …","publishDate": "2026-07-25","expiryDate": null,"workFromHome": false,"applyUrl": "https://www.randstad.nl/vacatures/9212637/projectleider-civiel-ruimte","scrapedAt": "2026-07-29T07:10:02.614Z","descriptionHtml": "<p>De gemeente Heemstede staat voor …</p>","descriptionText": "De gemeente Heemstede staat voor …","descriptionMarkdown": "De gemeente Heemstede staat voor …","experienceRequirements": "Minimaal 5 jaar relevante werkervaring","industry": "Engineering","workHoursText": "24 uur per week","employmentTypeSchemaOrg": ["TEMPORARY", "PART_TIME"],"fullAddress": "Heemstede"}
Examples
Search for logistiek medewerker roles in Eindhoven:
{"searchQuery": "logistiek medewerker","city": "Eindhoven","maxResults": 100}
Filter by contract type:
{"searchQuery": "logistiek medewerker","city": "Eindhoven","maxResults": 100,"employmentType": ""}
Larger run with a hard cap:
{"searchQuery": "logistiek medewerker","city": "Eindhoven","maxResults": 500}
Daily feed (run on a schedule):
{"searchQuery": "logistiek medewerker","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 per 1,000 results — you only pay for successfully retrieved listings. Failed retries are never charged.
| Results | Cost |
|---|---|
| 100 | ~$0.1 |
| 1,000 | ~$1 |
| 10,000 | ~$10 |
| 100,000 | ~$100 |
Flat-rate alternatives typically charge $29–$49/month regardless of usage.
Subscription tiers lower the rate further, down to $0.6 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: randstad.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