# Belo Horizonte Apartments for Sale | VivaReal

**Use case:** 

Scrape apartments for sale in Belo Horizonte from VivaReal: price, bedrooms, area, neighborhood, condo fee, advertiser and photos.

## Input

```json
{
  "maxItems": 30,
  "withDetails": true,
  "searchTerm": "Belo Horizonte",
  "business": "SALE",
  "listingType": "USED",
  "unitType": "APARTMENT"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "operationType": {
    "label": "Operation",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "parkingSpaces": {
    "label": "Parking",
    "format": "number"
  },
  "usableAreaM2": {
    "label": "Area m2",
    "format": "number"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "advertiser": {
    "label": "Advertiser",
    "format": "text"
  },
  "advertiserPhone": {
    "label": "Advertiser Phone",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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