Data sources / Zonaprop
Zonaprop is a rental listings source we track. HousingFeed extracts Zonaprop rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 847 Zonaprop listings are live right now, refreshed daily.
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. Coverage of each field for Zonaprop specifically:
| Field | Coverage on Zonaprop |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ████████░░ 81% |
| Bathrooms | ██████████ 98% |
| Floor area | ██████████ 100% |
| Property type | ██████████ 100% |
| Photo | ██████████ 100% |
| Listing URL | ██████████ 100% |
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 50+ other sources. Try it free.