Jobat.be Jobs Scraper - Belgium Job Board avatar

Jobat.be Jobs Scraper - Belgium Job Board

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Jobat.be Jobs Scraper - Belgium Job Board

Jobat.be Jobs Scraper - Belgium Job Board

Scrape jobat.be - Belgium’s leading job board with 80K+ listings in Dutch and French. Structured salary, 3 description formats, and employer contact data. Incremental mode detects new and changed listings. Compact output for AI agents and MCP workflows.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Black Falcon Data

Black Falcon Data

Maintained by Community

Actor stats

1

Bookmarked

5

Total users

2

Monthly active users

8 days ago

Last modified

Share

What does Jobat.be Jobs Scraper do?

Jobat.be Jobs Scraper extracts structured job data from jobat.be — including salary data, contact details (email, apply URL), company metadata, and full descriptions. It supports keyword search, location filters, and controllable result limits, so you can run the same query consistently over time. The actor also offers detail enrichment (full descriptions, company metadata, and contact information) where the source provides them.

New to Apify? Sign up free and use the included $5 monthly platform credit to test this actor.

Key features

  • ♻️ Incremental mode — recurring runs emit only NEW / UPDATED / REAPPEARED records — UNCHANGED and EXPIRED are opt-in. First run builds the baseline; subsequent runs emit and charge only for the diff. Pair with notifications for daily "new jobs" alerts to your hiring team. Saves 80–95% on daily monitoring.
  • 🔔 Notifications — Telegram, Slack, Discord, WhatsApp Cloud API, generic webhook — out of the box. Pair with incremental + notifyOnlyChanges for daily "new Jobat jobs" pings to your hiring channel.
  • 🔗 Paste-mode — paste any jobat.be URL straight from your browser — single-job pages, search-results URLs, or category SEO URLs. Build the search you want in the UI, copy the URL, paste it here.
  • 📋 Detail enrichment — two-stage mode: list, then enrich each job with the full description + detail-page fields (apply counts, education, etc.). One toggle, no extra orchestration.
  • 📦 Compact mode — AI-agent and MCP-friendly compact payloads with core fields only — pipe straight into your ATS, salary-benchmarking tool, or LLM context without parsing extras.
  • 📝 Description format selection — pick a single description representation — text, html, or markdown — and the unused variants are dropped from each record. Halves payload size when your pipeline only consumes one format.
  • 📤 Export anywhere — Download the dataset as JSON, CSV, or Excel from the Apify Console, or stream live via the Apify API and integrations (Make, Zapier, Google Sheets, n8n, …).
  • 📧 Email + phone extraction — every record carries extractedEmails[] and extractedPhones[] regex-pulled from the description — direct-outreach lists with no extra processing step.
  • 🔗 URL + social-profile extraction — every record carries extractedUrls[] and structured socialProfiles { linkedin, twitter, github, … } parsed from the description — useful when employers drop their careers page or recruiter LinkedIn in-line.
  • 💰 Structured salary — salary parsed into structured salaryMin / salaryMax / salaryCurrency / period — no string parsing on your side. Includes salaryHidden flag when the source filtered against a bracket but the listing itself doesn't disclose.

What data can you extract from jobat.be?

Each result includes Core listing fields (jobId, title, location, region, profile, offer, contractType, and employmentType, and more), detail fields when enrichment is enabled (description, descriptionHtml, descriptionMarkdown, and benefits), contact and apply information (email, phone, and applyUrl), and company metadata (company, companyUrl, and companyWebsite). In standard mode, all fields are always present — unavailable data points are returned as null, never omitted. In compact mode, only core fields are returned.

Enable detail enrichment in the input to get richer fields such as full descriptions, company metadata, and contact information where the source provides them.

Input

The main inputs are a search keyword, an optional location filter, and a result limit. Additional filters and options are available in the input schema.

Key parameters:

  • startUrls — Direct job listing URLs to scrape. Bypasses search — detail is always fetched. Can be combined with a query.
  • query — Job search keywords. Required unless Start URLs are provided.
  • location — City or region in Belgium.
  • locationRadiusKm — Search radius around the location in kilometres. Requires Location to be set.
  • language — Listing language. Dutch (nl) for Flanders, French (fr) for Wallonia/Brussels. (default: "nl")
  • maxResults — Maximum total results (0 = unlimited). (default: 50)
  • includeDetails — Fetch full job details (description, profile, offer, contact info). (default: true)
  • descriptionMaxLength — Truncate description to N chars. 0 = no truncation. (default: 0)
  • compact — Core fields only (for AI-agent/MCP workflows). (default: false)
  • descriptionFormat — Pick a single description representation. all keeps every variant; text / html / markdown drop the others. (default: "all")
  • excludeEmptyFields — Drop null, empty-string, and empty-array fields from each record before push. Smaller payloads for AI agents and dashboards. (default: false)
  • incrementalMode — Compare against previous run state. (default: false)
  • ...and 13 more parameters

