Data sources / Fotocasa
Fotocasa is a rental listings source we track. HousingFeed extracts Fotocasa rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 185 Fotocasa listings are live right now, refreshed daily.
Fotocasa does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Fotocasa listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Fotocasa listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Fotocasa specifically:
| Field | Coverage on Fotocasa |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| ZIP/postcode | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 95% |
| Bathrooms | ██████████ 96% |
| Floor area | ██████████ 98% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Fotocasa feed:
{
"platform": "fotocasa",
"url": "https://www.fotocasa.es/es/alquiler/vivienda/186815696",
"address": "Universidad - Malasa\u00f1a, Madrid",
"city": "Madrid",
"state": "ES",
"rent_min": 1800,
"beds": 2.0,
"baths": 1.0,
"scraped_at": "2026-07-03T22:03:09Z"
}
Filter the HousingFeed API to fotocasa and get Fotocasa 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":"fotocasa","maxItems":100}'
185 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.