# Sao Paulo real estate agency WhatsApp leads

**Use case:** 

Export real estate agency leads from VivaReal: name, phone, mobile, WhatsApp, website, CRECI license, cities, active listings and lead score.

## Input

```json
{
  "portal": "vivareal",
  "locationQueries": [
    "São Paulo, SP"
  ],
  "businessType": "SALE",
  "propertyStatus": "USED",
  "sort": "relevance",
  "maxResults": 200,
  "includeAgencyLeads": true,
  "maxAgencyLeads": 200,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "agencyPhone": {
    "label": "Phone",
    "format": "text"
  },
  "agencyMobile": {
    "label": "Mobile",
    "format": "text"
  },
  "agencyWhatsapp": {
    "label": "WhatsApp",
    "format": "text"
  },
  "agencyWebsite": {
    "label": "Website",
    "format": "link"
  },
  "agencyLicense": {
    "label": "CRECI",
    "format": "text"
  },
  "cities": {
    "label": "Cities",
    "format": "array"
  },
  "activeListingCount": {
    "label": "Listings",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## 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.