Intermediair.nl Vacatures Scraper avatar

Intermediair.nl Vacatures Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Intermediair.nl Vacatures Scraper

Intermediair.nl Vacatures Scraper

Scrape vacancies from Intermediair.nl via a direct REST API. Fast, cheap, no browser needed. Filters by search term, city, radius, contract, education, experience, and industry.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

0

Monthly active users

23 minutes ago

Last modified

Share

Intermediair Scraper

Scrape job listings from intermediair.nl β€” the leading Dutch platform for HBO and university-educated professionals, with ~2,900 active vacancies. Filter by keyword, city, contract type, education level, and experience level. No API key required.


Why this scraper?

πŸ”„ Repost detection β€” unique in the market

Companies frequently republish the same vacancy to stay at the top of search results. This scraper detects reposts automatically and flags them β€” so you only pay for genuinely new listings.

Each result includes:

  • isRepost: true/false β€” is this a republished vacancy?
  • originalPublishDate β€” when did this vacancy first appear?
  • originalUrl β€” link to the original listing

Use skipReposts: true to automatically exclude reposts from your results.

πŸ’° Normalized salary data

Salary data is returned as structured fields β€” no additional processing required:

FieldExample
salary"€4,500 - €6,000"
salaryMin4500
salaryMax6000
salaryType"monthly"

πŸ” Automatic retries in the background

On temporary server errors, the scraper automatically retries with exponential backoff. Failed attempts are not charged β€” you only pay for successfully retrieved vacancies.

πŸ“ Rich location data

Every vacancy includes city, municipality, province, zip code, and GPS coordinates.

🏒 Recruiter type insight

Each company is classified as direct_employer or human_resource_manager β€” useful for distinguishing whether you are dealing directly with an employer or via a staffing agency.

πŸ“„ Three description formats

Every vacancy description is returned in three formats out of the box:

  • description β€” original HTML
  • descriptionText β€” plain text
  • descriptionMarkdown β€” Markdown (ready for RAG pipelines and LLM workflows)

Input parameters

ParameterTypeDescriptionDefault
searchQuerystringSearch term, e.g. "marketeer"β€”
citystringCity, e.g. "Utrecht"β€”
radiusselectSearch radius in km: 5/10/20/30/40/50/75/10040
contractTypeselectpermanent / temporary / freelance / zzp / internship / part-time / volunteerβ€”
employmentTypeselectfulltime / parttimeβ€”
educationLevelselectvmbo / mbo / hbo / woβ€”
careerLevelselectstarter / junior / medior / senior / manager / directorβ€”
industrystringIndustry, e.g. "ICT" or "Healthcare"β€”
sortselectdate / relevancedate
maxResultsintegerMaximum number of results (1–5000)100
daysOldintegerOnly return vacancies from the last X daysβ€”
skipRepostsbooleanSkip republished vacanciesfalse

Output schema

{
"id": "uuid",
"title": "Product Manager",
"url": "https://www.intermediair.nl/vacature/...",
"company": "ASML",
"companyType": "direct_employer",
"city": "Eindhoven",
"municipality": "EINDHOVEN",
"zipCode": "5612AP",
"province": "Noord-Brabant",
"latitude": 51.4416,
"longitude": 5.4697,
"salary": "€5,000 - €7,000",
"salaryMin": 5000,
"salaryMax": 7000,
"salaryType": "monthly",
"hours": "40 hours",
"hoursMin": 40,
"hoursMax": 40,
"contractType": "Permanent",
"employmentType": "Fulltime",
"educationLevel": "WO",
"careerLevel": "Experienced",
"functionTitle": "Product Manager",
"categories": ["ICT"],
"industries": ["Technology"],
"publishDate": "2026-03-20",
"expiryDate": "2026-05-19",
"description": "<p>Full vacancy text...</p>",
"descriptionText": "Full vacancy text...",
"descriptionMarkdown": "Full vacancy text...",
"isRepost": false,
"originalPublishDate": null,
"originalUrl": null,
"numberOfApplies": 12,
"scrapedAt": "2026-03-22T10:00:00.000Z"
}

Examples

WO marketing vacancies in Amsterdam:

{ "searchQuery": "marketing", "city": "Amsterdam", "educationLevel": "wo" }

All ICT vacancies, first publications only:

{ "industry": "ICT", "skipReposts": true, "sort": "date" }

HBO starter vacancies, fulltime:

{
"educationLevel": "hbo",
"careerLevel": "starter",
"employmentType": "fulltime"
}

πŸ’° Pricing

$1.50 per 1,000 results β€” you only pay for successfully retrieved vacancies. Failed retries and filtered reposts are never charged.

ResultsCost
100~$0.15
1,000~$1.50
10,000~$15.00

Flat-rate alternatives typically charge $29–$49/month regardless of usage. At 10,000 results/month, this scraper costs significantly less with no commitment.

Use the Max results cap in the input to control your spend exactly.


Performance

RunTime
100 vacancies~4 min
500 vacancies~20 min

Intermediair applies WAF protection, which accounts for the longer run time compared to other scrapers in this portfolio.


Built by unfenced-group Β· Issues? Open a ticket or send a message.