Data sources / Willhaben
Willhaben is a rental listings source we track. HousingFeed extracts Willhaben rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 6,656 Willhaben listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Willhaben does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Willhaben listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Willhaben listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Willhaben data that is live right now, 9 fields populated:
Share of live Willhaben listings that carry each field.
Median Willhaben asking rent is $930/mo.
Top locations by live Willhaben inventory.
A real record from the Willhaben feed:
{
"platform": "willhaben",
"url": "https://www.willhaben.at/iad/immobilien/d/mietwohnungen/niederoesterreich/moedling/ankommen-und-wohlfuehlen-ihr-persoenlicher-rueckzugsort-1000171313/",
"address": "Hinterbr\u00fchl",
"city": "M\u00f6dling",
"rent_min": 1448,
"beds": 3,
"scraped_at": "2026-07-05T09:49:51+00:00"
}
Filter the HousingFeed API to willhaben and get Willhaben 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":"willhaben","maxItems":100}'
6,656 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.