Randstad.nl Vacatures Scraper avatar

Randstad.nl Vacatures Scraper

Pricing

from $0.80 / 1,000 results

Go to Apify Store
Randstad.nl Vacatures Scraper

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

Unfenced Group

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

4 days ago

Last modified

Share

Randstad.nl Vacatures Scraper

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

ParameterTypeDefaultDescription
searchQuerystring(empty)Zoekterm voor vacatures, bijv. 'developer', 'verpleegkundige'. Leeg = alle vacatures.
citystring(empty)Stad, bijv. 'Amsterdam', 'Rotterdam'. Leeg = heel Nederland.
radiusstring"40"Zoekstraal rondom de opgegeven stad in kilometer.
employmentTypestring(empty)Filter op type dienstverband.
educationLevelstring"HBO"Filter op vereist opleidingsniveau.
sectorstring(empty)Filter op vakgebied (26 opties).
hoursPerWeekstring(empty)Filter op aantal uren per week, bijv. '33 - 40 uur'. Meerdere waarden scheiden met komma.
maxResultsinteger100Maximum aantal vacatures (1–5000). Zonder fetchDetails zijn runs snel en goedkoop.
fetchDetailsbooleanfalseHaal de detailpagina op per vacature. Geeft: recruiter contactgegevens, volledig adres, voordelen-lijst, gestructureerde secties (wat bieden wij / wie ben jij / etc.), werkervaring, skills en meer. Verhoogt doorlooptijd en kosten.
skipRepostsbooleanfalseSla vacatures over die eerder al verschenen zijn (zelfde titel + bedrijf + stad). Effectief na meerdere runs.
daysOldinteger(empty)Sla vacatures over die ouder zijn dan dit aantal dagen. Bijv. 7 = alleen vacatures van de afgelopen week.
useProxybooleanfalseGebruik Apify AUTO proxy. Normaal niet nodig.
debugModebooleanfalseSla 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.

FieldTypeDescription
idstringUnique listing ID from the source.
titlestringJob title as published.
urlstringDirect link to the listing.
companystringHiring company name.
citystringCity of the position.
opcostringOpco.
vacancyUnitCodestringVacancy unit code.
jobLocationstringJob location.
salarystringSalary as displayed (null if not published by the employer).
salaryMinnumberMinimum salary (null if not published by the employer).
salaryMaxnumberMaximum salary (null if not published by the employer).
salaryTypestringSalary type.
hoursstringHours.
workdaystringWorkday.
educationLevelstringEducation level.
contractTypestringContract type as published.
workFromHomebooleanWork from home.
industriesstringIndustries.
studentbooleanStudent.
experienceRequirementsstringExperience requirements.
experienceYearsstringExperience years.
skillsstringSkills listed on the posting.
recruiterNamestringRecruiter name.
recruiterDepartmentstringRecruiter department.
recruiterTitlestringRecruiter title.
recruiterPhonestringRecruiter phone.
recruiterEmailstringRecruiter email.
summarystringSummary.
descriptionstringFull job description in plain text.
descriptionTextstringFull job description in plain text.
descriptionMarkdownstringDescription markdown.
benefitsstringBenefits listed on the posting.
sectionsstringSections.
textAnalysisScorestringText analysis score.
textReadingLevelstringText reading level.
publishDatestringPublish date.
publishDateISOstringPublish date iso.
validThroughstringValid through.
logoUrlstringLogo url.
applyUrlstringDirect application link.
sourcestringSource.
isRepostbooleantrue when the listing is a repost of an earlier job (detected by content hash).
originalPublishDatestringOriginal publish date.
originalUrlstringOriginal url.
scrapedAtstringTimestamp when this record was scraped.

Example record

{
"id": "741329",
"title": "Product Developer",
"url": "https://www.randstad.nl/vacatures/741329/product-developer",
"company": null,
"city": "Kapelle",
"opco": "RANDSTAD",
"vacancyUnitCode": "RRL-U6710",
"jobLocation": null,
"salary": "€ 3.000 - 4.400 per maand",
"salaryMin": 3000,
"salaryMax": 4400,
"salaryType": "maand",
"hours": "32 - 40 uur",
"workday": "4 - 5 dagen per week",
"educationLevel": "HBO",
"contractType": "Tijdelijk met uitzicht op vast",
"workFromHome": false,
"industries": null,
"student": false,
"experienceRequirements": null,
"experienceYears": null,
"skills": null,
"recruiterName": null,
"recruiterDepartment": null,
"recruiterTitle": null,
"recruiterPhone": null,
"recruiterEmail": null,
"summary": "Ben je de creatieve smaakmaker die de theorie het liefst in de praktijk brengt? Als productontwikkelaar sta je liever in de proefkeuken dan dat je de hele dag achter je bureau zit. In Kapelle zoek je …",
"description": null,
"descriptionText": null,
"descriptionMarkdown": null,
"benefits": null,
"sections": null,
"textAnalysisScore": null,
"textReadingLevel": null,
"publishDate": "2026-06-12",
"publishDateISO": "2026-06-12T00:00:00.000Z",
"validThrough": null,
"logoUrl": null,
"applyUrl": "https://www.randstad.nl/vacatures/741329/product-developer",
"source": "randstad.nl",
"isRepost": true,
"originalPublishDate": "2026-06-12",
"originalUrl": "https://www.randstad.nl/vacatures/741329/product-developer",
"scrapedAt": "2026-06-28T10:19:02.614Z"
}

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.

ResultsCost
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 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: 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