# Zonaprop AR | Prices, Photos & Agencies

**Use case:** 

Extract property listings from zonaprop.com.ar, Argentina's largest property portal, at any volume.

## Input

```json
{
  "mode": "search",
  "locations": [
    "Capital Federal"
  ],
  "operationType": "sale",
  "propertyType": "all",
  "currency": "any",
  "sortBy": "relevance",
  "urls": [
    "https://www.zonaprop.com.ar/departamentos-venta-palermo.html"
  ],
  "fetchDetails": false,
  "maxListings": 20,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AR"
  },
  "allowProxyDowngrade": true,
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "postingId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "operationType": {
    "label": "Operation",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "expenses": {
    "label": "Expenses",
    "format": "number"
  },
  "totalArea": {
    "label": "Area m2",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "publisherName": {
    "label": "Agency",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Zonaprop AR 11k💰 Prices, Photos & Agencies](https://apify.com/abotapi/zonaprop-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/zonaprop-scraper) to learn more, explore other use cases, and run it yourself.