Vdab Jobs Search Scraper avatar

Vdab Jobs Search Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Vdab Jobs Search Scraper

Vdab Jobs Search Scraper

Scrape job listings from VDAB.be, Belgium's leading public employment service. Extract job titles, company names, locations, working schedules, experience levels, and more — perfect for labor market analysis and recruitment research.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Stealth mode

Stealth mode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

VDAB.be Jobs Scraper: Extract Belgian Job Listings Instantly


What Is VDAB.be?

VDAB (Vlaamse Dienst voor Arbeidsbemiddeling en Beroepsopleiding) is the official Flemish public employment service in Belgium, listing thousands of vacancies across all industries and regions. The platform is a primary source for Belgian labor market data. Manually collecting listings at scale is impractical — the VDAB.be Jobs Scraper automates extraction from search result pages, delivering structured records ready for analysis.


Overview

The VDAB Jobs Scraper targets VDAB's vacancy search pages and returns clean, structured job data per listing. It is built for:

  • HR analysts tracking Belgian labor market trends
  • Recruiters monitoring vacancy activity by region or function
  • Researchers studying shortage occupations and employment patterns
  • Developers feeding Belgian job data into aggregator platforms

The scraper supports bulk URL input, configurable item limits, and fault-tolerant URL handling.


Input Format

{
"urls": [
"https://www.vdab.be/vindeenjob/vacatures?trefwoord=engi&sort=standaard&p=2"
],
"ignore_url_failures": true,
"max_items_per_url": 50
}
FieldTypeDescription
urlsarrayOne or more VDAB job search result page URLs. Supports pagination via the &p= parameter. Add URLs one by one or use bulk edit.
max_items_per_urlintegerMaximum number of job records to collect per URL. Default: 20.
ignore_url_failuresbooleanIf true, the scraper skips failed URLs and continues running instead of stopping the entire run.

Tip: To collect across multiple pages, add each paginated URL separately (e.g., &p=1, &p=2, &p=3). Use search filters like trefwoord (keyword) and sort to narrow results before scraping.


Output Format

Sample output

{
"id": {
"id": 73588810
},
"is_closed": false,
"first_publication_date": "2026-04-28T05:58:36Z",
"last_modified_date": "2026-04-28T05:58:36Z",
"total_jobs": 1,
"layout": {
"logo": "https://cdn.app-prd-cdn.aws.vdab-prd.be/vindeenjob/templates/bedrijven/2969/mobileLogo.png",
"alt_text": "Logo LGA Engineering"
},
"job_function": {
"naam": "Aftersales Project Engineer",
"arbeidscircuit_lijn": "Vaste job"
},
"company_name": "LGA Engineering",
"employment_location_region_or_address": "BEVEREN-KRUIBEKE-ZWIJNDRECHT",
"supplier": {
"type": "INTERMEDIAIREN",
"gemandateerd": true,
"bedrijven_galerij_id": 2969
},
"duplicates": [],
"working_schedule": [
"Dagwerk"
],
"experience": "Minstens 2 jaar ervaring",
"shortage_occupation": true,
"location": {}
}

Each job listing returns a flat record with the following fields:

Identification & Status

FieldMeaning
IDUnique VDAB internal identifier for the vacancy
Is ClosedBoolean flag — true if the vacancy is no longer accepting applications
First Publication DateDate the listing first appeared publicly on VDAB
Last Modified DateTimestamp of the most recent update to the listing
Total JobsNumber of open positions associated with this vacancy

Job Details

FieldMeaning
LayoutDisplay type or listing format used on the platform
Job FunctionOccupational category or function title (e.g., Engineer, Sales)
Working ScheduleContract schedule type (e.g., full-time, part-time, shifts)
ExperienceRequired experience level (e.g., no experience, 1–2 years, senior)
Shortage OccupationFlags whether the role is classified as a Flemish shortage occupation (knelpuntberoep) — useful for policy research

Location & Company

FieldMeaning
Company NameName of the hiring employer
Employment Location Region Or AddressWork location, which may be a full address or a regional label
LocationStructured location data (city, municipality, or coordinates)

Sourcing Metadata

FieldMeaning
SupplierSource or partner channel that submitted the vacancy to VDAB
DuplicatesIndicates whether similar or duplicate listings were detected for this vacancy

How to Use

  1. Build your search URL — Go to vdab.be/vindeenjob/vacatures, apply your filters (keyword, region, sector), then copy the URL from the browser.
  2. Add pagination if needed — Append &p=2, &p=3, etc. for additional result pages.
  3. Configure the input — Paste URLs into the urls array, set max_items_per_url to your desired limit.
  4. Run the scraper — Start the actor and monitor progress in the run log.
  5. Export — Download results as JSON, CSV, or Excel.

Common issues:

  • Only use search result page URLs, not individual job detail pages.
  • If results seem incomplete, check whether VDAB's search applied a region filter that limits output.
  • Set ignore_url_failures: true for bulk runs to avoid interruptions from occasional page timeouts.

Use Cases & Business Value

  • Labor market research: Identify high-demand roles and shortage occupations in Flanders
  • Recruitment intelligence: Track hiring activity by company, region, or job function
  • Policy analysis: Monitor trends in Shortage Occupation flags over time
  • Job aggregation: Enrich Belgian job boards with structured VDAB data

Conclusion

The VDAB.be Jobs Scraper provides reliable, structured access to Belgium's largest public job database. With fields covering job function, location, schedule, experience, and shortage occupation status, it delivers the depth needed for serious labor market work. Configure your search, run the scraper, and get clean data in minutes.