Input examples

Basic search — Keyword-driven search with a result cap.

→ Full payload per result — all standard fields populated where the source provides them.

{
"query": "developer",
"maxResults": 50
}

Incremental tracking — Only emit jobs that changed since the previous run with this stateKey.

→ First run builds the baseline state. Subsequent runs emit only records that are new or whose tracked content changed. Set emitUnchanged: true to include unchanged records as well.

{
"query": "developer",
"maxResults": 200,
"incrementalMode": true,
"stateKey": "developer-tracker"
}

Compact output for AI agents — Return only core fields for AI-agent and MCP workflows.

→ Small payload with the most important fields — ideal for piping into LLMs without token overhead.

{
"query": "developer",
"maxResults": 50,
"compact": true
}

Output

Each run produces a dataset of structured job records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

Example job record

{
"jobId": "0f9a5ed43c85fa149a9a3d4689a4e62f4863f5e744b9453d0925687732fa3e36",
"title": "REMOTE BUSINESS DEVELOPER – EVENT AGENCY (FLANDERS)",
"company": "egg Events",
"companyUrl": "https://www.jobat.be/nl/jobs/bedrijven/egg-events/119208",
"location": "Brussel",
"region": "Brussels",
"description": "Werken bij egg is niet zomaar een job. Het gaat erom sterke en inspirerende ervaringen te creëren voor onze klanten en hun doelgroepen.\n\nWe werken hard om die magie tot stand te brengen. Maar we weten...",
"descriptionHtml": "Werken bij egg is niet zomaar een job. Het gaat erom sterke en inspirerende ervaringen te creëren voor onze klanten en hun doelgroepen.<br><br>We werken hard om die magie tot stand te brengen. Maar we...",
"descriptionMarkdown": "Werken bij egg is niet zomaar een job. Het gaat erom sterke en inspirerende ervaringen te creëren voor onze klanten en hun doelgroepen.\n\nWe werken hard om die magie tot stand te brengen. Maar we weten...",
"profile": "En zo komen we bij jou.\n\nVastberaden en met een groeimindset floreer je in het creëren van nieuwe businesskansen en het sluiten van deals, terwijl je een uitstekende klantervaring biedt en een ambassa...",
"offer": "Wat wij bieden\n- Een contract van 6 maanden met mogelijkheid tot verlenging of een vaste aanstelling\n- Een dynamische en inclusieve bedrijfscultuur waar we hard werken om de juiste mensen op de juiste...",
"contractType": "Bepaalde duur",
"employmentType": "Deeltijds of voltijds",
"salaryText": null,
"salaryMin": null,
"salaryMax": null,
"salaryCurrency": null,
"salaryType": null,
"benefits": [
"Groepsverzekering",
"Bedrijfswagen",
"Individuele hospitalisatieverzekering",
"Bedrijfswagen",
"Maaltijdcheques",
"Prestatiebonus",
"Groepsverzekering",
"Bedrijfswagen",
"Maaltijdcheques",
"Individuele hospitalisatieverzekering",
"Leasefiets",
"Opleiding",
"13e maand",
"Extra-legale vakantiedagen",
"Groepsverzekering",
"Bedrijfswagen",
"Maaltijdcheques",
"Laptop",
"Internetvergoeding / Abonnement",
"Individuele hospitalisatieverzekering",
"Mobiliteitsbudget",
"Geboorte",
"Jubileum",
"Sinterklaas",
"Eco Cheque",
"Opleiding",
"13e maand",
"Vakantiegeld",
"Thuiswerk",
"Anciënniteitsverlof",
"Groepsverzekering",
"Bedrijfswagen",
"Tankkaart / Laadpas",
"Maaltijdcheques",
"Individuele hospitalisatieverzekering",
"Parking",
"Eco Cheque",
"Groepsverzekering",
"Bedrijfswagen",
"Tankkaart / Laadpas",
"Maaltijdcheques",
"Smartphone",
"Laptop",
"Individuele hospitalisatieverzekering",
"Eco Cheque",
"13e maand",
"Vakantiegeld",
"Thuiswerk",
"Groepsverzekering",
"Bedrijfswagen",
"Tankkaart / Laadpas",
"Maaltijdcheques",
"Laptop",
"Individuele hospitalisatieverzekering",
"Eco Cheque",
"Opleiding",
"13e maand",
"Thuiswerk",
"Groepsverzekering",
"Bedrijfswagen",
"Tankkaart / Laadpas",
"Maaltijdcheques",
"Laptop",
"Individuele hospitalisatieverzekering",
"Parking",
"Eco Cheque",
"13e maand",
"Thuiswerk",
"Groepsverzekering",
"Bedrijfswagen",
"Tankkaart / Laadpas",
"Maaltijdcheques",
"Smartphone",
"Laptop",
"Individuele hospitalisatieverzekering",
"Eco Cheque",
"13e maand",
"Vakantiegeld",
"Thuiswerk",
"Mogelijkheid tot thuiswerken: 5 dagen"
],
"email": null,
"phone": null,
"applyUrl": "https://www.jobat.be/nl/secure/login?jobid=5622521&applyfirststep=1",
"companyWebsite": null,
"category": "Sales",
"subCategory": "Business development",
"functionType": "Business development",
"sector": null,
"postedAt": "2026-04-01T11:43:22Z",
"url": "https://www.jobat.be/nl/jobs/remote-business-developer-event-agency-flanders/job_5622521",
"portalUrl": "https://www.jobat.be/nl/jobs/remote-business-developer-event-agency-flanders/job_5622521",
"scrapedAt": "2026-04-08T17:37:56.158Z",
"language": "nl",
"source": "jobat.be",
"changeType": "NEW"
}

