# Luxury homes over R$2M in Sao Paulo

**Use case:** 

Scrape luxury Sao Paulo homes over R$2,000,000 on VivaReal: price, bedrooms, bathrooms, area m2, parking, neighborhood, agency phone and URL.

## Input

```json
{
  "portal": "vivareal",
  "locationQueries": [
    "São Paulo, SP"
  ],
  "businessType": "SALE",
  "propertyStatus": "USED",
  "priceMin": 2000000,
  "sort": "price-desc",
  "maxResults": 100,
  "includeAgencyLeads": true,
  "maxAgencyLeads": 200,
  "monitorMode": false,
  "monitorKey": "default",
  "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.