Data sources / Wunderflats
Wunderflats is a rental listings source we track. HousingFeed extracts Wunderflats rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 140 Wunderflats listings are live right now, refreshed daily.
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. Coverage of each field for Wunderflats specifically:
| Field | Coverage on Wunderflats |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Floor area | ██████████ 100% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Wunderflats feed:
{
"platform": "wunderflats",
"url": "https://wunderflats.com/en/furnished-apartment/amazing-flat-in-berlin-mitte-with-a-beautiful-view-over-the-rooftops/6630e740b708d0eea4503dda",
"address": "Berlin",
"city": "Berlin",
"state": "DE",
"rent_min": 1690,
"beds": 3.0,
"scraped_at": "2026-07-03T21:55:51Z"
}
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}'
140 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.