# Apartamento para Alugar em Pinheiros, São Paulo

**Use case:** 

Aluguel em Pinheiros, São Paulo: valor do aluguel, condomínio, custo total, área, quartos, banheiros, vagas, R$/m² e comodidades. CSV, JSON ou Excel.

## Input

```json
{
  "scrapeMode": "overview",
  "searchMode": "byPlace",
  "places": [
    "pinheiros-sao-paulo-sp-brasil"
  ],
  "contract": "rent",
  "typeSlug": "apartamento",
  "searchUrls": [
    "https://www.quintoandar.com.br/comprar/imovel/sao-paulo-sp-brasil/casa-apartamento"
  ],
  "listingUrls": [
    "https://www.quintoandar.com.br/imovel/894529391/comprar"
  ],
  "maxResults": 25,
  "proxyCountry": ""
}
```

## Output

```json
{
  "thumbnail": {
    "label": "🖼️ Thumbnail",
    "format": "image"
  },
  "listingId": {
    "label": "🆔 ID",
    "format": "number"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "source": {
    "label": "🧭 Source",
    "format": "text"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "propertyTitle": {
    "label": "🏠 Title",
    "format": "text"
  },
  "business_context": {
    "label": "🏷️ Contract",
    "format": "text"
  },
  "for_sale": {
    "label": "💰 For sale",
    "format": "boolean"
  },
  "for_rent": {
    "label": "🔑 For rent",
    "format": "boolean"
  },
  "typology": {
    "label": "🏘️ Type",
    "format": "text"
  },
  "is_primary_market": {
    "label": "🆕 New build",
    "format": "boolean"
  },
  "is_furnished": {
    "label": "🛋️ Furnished",
    "format": "boolean"
  },
  "sale_price": {
    "label": "💵 Sale (R$)",
    "format": "number"
  },
  "rent_price": {
    "label": "💵 Rent (R$)",
    "format": "number"
  },
  "total_cost": {
    "label": "🧾 Total (R$)",
    "format": "number"
  },
  "condo_price": {
    "label": "🏢 Condo (R$)",
    "format": "number"
  },
  "iptu": {
    "label": "🏛️ IPTU (R$)",
    "format": "number"
  },
  "investment_yield": {
    "label": "📈 Yield",
    "format": "number"
  },
  "price_per_sqm_brl": {
    "label": "📊 R$/m²",
    "format": "number"
  },
  "area_sqm": {
    "label": "📐 Area (m²)",
    "format": "number"
  },
  "bedrooms": {
    "label": "🛏️ Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "🚿 Bathrooms",
    "format": "number"
  },
  "suites": {
    "label": "🛁 Suites",
    "format": "number"
  },
  "parking_spots": {
    "label": "🚗 Parking",
    "format": "number"
  },
  "construction_year": {
    "label": "🏗️ Build year",
    "format": "number"
  },
  "floor_min": {
    "label": "🔽 Floor min",
    "format": "number"
  },
  "floor_max": {
    "label": "🔼 Floor max",
    "format": "number"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "neighbourhood": {
    "label": "🏙️ Neighbourhood",
    "format": "text"
  },
  "region_name": {
    "label": "🗺️ Region",
    "format": "text"
  },
  "city": {
    "label": "🌆 City",
    "format": "text"
  },
  "state": {
    "label": "🏳️ State",
    "format": "text"
  },
  "zip_code": {
    "label": "📮 ZIP",
    "format": "text"
  },
  "latitude": {
    "label": "🧭 Lat",
    "format": "number"
  },
  "longitude": {
    "label": "🧭 Lng",
    "format": "number"
  },
  "publisher_whatsapp": {
    "label": "📞 WhatsApp",
    "format": "text"
  },
  "propertyDescription": {
    "label": "📝 Description",
    "format": "text"
  },
  "short_description": {
    "label": "🗒️ Short desc",
    "format": "text"
  },
  "amenities": {
    "label": "✨ Amenities",
    "format": "array"
  },
  "installations": {
    "label": "🔧 Installations",
    "format": "array"
  },
  "listing_tags": {
    "label": "🏷️ Tags",
    "format": "array"
  },
  "categories": {
    "label": "🗂️ Categories",
    "format": "array"
  },
  "photos": {
    "label": "📸 Photos",
    "format": "array"
  },
  "image_count": {
    "label": "🔢 Photos",
    "format": "number"
  },
  "metadata": {
    "label": "🧩 Metadata",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [QuintoAndar Scraper — Brazil Property Data & API](https://apify.com/sian.agency/quintoandar-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/quintoandar-property-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/quintoandar-property-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
