Data sources / Immowelt
300 live Immowelt listingsImmowelt is a rental listings source we track. HousingFeed extracts Immowelt rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 300 Immowelt listings are live right now, refreshed daily.
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. Coverage of each field for Immowelt specifically:
| Field | Coverage on Immowelt |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| ZIP/postcode | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 99% |
| Floor area | ██████████ 100% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Immowelt feed:
{
"platform": "immowelt",
"url": "https://www.immowelt.de/expose/dda4b994-2fa4-44f3-9cdd-f2d96058bfe3",
"address": "Archenholdstrasse 19, Friedrichsfelde, Berlin (10315)",
"city": "Berlin",
"rent_min": 1399,
"beds": 2.0,
"scraped_at": "2026-07-04T08:02:35Z"
}
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}'
300 listings live, refreshed daily, in the same schema as 30+ other sources. Try it free.