# Monitor ZonaProp House Rental Listings Recoleta

**Use case:** 

Collect comprehensive data on houses available for rent in Recoleta, Buenos Aires, enabling property managers and landlords to monitor rental market trends and 

## Input

```json
{
  "searchUrl": "https://www.zonaprop.com.ar/departamentos-venta-capital-federal.html",
  "propertyType": "house",
  "operationType": "rent",
  "location": "capital-federal-recoleta",
  "maxResults": 300,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AR"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "string"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "rooms": {
    "label": "Rooms",
    "format": "integer"
  },
  "totalArea": {
    "label": "Total Area (m²)",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ZonaProp Scraper](https://apify.com/crawlerbros/zonaprop-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/zonaprop-scraper) to learn more, explore other use cases, and run it yourself.