# QuintoAndar Properties for Sale in São Paulo

**Use case:** 

Extract property data for sale in São Paulo from Quinto Andar. Get listings with prices, addresses, photos, and amenities for up to 40 properties.

## Input

```json
{
  "location": "São Paulo",
  "searchType": "buy",
  "maxItems": 40,
  "deepScrape": true,
  "apartments": true,
  "houses": true,
  "condominiumHouses": true,
  "studioApartments": true,
  "rentValueType": "total"
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "address": {
    "label": "Address"
  },
  "neighborhood": {
    "label": "Neighborhood"
  },
  "city": {
    "label": "City"
  },
  "propertyType": {
    "label": "Property type"
  },
  "area": {
    "label": "Area"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "parkingSpaces": {
    "label": "Parking spaces"
  },
  "rent": {
    "label": "Rent"
  },
  "condoFee": {
    "label": "Condo fee"
  },
  "totalCost": {
    "label": "Total cost"
  },
  "salePrice": {
    "label": "Sale price"
  },
  "furnished": {
    "label": "Furnished"
  },
  "acceptPets": {
    "label": "Accept pets"
  },
  "closeToSubway": {
    "label": "Close to subway"
  },
  "availability": {
    "label": "Availability"
  },
  "listedAt": {
    "label": "Listed at"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Quinto Andar Scraper - $1.0/1K](https://apify.com/gio21/quintoandar-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/gio21/quintoandar-scraper) to learn more, explore other use cases, and run it yourself.