Data sources / Zonaprop
Zonaprop is a rental listings source we track. HousingFeed extracts Zonaprop rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 847 Zonaprop listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Zonaprop does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Zonaprop listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Zonaprop listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Zonaprop data that is live right now, 10 fields populated:
Share of live Zonaprop listings that carry each field.
Median Zonaprop asking rent is $900,000/mo.
Top locations by live Zonaprop inventory.
A real record from the Zonaprop feed:
{
"platform": "zonaprop",
"url": "https://www.zonaprop.com.ar/propiedades/clasificado/alclapin-azucena-villaflor-500-le-parc-sin-muebles-piso-alto-40991408.html",
"address": "Azucena Villaflor 500, Puerto Madero, Capital Federal",
"city": "Puerto Madero",
"state": "Argentina",
"rent_min": 3450000,
"beds": 2,
"baths": 2,
"image": "https://imgar.zonapropcdn.com/avisos/1/00/40/99/14/08/720x532/2048323488.jpg?isFirstImage=true",
"scraped_at": "2026-07-05T09:43:04+00:00"
}
Filter the HousingFeed API to zonaprop and get Zonaprop 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":"zonaprop","maxItems":100}'
847 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.