Data sources / Pisos
Pisos is a rental listings source we track. HousingFeed extracts Pisos rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 150 Pisos listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Pisos does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Pisos listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Pisos listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Pisos data that is live right now, 10 fields populated:
Share of live Pisos listings that carry each field.
Median Pisos asking rent is €1,400/mo.
Top locations by live Pisos inventory.
A real record from the Pisos feed:
{
"platform": "pisos",
"url": "https://www.pisos.com/alquilar/piso-centro_tradicional03003-10838350827_500671/",
"address": "Piso en Avenida del Doctor Gadea, Alicante Alacant, Alicante",
"city": "Alicante Alacant",
"state": "Alicante",
"rent_min": 2250,
"beds": 3,
"baths": 2,
"scraped_at": "2026-07-06T03:57:01+00:00"
}
Filter the HousingFeed API to pisos and get Pisos 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":"pisos","maxItems":100}'
150 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.