Data sources / Fotocasa
Fotocasa is a rental listings source we track. HousingFeed extracts Fotocasa rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 222 Fotocasa listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
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. Here is the depth and shape of the Fotocasa data that is live right now, 11 fields populated:
Share of live Fotocasa listings that carry each field.
Median Fotocasa asking rent is €1,400/mo.
Top locations by live Fotocasa inventory.
A real record from the Fotocasa feed:
{
"platform": "fotocasa",
"url": "https://www.fotocasa.es/es/alquiler/vivienda/176549969",
"address": "L'Antiga Esquerra de l'Eixample, Barcelona",
"city": "Barcelona",
"state": "ES",
"rent_min": 2755,
"beds": 2,
"baths": 1,
"scraped_at": "2026-07-04T11:51:48+00:00"
}
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}'
222 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.