Data sources / Immoscout
Immoscout is a rental listings source we track. HousingFeed extracts Immoscout rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 14,491 Immoscout listings are live right now, refreshed daily.
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. Coverage of each field for Immoscout specifically:
| Field | Coverage on Immoscout |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| ZIP/postcode | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Floor area | ██████████ 100% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
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-05T12:11:30+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}'
14,491 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.