Data sources / Spotahome
120 live Spotahome listingsSpotahome is a rental listings source we track. HousingFeed extracts Spotahome rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 120 Spotahome listings are live right now, refreshed daily.
Spotahome does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Spotahome listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Spotahome listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Spotahome specifically:
| Field | Coverage on Spotahome |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 95% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Spotahome feed:
{
"platform": "spotahome",
"url": "https://www.spotahome.com/berlin/for-rent:apartments/1326528",
"address": "1-bedroom apartment for rent in Berlin, single use only",
"city": "Berlin",
"rent_min": 1450,
"beds": 1.0,
"scraped_at": "2026-07-03T21:56:12Z"
}
Filter the HousingFeed API to spotahome and get Spotahome 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":"spotahome","maxItems":100}'
120 listings live, refreshed daily, in the same schema as 30+ other sources. Try it free.