Data sources / Immowelt
Immowelt is a rental listings source we track. HousingFeed extracts Immowelt rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 330 Immowelt listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Immowelt does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Immowelt listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Immowelt listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Immowelt data that is live right now, 8 fields populated:
Share of live Immowelt listings that carry each field.
Median Immowelt asking rent is €984/mo.
Top locations by live Immowelt inventory.
A real record from the Immowelt feed:
{
"platform": "immowelt",
"url": "https://www.immowelt.de/expose/1970c7ae-3f1f-4e2f-9d76-5fcbb4fb0127",
"address": "Archenholdstrasse 19, Friedrichsfelde, Berlin (10315)",
"city": "Berlin",
"rent_min": 2290,
"beds": 4,
"scraped_at": "2026-07-06T03:57:34+00:00"
}
Filter the HousingFeed API to immowelt and get Immowelt 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":"immowelt","maxItems":100}'
330 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.