# Curitiba Property Listings for Sale

**Use case:** 

Access live listings for properties for sale in Curitiba. Get detailed data including address, price, and amenities.

## Input

```json
{
  "mode": "listings",
  "portal": "VIVA_REAL",
  "business": [
    "SALE"
  ],
  "listingType": [
    "USED"
  ],
  "usageTypes": [
    "RESIDENTIAL"
  ],
  "unitTypes": [],
  "states": [
    "PR"
  ],
  "cities": [
    "curitiba"
  ],
  "citiesCustom": [],
  "neighborhoods": [],
  "minPrice": 0,
  "maxPrice": 0,
  "minArea": 0,
  "maxArea": 0,
  "minBedrooms": 0,
  "minParkingSpaces": 0,
  "semFiador": false,
  "sortBy": "relevance",
  "agencyIds": [],
  "agencyIdRangeStart": 0,
  "agencyIdRangeEnd": 0,
  "fetchAgencyListings": false,
  "maxListings": 80,
  "maxPages": 20,
  "pageSize": 24,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "BR"
  },
  "requestDelay": 800,
  "maxConcurrency": 1,
  "maxRetries": 3
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "listingId": {
    "label": "ID",
    "format": "text"
  },
  "portal": {
    "label": "Portal",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "business": {
    "label": "Business",
    "format": "text"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "text"
  },
  "usageType": {
    "label": "Usage Type",
    "format": "text"
  },
  "unitType": {
    "label": "Unit Type",
    "format": "text"
  },
  "unitSubType": {
    "label": "Unit Sub-Type",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "subCategory": {
    "label": "Sub-Category",
    "format": "text"
  },
  "priceBRL": {
    "label": "Price (BRL)",
    "format": "number"
  },
  "rentPeriod": {
    "label": "Rent Period",
    "format": "text"
  },
  "condominioMonthlyBRL": {
    "label": "Condo (BRL/mo)",
    "format": "number"
  },
  "iptuYearlyBRL": {
    "label": "IPTU (BRL/yr)",
    "format": "number"
  },
  "totalMonthlyCostBRL": {
    "label": "Total Mo. Cost",
    "format": "number"
  },
  "pricePerSqmBRL": {
    "label": "BRL / m²",
    "format": "number"
  },
  "usableArea": {
    "label": "Usable Area (m²)",
    "format": "number"
  },
  "totalArea": {
    "label": "Total Area (m²)",
    "format": "number"
  },
  "bedrooms": {
    "label": "Quartos",
    "format": "number"
  },
  "bathrooms": {
    "label": "Banheiros",
    "format": "number"
  },
  "suites": {
    "label": "Suítes",
    "format": "number"
  },
  "parkingSpaces": {
    "label": "Vagas",
    "format": "number"
  },
  "uf": {
    "label": "UF",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "neighborhood": {
    "label": "Bairro",
    "format": "text"
  },
  "zone": {
    "label": "Zone",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "streetNumber": {
    "label": "Number",
    "format": "text"
  },
  "zipCode": {
    "label": "CEP",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "amenities": {
    "label": "Amenities",
    "format": "text"
  },
  "buildingClass": {
    "label": "Building Class",
    "format": "text"
  },
  "buildingName": {
    "label": "Building",
    "format": "text"
  },
  "ceilingHeight": {
    "label": "Ceiling (m)",
    "format": "number"
  },
  "isCommercialCondo": {
    "label": "Comm. Condo",
    "format": "text"
  },
  "zoning": {
    "label": "Zoning",
    "format": "text"
  },
  "isLancamento": {
    "label": "Lançamento",
    "format": "text"
  },
  "launchName": {
    "label": "Launch Name",
    "format": "text"
  },
  "launchPhase": {
    "label": "Launch Phase",
    "format": "text"
  },
  "constructorName": {
    "label": "Constructor",
    "format": "text"
  },
  "constructorCNPJ": {
    "label": "Constructor CNPJ",
    "format": "text"
  },
  "deliveryDate": {
    "label": "Delivery",
    "format": "text"
  },
  "totalUnits": {
    "label": "Total Units",
    "format": "number"
  },
  "isFiadorFree": {
    "label": "Sem Fiador",
    "format": "text"
  },
  "acceptsExchange": {
    "label": "Aceita Permuta",
    "format": "text"
  },
  "isFinancing": {
    "label": "Financing OK",
    "format": "text"
  },
  "isFGTSEligible": {
    "label": "FGTS Eligible",
    "format": "text"
  },
  "isMCMVEligible": {
    "label": "MCMV Eligible",
    "format": "text"
  },
  "agencyId": {
    "label": "Agency ID",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency Name",
    "format": "text"
  },
  "agencyCRECI": {
    "label": "CRECI",
    "format": "text"
  },
  "agencyCNPJ": {
    "label": "CNPJ",
    "format": "text"
  },
  "agencyPhone": {
    "label": "Agency Phone",
    "format": "text"
  },
  "agencyEmail": {
    "label": "Agency Email",
    "format": "text"
  },
  "agencyWebsite": {
    "label": "Agency Website",
    "format": "link"
  },
  "agencyAddress": {
    "label": "Agency Address",
    "format": "text"
  },
  "agencyLogoUrl": {
    "label": "Agency Logo",
    "format": "image"
  },
  "agencyTier": {
    "label": "Agency Tier",
    "format": "text"
  },
  "agencyVerified": {
    "label": "Verified",
    "format": "text"
  },
  "agencyEstablishedYear": {
    "label": "Est. Year",
    "format": "number"
  },
  "agencyTotalListings": {
    "label": "Agency Listings",
    "format": "number"
  },
  "agencyServiceAreas": {
    "label": "Service Areas",
    "format": "text"
  },
  "agencySpecializations": {
    "label": "Specializations",
    "format": "text"
  },
  "agencyBranchCount": {
    "label": "Branches",
    "format": "number"
  },
  "publisherType": {
    "label": "Publisher",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "text"
  },
  "imageCount": {
    "label": "Images",
    "format": "number"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "hasVideo": {
    "label": "Has Video",
    "format": "text"
  },
  "hasFloorplan": {
    "label": "Has Floorplan",
    "format": "text"
  },
  "hasVirtualTour": {
    "label": "Virtual Tour",
    "format": "text"
  },
  "listingQualityScore": {
    "label": "Quality Score",
    "format": "number"
  },
  "searchBusiness": {
    "label": "Search Business",
    "format": "text"
  },
  "searchState": {
    "label": "Search State",
    "format": "text"
  },
  "searchCity": {
    "label": "Search City",
    "format": "text"
  },
  "searchNeighborhood": {
    "label": "Search Bairro",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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