Data sources / Immoweb
Belgium's leading real-estate portal. HousingFeed extracts Immoweb rental listings into one clean JSON schema, no scraper to build, no header/TLS checks to fight. 9,391 Immoweb listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Immoweb has no public listings API. HousingFeed solves that: we collect Immoweb listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Immoweb listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Immoweb data that is live right now, 10 fields populated:
Share of live Immoweb listings that carry each field.
Median Immoweb asking rent is €1,200/mo.
Top locations by live Immoweb inventory.
A real record from the Immoweb feed:
{
"platform": "immoweb",
"url": "https://www.immoweb.be/en/classified/10015728",
"address": "37 emile feron, 1060 Saint-Gilles, St-Gillis",
"city": "St-Gillis",
"state": "BE",
"rent_min": 595,
"beds": 1,
"scraped_at": "2026-07-06T03:32:56+00:00"
}
Filter the HousingFeed API to immoweb and get Immoweb listings back as JSON:
curl -X POST "https://api.apify.com/v2/acts/housingfeed~rental-listings-api/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"platform":"immoweb","maxItems":100}'
9,391 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.