# ZonaProp Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/zonaprop/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/zonaprop-search | ## Access This endpoint is **private**. Requests return HTTP 403 until access is granted. There is no self-serve request-access button. Open a support ticket from the dashboard Help desk (https://app.piloterr.com/app?returnTo=help-desk/tickets/new) and include the endpoint path, your use case, target fields, and expected volume. ## Description Search ZonaProp Argentina property listings by location and filters and get price, area, rooms, and amenities as structured JSON in real time. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/zonaprop/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Search apartments in Palermo for sale ```json { "page": 1, "results": [ { "id": "zp-prop-49182731", "url": "https://www.zonaprop.com.ar/propiedades/departamento-3-ambientes-palermo-49182731.html", "price": 148000, "rooms": 3, "title": "Departamento 3 ambientes en venta en Palermo", "bedrooms": 2, "currency": "USD", "expenses": 85000, "featured": false, "location": { "city": "Buenos Aires", "province": "CABA", "neighborhood": "Palermo Hollywood" }, "bathrooms": 1, "operation": "sale", "price_ars": 148000000, "thumbnail": "https://img.zonaprop.com.ar/photos/49182731/1/320x240.jpg", "area_total": 78, "area_covered": 72, "published_at": "2026-04-28T10:00:00.000Z", "property_type": "apartment" } ], "total_results": 2847, "results_per_page": 20 } ``` ## Documentation ## Overview ZonaProp is Argentina's leading real estate portal, part of the OLX Group, with hundreds of thousands of sale and rental listings across all Argentine provinces. The platform applies Cloudflare protection. Piloterr handles the bypass and returns paginated listings as structured JSON. Each result includes price in USD (sale) or ARS (rental), area in m², room count, neighborhood, publication date, and monthly expenses. ## Quickstart ``` GET https://api.piloterr.com/v2/zonaprop/search?location=Palermo,+Buenos+Aires&operation=sale&property_type=apartment ``` ## Main use cases - Track real-time price per m² by neighborhood to build a property valuation model for the Argentine market - Monitor new listings in CABA neighborhoods to surface opportunities before they attract buyer attention - Build a rental affordability index aggregating ZonaProp prices across income-diverse neighborhoods - Collect price distribution data by province to produce Argentine real estate market reports - Feed competitor analysis tools for agencies by tracking listing volumes and prices from other publishers