# Apartamentos para Alugar em São Paulo | QuintoAndar

**Use case:** 

Extraia aluguéis de apartamentos em São Paulo no QuintoAndar: custo mensal total, aluguel, área, quartos, banheiros, endereço e fotos.

## Input

```json
{
  "maxItems": 100,
  "city": "sao-paulo-sp-brasil",
  "operation": "rent",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "operation": {
    "label": "Operation",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "salePrice": {
    "label": "Sale Price",
    "format": "number"
  },
  "totalMonthlyCost": {
    "label": "Monthly Cost",
    "format": "number"
  },
  "condominiumFee": {
    "label": "Condo Fee",
    "format": "number"
  },
  "iptu": {
    "label": "IPTU",
    "format": "number"
  },
  "area": {
    "label": "Area m2",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "parkingSpaces": {
    "label": "Parking",
    "format": "number"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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