# Goiânia Land Plots for Sale Data Collection

**Use case:** 

Collect detailed listings of land plots for sale in Goiânia, Brazil. Get data on price, area, and other essential property details.

## Input

```json
{
  "searchUrls": [
    "https://www.vivareal.com.br/venda/sp/sao-paulo/apartamento_residencial/"
  ],
  "operationType": "SALE",
  "listingType": "USED",
  "propertyType": "ALLOTMENT_LAND",
  "city": "Goiânia",
  "state": "Goiás",
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "BR"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "operationType": {
    "label": "Operation",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "integer"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "integer"
  },
  "usableAreaM2": {
    "label": "Usable area (m²)",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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