# QuintoAndar - Rent, Buy, Photos & GPS

**Use case:** 

Scrape QuintoAndar rental and sale listings across Brazil with prices, rooms, GPS, photos, amenities, descriptions and key property flags.

## Input

```json
{
  "mode": "search",
  "locations": [
    "São Paulo"
  ],
  "operationType": "rent",
  "propertyType": "all",
  "sortBy": "relevance",
  "urls": [
    "https://www.quintoandar.com.br/alugar/imovel/sao-paulo-sp-brasil"
  ],
  "fetchDetails": true,
  "maxListings": 20,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "tipoOperacao": {
    "label": "Operation",
    "format": "text"
  },
  "tipoImovel": {
    "label": "Type",
    "format": "text"
  },
  "precoAluguel": {
    "label": "Rent",
    "format": "number"
  },
  "precoTotalMensal": {
    "label": "Total/mo",
    "format": "number"
  },
  "precoVenda": {
    "label": "Sale",
    "format": "number"
  },
  "precoCondominio": {
    "label": "Condo",
    "format": "number"
  },
  "precoIPTU": {
    "label": "IPTU",
    "format": "number"
  },
  "area": {
    "label": "Area m2",
    "format": "number"
  },
  "quartos": {
    "label": "Beds",
    "format": "number"
  },
  "banheiros": {
    "label": "Baths",
    "format": "number"
  },
  "vagas": {
    "label": "Parking",
    "format": "number"
  },
  "bairro": {
    "label": "Neighborhood",
    "format": "text"
  },
  "cidade": {
    "label": "City",
    "format": "text"
  },
  "estado": {
    "label": "State",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [QuintoAndar Scraper - Rent, Buy, Photos & GPS](https://apify.com/abotapi/quintoandar-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/quintoandar-scraper) to learn more, explore other use cases, and run it yourself.