Data sources / HousingAnywhere
Pan-European mid-term and student rental marketplace. HousingFeed extracts HousingAnywhere rental listings into one clean JSON schema, no scraper to build, no rate limiting to fight. 1,077 HousingAnywhere listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
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. Here is the depth and shape of the HousingAnywhere data that is live right now, 9 fields populated:
Share of live HousingAnywhere listings that carry each field.
Median HousingAnywhere asking rent is €862/mo.
Top locations by live HousingAnywhere inventory.
A real record from the HousingAnywhere feed:
{
"platform": "housinganywhere",
"url": "https://housinganywhere.com/room/ut495984/nl/Rotterdam/sint-janstraat",
"address": "Sint-Janstraat, Centrum, Rotterdam",
"city": "Rotterdam",
"state": "NL",
"rent_min": 1350,
"beds": 1,
"scraped_at": "2026-07-03T22:03:47+00:00"
}
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}'
1,077 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.