Data sources / Habitaclia
45 live Habitaclia listingsHabitaclia is a rental listings source we track. HousingFeed extracts Habitaclia rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 45 Habitaclia listings are live right now, refreshed daily.
Habitaclia does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Habitaclia listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Habitaclia listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Habitaclia specifically:
| Field | Coverage on Habitaclia |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 96% |
| Bathrooms | ██████████ 96% |
| Floor area | ██████████ 96% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Habitaclia feed:
{
"platform": "habitaclia",
"url": "https://www.habitaclia.com/alquiler-piso-espectacular_esquinero_con_terraza_y_parking_en_sant_gervas_sant_gervasi_galvany-barcelona-i2277003488164.htm",
"address": "Alquiler Piso en Sant Gervasi - Galvany. Espectacular piso esquinero con terraza y parking en sant gervas",
"city": "Barcelona",
"rent_min": 6300,
"beds": 4.0,
"baths": 4.0,
"scraped_at": "2026-07-04T08:41:50Z"
}
Filter the HousingFeed API to habitaclia and get Habitaclia 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":"habitaclia","maxItems":100}'
45 listings live, refreshed daily, in the same schema as 30+ other sources. Try it free.