Zonaprop Property Scraper avatar

Zonaprop Property Scraper

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Zonaprop Property Scraper

Zonaprop Property Scraper

Scrapes property listings from [Zonaprop.com.ar](https://www.zonaprop.com.ar), Argentina's premier real estate platform.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Ocrad

Ocrad

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

2

Monthly active users

9 days ago

Last modified

Share

Zonaprop Property Search Scraper

Scrapes property listing data from Zonaprop.com.ar, Argentina's premier real estate platform. Extracts structured information including location, pricing, property details, publisher info, and images into a nested JSON schema suitable for analytics, integrations, and rich UIs.

Input

FieldTypeDescription
URLsArrayProperty list page URLs to scrape. When provided, search filters are ignored.
KeywordTextSearch keyword (e.g. "buenos aires", "palermo", "recoleta"). Leave empty when using URLs.
Property TypeSelectFilter by type: departamentos, casas, ph, terrenos, locales-comerciales, etc.
Operation TypeSelectalquiler, venta, or alquiler-temporal
Published DateSelectFilter by recency: 1-semana, 2-dias, 1-mes, etc.
Sort BySelectprecio-ascendente, publicado-descendente, precio-descendente, etc.
Starting PageIntegerPage number to start scraping from (default: 1)
Max Items Per URLIntegerLimit properties to extract per URL or search (default: 20)
Max Retries Per URLIntegerRetry attempts per URL if scrape fails or is detected as bot (default: 2)
Ignore URL FailuresCheckboxContinue running even if some URLs fail after max retries (default: true)
Proxy ConfigurationObjectProxy settings. Default: Residential proxies, Argentina. Disable if not using Apify Proxy.

Modes are mutually exclusive: Use either URLs or search filters (keyword + property_type + operation_type, etc.), not both.

Output

Each scraped property is pushed to the dataset with the following nested structure:

{
"posting_id": "56224308",
"url": "/propiedades/clasificado/veclapin-venta-depto-2-ambientes-caballito-reciclado-56224308.html",
"posting_code": "249070",
"title": "Venta - Depto 2 Ambientes - Caballito - Reciclado - Apto Financiación - Acepta Permuta",
"price_operation_types": [
{
"operation_type": { "name": "Venta", "operation_type_id": "1" },
"prices": [
{ "currency": "USD", "amount": 69000, "formatted_amount": "69.000" }
]
}
],
"expenses": { "amount": 80000, "formatted_amount": "80.000", "currency": "$" },
"main_features": {
"c_f_t100": { "label": "Superficie total", "value": "34", "measure": "m²" },
"c_f_t1": { "label": "Ambientes", "value": "2" },
"c_f_t2": { "label": "Dormitorio", "value": "1" },
"c_f_t3": { "label": "Baño", "value": "1" }
},
"publisher": {
"publisher_id": "30409994",
"name": "Century 21 Levi",
"url": "/inmobiliarias/century-21-levi_30409994-inmuebles.html",
"url_logo": "https://imgar.zonapropcdn.com/empresas/..."
},
"posting_location": {
"address": { "name": "Mendez De Andes 769", "visibility": "EXACT" },
"location": {
"name": "Caballito Norte",
"label": "ZONA",
"parent": { "name": "Caballito", "label": "BARRIO", "parent": { "name": "Capital Federal", "label": "CIUDAD" } }
},
"posting_geolocation": { "geolocation": { "latitude": -34.614, "longitude": -58.445 } }
},
"visible_pictures": {
"pictures": [
{ "url730x532": "https://imgar.zonapropcdn.com/avisos/...", "url360x266": "https://imgar.zonapropcdn.com/avisos/...", "title": "..." }
],
"additional_pictures_count": 5
},
"status": "ONLINE",
"posting_type": "PROPERTY",
"whatsapp": "54 1164338863",
"modified_date": "2025-07-04T11:48:58-0400",
"from_url": "https://www.zonaprop.com.ar/departamentos-venta.html"
}

Proxy

This Actor uses Apify Proxy by default to reduce the risk of IP blocking. Residential proxies from Argentina are recommended for zonaprop.com.ar (Argentine listings). You can:

  • Disable proxy: Set useApifyProxy: false (may increase block risk)
  • Change country: Set apifyProxyCountry to another code (e.g. UY, CL)
  • Use different groups: Set apifyProxyGroups (e.g. ["RESIDENTIAL"])

Proxy usage is billed separately. See Apify Proxy for pricing.

Support

For issues or feature requests, open an issue in the Actor's repository.