Data sources / Immoscout
Immoscout is a rental listings source we track. HousingFeed extracts Immoscout rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 26,185 Immoscout listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Immoscout does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Immoscout listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Immoscout listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Immoscout data that is live right now, 8 fields populated:
Share of live Immoscout listings that carry each field.
Median Immoscout asking rent is €1,020/mo.
Top locations by live Immoscout inventory.
A real record from the Immoscout feed:
{
"platform": "immoscout",
"url": "https://www.immobilienscout24.de/expose/168241310",
"address": "Uhlandstra\u00dfe, 44791, \u00b4Bochum",
"city": "\u00b4Bochum",
"rent_min": 694,
"beds": 1.5,
"scraped_at": "2026-07-06T16:36:53+00:00"
}
Filter the HousingFeed API to immoscout and get Immoscout 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":"immoscout","maxItems":100}'
26,185 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.