Leforem Jobs Search Scraper avatar

Leforem Jobs Search Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Leforem Jobs Search Scraper

Leforem Jobs Search Scraper

Scrape job listings from Le Forem, Belgium's official Walloon employment service. Extract titles, employer info, contract types, locations, languages, and 16 structured fields per listing — perfect for HR analysts, researchers, and job aggregators.

Pricing

from $1.50 / 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

4 days ago

Last modified

Share

Le Forem Jobs Scraper: Extract Belgian Job Listings at Scale


What Is Le Forem?

Le Forem is the official public employment and vocational training service of Wallonia, Belgium. Its job board publishes thousands of active listings across sectors, contract types, and work regimes — sourced directly from employers and public institutions. Collecting this data manually is impractical at scale. The Le Forem Jobs Scraper automates extraction from search result pages, delivering clean, structured records ready for analysis or integration.


Overview

The Le Forem Jobs Scraper targets search result pages on leforem.be and extracts all visible job listings up to a configurable limit. It is suited for:

  • HR analysts benchmarking Wallonian labor market demand
  • Researchers studying employment trends by sector or region
  • Job aggregator developers ingesting public listings
  • Recruiters monitoring competitor postings or talent supply

Input Format

{
"urls": [
"https://www.leforem.be/recherche-offres/resultat-recherche-offre?&operateur=ET"
],
"ignore_url_failures": true,
"max_items_per_url": 50
}
FieldTypeDescription
urlsarrayOne or more Le Forem job search result page URLs. Supports bulk entry. Default prefill points to the general search page with ET (AND) operator.
max_items_per_urlintegerMaximum listings scraped per URL. Default: 20. Set higher (e.g., 50) for broader collection runs.
ignore_url_failuresbooleanIf true, the scraper skips failed URLs and continues. Recommended for multi-URL batch runs. Default: true.

Tip: Refine the search URL using Le Forem's filters (sector, location, contract type) before pasting it as input. The scraper collects whatever the search returns.


Output Format

Sample output

{
"id": 1905903,
"numero": "1905903",
"titre": "Cuisinier/Cuisinière (H/F/X)",
"publication": "Publié aujourd'hui",
"fin": "2026-06-30T00:00:00+02:00",
"debut": "2026-05-21T00:00:00+02:00",
"nom_employeur": "OEUVRES MEDICO-SOCIALES DE FAMENNE-ARDENNE - OEUVRES MEDICO-SOCIALE DE FAMENNE-ARDENNE",
"type_contrat": "Remplacement",
"regime_travail": "Temps partiel",
"lieux_travail": [
"Arrondissement de Marche-en-Famenne",
"Nassogne"
],
"langues": [
"FR"
],
"email": "secretariat@cmafa.be",
"nombre_postes": 1,
"logo": "27de7b67-31f8-4d60-f881-08deaa72aa50",
"secteurs_activite": [
"Activités des aides familiales à domicile, sauf soins à domicile"
],
"is_postulable": true,
"from_url": "https://www.leforem.be/recherche-offres/resultat-recherche-offre?&operateur=ET&page=1"
}

Each job listing returns a record with 16 fields:

Identification & Dates

FieldMeaning
IDInternal unique identifier for the listing
NumeroLe Forem's official job reference number
TitreJob title as displayed on the listing
PublicationDate the listing was published
DebutExpected start date of the role
FinListing expiry / closing date

Job & Contract Details

FieldMeaning
Type ContratContract type (e.g., CDI, CDD, interim)
Regime TravailWork regime (e.g., full-time, part-time)
Nombre PostesNumber of open positions for this listing
Is PostulableBoolean — whether the listing is currently open for applications

Employer & Location

FieldMeaning
Nom EmployeurName of the hiring employer
LogoURL of the employer's logo image
Lieux TravailWork location(s) — city or municipality in Wallonia
Secteurs ActiviteIndustry/activity sectors associated with the role

Contact & Language

FieldMeaning
EmailContact email for the listing (when provided)
LanguesLanguage requirements for the role

How to Use

  1. Build your search URL — Go to leforem.be, apply filters (sector, location, contract), and copy the results page URL.
  2. Configure input — Paste the URL into the urls array. Adjust max_items_per_url based on how many results you need.
  3. Run the scraper — Start the actor and monitor progress in the run log.
  4. Export — Download results as JSON, CSV, or Excel.

Common issues:

  • Ensure the URL points to a search results page, not a single job detail page.
  • If a URL returns 0 results, verify the search still returns listings in the browser — filters may have changed.

Use Cases & Business Value

  • Labor market analysis: Track job demand by sector, location, or contract type across Wallonia
  • Compensation research: Correlate job titles and regimes with market supply data
  • Aggregators: Sync Le Forem listings into custom platforms or dashboards
  • Policy research: Analyze public employment trends from an official government source

Conclusion

The Le Forem Jobs Scraper provides structured access to Belgium's primary Wallonian job board. With 16 clean output fields and flexible search URL support, it enables rapid, repeatable data collection for any use case involving the Wallonian labor market.