Intermediair.nl Vacatures Scraper
Pricing
from $1.50 / 1,000 results
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
Actor stats
1
Bookmarked
3
Total users
0
Monthly active users
23 minutes ago
Last modified
Categories
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:
| Field | Example |
|---|---|
salary | "β¬4,500 - β¬6,000" |
salaryMin | 4500 |
salaryMax | 6000 |
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 HTMLdescriptionTextβ plain textdescriptionMarkdownβ Markdown (ready for RAG pipelines and LLM workflows)
Input parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
searchQuery | string | Search term, e.g. "marketeer" | β |
city | string | City, e.g. "Utrecht" | β |
radius | select | Search radius in km: 5/10/20/30/40/50/75/100 | 40 |
contractType | select | permanent / temporary / freelance / zzp / internship / part-time / volunteer | β |
employmentType | select | fulltime / parttime | β |
educationLevel | select | vmbo / mbo / hbo / wo | β |
careerLevel | select | starter / junior / medior / senior / manager / director | β |
industry | string | Industry, e.g. "ICT" or "Healthcare" | β |
sort | select | date / relevance | date |
maxResults | integer | Maximum number of results (1β5000) | 100 |
daysOld | integer | Only return vacancies from the last X days | β |
skipReposts | boolean | Skip republished vacancies | false |
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.
| Results | Cost |
|---|---|
| 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
| Run | Time |
|---|---|
| 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.