# Monitor new listings in Curitiba daily

**Use case:** 

Monitor new Zap Imoveis listings in Curitiba: only new properties each run, zero duplicates. Price, bedrooms, area, neighborhood, phone and URL.

## Input

```json
{
  "portal": "zap",
  "locationQueries": [
    "Curitiba, PR"
  ],
  "businessType": "SALE",
  "propertyStatus": "USED",
  "sort": "newest",
  "maxResults": 100,
  "includeAgencyLeads": true,
  "maxAgencyLeads": 200,
  "monitorMode": true,
  "monitorKey": "curitiba-new",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Property",
    "format": "text"
  },
  "businessLabel": {
    "label": "Deal",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "parkingSpaces": {
    "label": "Parking",
    "format": "number"
  },
  "usableAreas": {
    "label": "Area m²",
    "format": "number"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "stateAbbr": {
    "label": "State",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "agencyPhone": {
    "label": "Phone",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [VivaReal & ZAP Imóveis Scraper - Brazil Real Estate](https://apify.com/scrapesage/vivareal-zap-imoveis-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/vivareal-zap-imoveis-scraper) to learn more, explore other use cases, and run it yourself.