Data sources / Immoweb
Belgium's leading real-estate portal. HousingFeed extracts Immoweb rental listings into a clean, unified JSON schema — no scraper to build, no header/TLS checks to fight. 9,152 Immoweb listings are live right now, refreshed daily.
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. Coverage of each field for Immoweb specifically:
| Field | Coverage on Immoweb |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| ZIP/postcode | ██████████ 100% |
| Coordinates | █████████░ 86% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Floor area | ████████░░ 85% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Immoweb feed:
{
"platform": "immoweb",
"url": "https://www.immoweb.be/en/classified/21688689",
"address": "Rooienberg, DUFFEL",
"city": "DUFFEL",
"state": "BE",
"rent_min": 1050,
"beds": 3.0,
"scraped_at": "2026-07-03T21:58:54Z"
}
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,152 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.