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