Data sources / Wunderflats
Wunderflats is a rental listings source we track. HousingFeed extracts Wunderflats rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 207 Wunderflats listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Wunderflats does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Wunderflats listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Wunderflats listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Wunderflats data that is live right now, 9 fields populated:
Share of live Wunderflats listings that carry each field.
Median Wunderflats asking rent is €1,400/mo.
Top locations by live Wunderflats inventory.
A real record from the Wunderflats feed:
{
"platform": "wunderflats",
"url": "https://wunderflats.com/en/furnished-apartment/cozy-fantastic-suite-in-koeln/5746bbe6efb177f72a08c7a0",
"address": "K\u00f6ln",
"city": "K\u00f6ln",
"state": "DE",
"rent_min": 1470,
"beds": 1,
"scraped_at": "2026-07-05T15:05:31+00:00"
}
Filter the HousingFeed API to wunderflats and get Wunderflats 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":"wunderflats","maxItems":100}'
207 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.