Incremental fields

When incremental: true, each record also carries:

  • changeType — one of NEW, UPDATED, UNCHANGED, REAPPEARED, EXPIRED.
  • firstSeenAt, lastSeenAt — ISO-8601 timestamps tracking the listing across runs.
  • isRepost, repostOfId, repostDetectedAt — populated when a new listing matches the tracked content of a previously expired one. Set skipReposts: true to drop detected reposts from the output.

How to scrape jobat.be

  1. Go to Jobat.be Jobs Scraper in Apify Console.
  2. Enter a search keyword and optional location filter.
  3. Set maxResults to control how many results you need.
  4. Enable includeDetails if you need full descriptions, contact info, company data.
  5. Click Start and wait for the run to finish.
  6. Export the dataset as JSON, CSV, or Excel.

Use cases

  • Extract job data from jobat.be for market research and competitive analysis.
  • Track salary trends across regions and categories over time.
  • Monitor new and changed listings on scheduled runs without processing the full dataset every time.
  • Build outreach lists using contact details and apply URLs from listings.
  • Research company hiring patterns, employer profiles, and industry distribution.
  • Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
  • Export clean, structured data to dashboards, spreadsheets, or data warehouses.

How much does it cost to scrape jobat.be?

Jobat.be Jobs Scraper uses pay-per-event pricing. You pay a small fee when the run starts and then for each result that is actually produced.

  • Run start: $0.005 per run
  • Per result: $0.001 per job record

Example costs:

  • 10 results: $0.01
  • 100 results: $0.11
  • 500 results: $0.51

Example: recurring monitoring savings

These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of listings that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency — the scenarios below are examples, not predictions.

Example setup: 200 results per run, daily polling (30 runs/month). Event-pricing examples scale linearly with result count.

Churn rateFull re-scrape run costIncremental run costSavings vs full re-scrapeMonthly cost after baseline
5% — stable niche query$0.21$0.01$0.19 (93%)$0.45
15% — moderate broad query$0.21$0.03$0.17 (83%)$1.05
30% — high-volume aggregator$0.21$0.07$0.14 (68%)$1.95

Full re-scrape monthly cost at daily polling: $6.15. First month with incremental costs $0.64 / $1.22 / $2.09 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.

FAQ

How many results can I get from jobat.be?

The number of results depends on the search query and available listings on jobat.be. Use the maxResults parameter to control how many results are returned per run.

Does Jobat.be Jobs Scraper support recurring monitoring?

Yes. Enable incremental mode to only receive new or changed listings on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.

Can I integrate Jobat.be Jobs Scraper with other apps?

Yes. Jobat.be Jobs Scraper works with Apify's integrations to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

Can I use Jobat.be Jobs Scraper with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the Apify API. Client libraries are available for JavaScript, Python, and other languages.

Can I use Jobat.be Jobs Scraper through an MCP Server?

Yes. Apify provides an MCP Server that lets AI assistants and agents call this actor directly. Use compact mode and descriptionMaxLength to keep payloads manageable for LLM context windows.

This actor extracts publicly available data from jobat.be. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

Your feedback

If you have questions, need a feature, or found a bug, please open an issue on the actor's page in Apify Console. Your feedback helps us improve.

You might also like

Getting started with Apify

New to Apify? Create a free account with $5 credit — no credit card required.

  1. Sign up — $5 platform credit included
  2. Open this actor and configure your input
  3. Click Start — export results as JSON, CSV, or Excel

Need more later? See Apify pricing.