Discover/zonaprop.com.ar API
live

zonaprop.com.ar APIzonaprop.com.ar

Search and retrieve real estate listings from Zonaprop.com.ar. Filter by operation, property type, and location. Get prices, features, and agency info.

Endpoints
2
Updated
4mo ago
Try it
Page number for pagination.
Location slug (city or neighborhood), e.g. 'capital-federal', 'palermo', 'belgrano'. Omitting returns results across all locations.
Operation type: 'venta', 'alquiler', 'alquiler-temporal'
Property type slug: 'inmuebles', 'departamentos', 'casas', 'ph', 'terrenos', 'oficinas', 'locales', 'campos', 'cocheras'
api.parse.bot/scraper/70b97e49-ed3d-49db-b440-5b53134c63c9/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/70b97e49-ed3d-49db-b440-5b53134c63c9/search_listings?page=1&location=capital-federal&operation=venta&property_type=departamentos' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search for property listings (sale or rent) on Zonaprop with filters for property type, operation, and location. Returns paginated results with property details including price, size, and features.

Input
ParamTypeDescription
pageintegerPage number for pagination.
locationstringLocation slug (city or neighborhood), e.g. 'capital-federal', 'palermo', 'belgrano'. Omitting returns results across all locations.
operationstringOperation type: 'venta', 'alquiler', 'alquiler-temporal'
property_typestringProperty type slug: 'inmuebles', 'departamentos', 'casas', 'ph', 'terrenos', 'oficinas', 'locales', 'campos', 'cocheras'
Response
{
  "type": "object",
  "fields": {
    "count": "integer total number of listings returned on this page",
    "listings": "array of property listing objects with id, url, title, price, expenses, location, description, m2_total, m2_covered, ambientes, dormitorios, baños, cocheras, agency, and optional price_per_m2"
  },
  "sample": {
    "data": {
      "count": 25,
      "listings": [
        {
          "id": "58677660",
          "url": "https://www.zonaprop.com.ar/propiedades/clasificado/veclapin-arenales-y-esmeralda-58677660.html?n_src=Listado&n_pills=Encargado&n_pg=1&n_pos=1",
          "price": "USD 380.000",
          "title": "Retiro, Capital Federal",
          "agency": "logo publisher",
          "baños": "3",
          "cocheras": null,
          "expenses": "$ 1.037.000 Expensas",
          "location": "Retiro, Capital Federal",
          "m2_total": "194",
          "ambientes": "7",
          "m2_covered": null,
          "description": "Departamento en venta frente a Cancillería...",
          "dormitorios": "4",
          "price_per_m2": 1958.76
        }
      ]
    },
    "status": "success"
  }
}

About the zonaprop.com.ar API

The Zonaprop API provides 2 endpoints to search and retrieve property listings from Argentina's major real estate portal. Use search_listings to query listings by operation type, property category, and location with paginated results, or use get_listing_detail to pull full details — including price, expenses, m2, ambientes, and agency — for any individual listing URL.

Search Listings

The search_listings endpoint accepts four optional filters: operation (one of venta, alquiler, or alquiler-temporal), property_type (slugs like departamentos, casas, ph, oficinas, terrenos, campos), location (a city or neighborhood slug such as capital-federal, palermo, or belgrano), and page for pagination. Omitting location returns results across all Argentina. Each response includes a count of listings on that page and a listings array. Each listing object carries its id, url, title, price, expenses, location, description, m2_total, m2_covered, ambientes, and other features.

Listing Detail

The get_listing_detail endpoint accepts a full Zonaprop listing URL — typically sourced from search_listings results — and returns the complete record for that property. Fields include title, price (with currency), expenses, description, agency (the publishing real estate agency name, or null for private sellers), and a features object covering m2_total, m2_covered, ambientes, dormitorios, and baños.

Coverage and Filters

