Jobbird.com Vacatures Scraper avatar

Jobbird.com Vacatures Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Jobbird.com Vacatures Scraper

Jobbird.com Vacatures Scraper

Scrape 108,000+ listings from Jobbird.com — the leading Dutch board for SMEs and regional employers. The only Jobbird scraper on Apify. Salary ranges, sector filters, repost detection & full descriptions in HTML, text and Markdown.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

1

Bookmarked

5

Total users

2

Monthly active users

9 hours ago

Last modified

Share

Jobbird.com Scraper

Jobbird.com Scraper

Scrape structured job listings from Jobbird.com — Netherlands. 100,000+ active listings. No API key required.


Why this scraper?

🌍 Jobbird.com — Netherlands's job market

Scrape structured job data from Jobbird.com, one of the leading employment platforms in Netherlands.

📄 Full job descriptions

Enable fetchDetails to retrieve complete job descriptions in HTML, plain text, and Markdown format.

💰 Structured salary data

Salary ranges extracted and normalised into structured salaryMin, salaryMax, salaryCurrency, and salaryPeriod fields where published.

🔄 Repost detection

Cross-run deduplication with a 90-day TTL. Use skipReposts: true to receive only genuinely new listings.

🔗 Direct URL scraping

Supply specific Jobbird.com search or category URLs via startUrls for precise targeting.

⚙️ No API key required

Runs without any third-party credentials.


Input parameters

ParameterTypeDescriptionDefault
searchQuerystringJob title, keyword, or skill to search for.
citystringStad, bijv. 'Amsterdam'. Leeg = heel Nederland.
radiusstringSearch radius in km from the specified location.
contractTypestringContract type filter (e.g. permanent, contract, temporary).
categorystringJob category filter. Leave empty for all categories.
educationLevelstringFilter op opleidingsniveau. Leeg = alles.
maxResultsintegerMaximum number of results to return.5
fetchDetailsbooleanFetch full job description from each listing detail page. Disable for faster list-only results.true
useProxybooleanSchakel Apify AUTO proxy in. Normaal niet nodig.false
debugModebooleanSla HTML van pagina 1 op als artifact.false
includeSponsoredbooleanInclude sponsored/promoted vacancies. These appear regardless of search query or location filter. Default: false (skip sponsored).true
startUrlsarrayList of specific URLs to scrape. Bypasses the search input.
skipRepostsbooleanSkip listings already seen in previous runs (90-day deduplication window).false

Output schema

Each result contains the following fields.

Always present:

FieldTypeDescription
idstringUnique job listing ID from the source platform.
urlstringDirect URL to the job listing.
titlestringJob title as published.
companystringEmployer / company name.
locationstringFull location string as published.
citystringCity of the work location.
countrystringCountry code (ISO 3166-1 alpha-2).
contractTypestringContract type (permanent, contract, temporary, etc.).
workSchedulestringWork schedule (full-time, part-time, etc.).
salaryMinnumberMinimum salary (null if not published by employer).
salaryMaxnumberMaximum salary (null if not published by employer).
salaryCurrencystringISO 4217 currency code (null if no salary published).
salaryPeriodstringSalary period: YEAR / MONTH / WEEK / DAY / HOUR.
publishDatestringPublication date (YYYY-MM-DD).
publishDateISOstringPublication date in ISO 8601 format.
sourcestringSource domain name.
scrapedAtstringISO 8601 timestamp of when this item was scraped.
contentHashstringMD5 hash of key fields for change detection (16 chars).
summarystringHuman-readable one-line summary of the listing.
changeStatusstringChange status: NEW / MODIFIED / UNCHANGED.
isRepostbooleanTrue if this listing was seen in a previous run (90-day window).
originalPublishDatestringOriginal publish date if this is a repost (null otherwise).
originalUrlstringOriginal URL if this is a repost (null otherwise).

With fetchDetails: true (default):

FieldTypeDescription
descriptionHtmlstringFull job description as raw HTML (null if fetchDetails is false).
descriptionTextstringFull job description as plain text (null if fetchDetails is false).
descriptionMarkdownstringFull job description in Markdown format (null if fetchDetails is false).

Example output record:

{
"id": "123456",
"url": "https://www.jobbird.com/jobs/senior-developer/123456",
"title": "Software Developer",
"company": "ASML",
"location": "Amsterdam",
"city": "Amsterdam",
"country": "NL",
"contractType": "Permanent",
"workSchedule": "Full-time",
"salaryMin": 45000,
"salaryMax": 60750,
"salaryCurrency": "EUR",
"salaryPeriod": "YEAR",
"publishDate": "2026-04-15",
"publishDateISO": "2026-04-15",
"source": "jobbird.com",
"scrapedAt": "2026-04-24T09:00:00.000Z",
"contentHash": "a3f1b2c4d5e67890",
"summary": "Software Developer · ASML · Amsterdam",
"changeStatus": "NEW",
"isRepost": false,
"originalPublishDate": null,
"originalUrl": null,
"descriptionHtml": "<p>We are looking for an experienced professional to join our growing team...</p>",
"descriptionText": "We are looking for an experienced professional to join our growing team...",
"descriptionMarkdown": "We are looking for an experienced professional to join our growing team..."
}

Examples

1 — Search for Software Developer roles in Amsterdam

{
"searchQuery": "developer",
"maxResults": 100
}

2 — Filter by contract type — permanent positions only

{
"searchQuery": "",
"contractType": "permanent",
"maxResults": 200
}

3 — Scrape a specific search page directly via startUrls

{
"startUrls": [
{
"url": "https://www.jobbird.com/jobs?q=developer"
}
],
"maxResults": 50
}

4 — Daily feed — new listings only, past 24 hours, no reposts

{
"searchQuery": "",
"fetchDetails": false,
"skipReposts": true,
"maxResults": 1000
}

💰 Pricing

$1.50 per 1,000 results — you only pay for successfully retrieved listings. Failed retries and filtered reposts are never charged.

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

Flat-rate alternatives typically charge $29–$49/month regardless of usage.

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


Performance

Run sizeApprox. time
100 listings~2 min
1,000 listings~15 min
10,000 listings~2.5 hours

Known limitations

  • Salary: Not all employers publish salary information — salaryMin and salaryMax may be null.
  • fetchDetails: Setting fetchDetails: false returns list-page fields only; description fields will be null.

Technical details

  • Source: jobbird.com — Netherlands's job market
  • Memory: 256 MB
  • Repost storage: KeyValueStore jobbird-job-dedup, 90-day TTL
  • Retry: Automatic retry on network errors, exponential backoff, 3 attempts per request

Additional services

Need a custom actor, additional filters, scheduled runs, or integration support? Send an email to info@unfencedgroup.nl — we build on request.


Part of the Unfenced Group European job board scraper portfolio — 50+ job markets covered. Built by unfenced-group · Issues? Open a ticket or send a message.