# Curitiba New Apartment Developments Tracker

**Use case:** 

Monitor new real estate developments in Curitiba. Get detailed listings with price, condo fee, area, and more for apartments on sale.

## Input

```json
{
  "searchUrls": [
    "https://www.vivareal.com.br/venda/sp/sao-paulo/apartamento_residencial/"
  ],
  "operationType": "SALE",
  "listingType": "DEVELOPMENT",
  "propertyType": "APARTMENT",
  "city": "Curitiba",
  "state": "Paraná",
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "BR"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "operationType": {
    "label": "Operation",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "integer"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "integer"
  },
  "usableAreaM2": {
    "label": "Usable area (m²)",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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