Zonaprop covers residential and commercial property across Argentina, with particularly dense listings for Buenos Aires and Gran Buenos Aires. Location slugs follow Zonaprop's own URL structure, so values like palermo, belgrano, san-telmo, rosario, and mendoza work directly. The property_type and operation parameters are independent; any combination is valid. Pagination is handled via the page integer parameter.

Common use cases
  • Monitor asking prices for apartments (departamentos) for sale (venta) in Palermo over time using search_listings.
  • Build a rental affordability tracker by pulling alquiler listings with expenses data across Buenos Aires neighborhoods.
  • Aggregate agency inventory by collecting agency fields from get_listing_detail across multiple listing URLs.
  • Compare m2_total and m2_covered ratios across ph and casas listings in a given location.
  • Feed property data into a CRM by extracting url, price, and title from paginated search_listings results.
  • Identify commercial availability by filtering oficinas or locales listings in specific districts.
  • Populate a property alert system by diffing search_listings results across polling intervals.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Zonaprop have an official developer API?+
Zonaprop does not publish a documented public developer API for third-party use. There is no official API portal or access program listed on zonaprop.com.ar.
What does `get_listing_detail` return that `search_listings` does not?+
get_listing_detail returns the full description text, the publishing agency name, and a complete features object with dormitorios and baños in addition to the m2 and ambientes fields. search_listings returns a condensed version of each listing suitable for browsing, but the full description and agency detail are only in the detail endpoint.
Are there limitations to the location filtering in `search_listings`?+
Location values must match Zonaprop's own slug format (e.g. capital-federal, palermo, rosario). Free-form city names or postal codes are not accepted. If location is omitted entirely, the endpoint returns results across all Argentina without geographic filtering.
Does the API return contact information for sellers or landlords?+
Not currently. The API exposes the publishing agency name from get_listing_detail, but individual seller phone numbers, email addresses, and WhatsApp contacts are not included in the response. You can fork this API on Parse and revise it to add an endpoint targeting the contact data fields on listing pages.
Can I retrieve property photos or image URLs from the listings?+
Not currently. Neither search_listings nor get_listing_detail returns image URLs or photo galleries. The API covers text-based listing data: price, dimensions, features, description, and agency. You can fork this API on Parse and revise it to add photo URL extraction from individual listing pages.
Page content last updated . Spec covers 2 endpoints from zonaprop.com.ar.
Related APIs in Real EstateSee all →
properati.com.ar API
Search and browse real estate listings in Argentina with detailed property information, including descriptions, prices, and similar properties. Filter listings by property type and operation type (buy, rent, etc.) to find exactly what you're looking for.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
inmuebles.mercadolibre.com.ar API
Search and browse apartment listings on Mercado Libre Argentina with detailed information including prices, addresses, and full descriptions. Get access to paginated results to easily explore available properties across different areas.
portalinmobiliario.com API
Search and analyze property listings from Chile's top real estate platform, accessing detailed information like prices in UF or CLP, room and bathroom counts, square footage, and locations for apartments, houses, and other properties. Quickly compare available properties and gather market data to find your ideal home or investment opportunity.
zoopla.co.uk API
Search for properties available for sale or rent, view detailed listing information, check sold house prices, and find local estate agents all in one place. Get access to live marketplace data to help you research properties, compare prices, and connect with agents on the Zoopla platform.
propiedades.com API
Search and browse real estate listings from Mexico's Propiedades.com, view detailed property information including images and descriptions, and use location autocomplete to find homes in your desired area. Access comprehensive listing data to compare properties and make informed real estate decisions.
inmuebles24.com API
Search and browse real estate listings from inmuebles24.com, Mexico's leading property portal. Filter by property type, operation type, and location, with pagination support to explore available rentals and sales across regions and property categories.
zillow.com API
Search for homes for sale, rent, or recently sold listings on Zillow while accessing detailed property information, Zestimates, agent profiles, and current mortgage rates all in one place. Streamline your real estate research by gathering comprehensive property details, agent information, and financing options without navigating multiple pages.
Zonaprop API – Argentina Property Listings · Parse