# Brazil Real Estate   VivaReal & ZAP ImóVeis — Full Export

**Use case:** 

Scrape the full brazil real estate - vivareal & zap imóveis dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract brazil real estate - vivareal & zap imóveis for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "portal": "VIVAREAL",
  "business": "SALE",
  "propertyType": "",
  "state": "RJ",
  "city": "Rio de Janeiro",
  "maxItems": 200
}
```

## Output

```json
{
  "listing_id": {
    "label": "Listing Id",
    "format": "string"
  },
  "portal": {
    "label": "Portal",
    "format": "string"
  },
  "business": {
    "label": "Business",
    "format": "string"
  },
  "property_type": {
    "label": "Property Type",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "integer"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "integer"
  },
  "area_useful": {
    "label": "Area Useful",
    "format": "number"
  },
  "address_city": {
    "label": "Address City",
    "format": "string"
  },
  "address_neighborhood": {
    "label": "Address Neighborhood",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  }
}
```

## About this Actor

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