Data sources / Habitaclia
Habitaclia is a rental listings source we track. HousingFeed extracts Habitaclia rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 1,428 Habitaclia listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
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. Here is the depth and shape of the Habitaclia data that is live right now, 8 fields populated:
Share of live Habitaclia listings that carry each field.
Median Habitaclia asking rent is €1,460/mo.
Top locations by live Habitaclia inventory.
A real record from the Habitaclia feed:
{
"platform": "habitaclia",
"url": "https://www.habitaclia.com/alquiler-piso-cabo_de_las_huertas-alicante-i10424003095033.htm",
"address": "Alquiler Piso Del faro",
"city": "Alicante",
"rent_min": 3500,
"beds": 3,
"baths": 2,
"scraped_at": "2026-07-06T04:05:38+00:00"
}
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}'
1,428 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.