Data sources / HousingAnywhere
Pan-European mid-term and student rental marketplace. HousingFeed extracts HousingAnywhere rental listings into a clean, unified JSON schema — no scraper to build, no rate limiting to fight. 663 HousingAnywhere listings are live right now, refreshed daily.
HousingAnywhere has no public listings API. HousingFeed solves that: we collect HousingAnywhere listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every HousingAnywhere listing is normalized into the same 24-field HousingFeed record. Coverage of each field for HousingAnywhere specifically:
| Field | Coverage on HousingAnywhere |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Floor area | █████████░ 93% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the HousingAnywhere feed:
{
"platform": "housinganywhere",
"url": "https://housinganywhere.com/room/ut1123703/nl/Amsterdam/vijzelstraat",
"address": "Vijzelstraat, Amsterdam-Centrum, Amsterdam",
"city": "Amsterdam",
"state": "NL",
"rent_min": 1000,
"beds": 0.0,
"scraped_at": "2026-07-03T22:03:23Z"
}
Filter the HousingFeed API to housinganywhere and get HousingAnywhere 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":"housinganywhere","maxItems":100}'
663 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.