# Apartamentos à Venda em Copacabana

**Use case:** 

Copacabana apartments for sale with price in BRL, price per m², condo fee, IPTU, area, bedrooms, suites, parking, floor and GPS coordinates.

## Input

```json
{
  "scrapeMode": "overview",
  "searchMode": "byCity",
  "cities": [
    "rio de janeiro, rj"
  ],
  "transactionType": "for_sale",
  "orderBy": "rankB",
  "neighborhood": "copacabana, rio de janeiro, rj",
  "maxResults": 25
}
```

## Output

```json
{
  "thumbnail": {
    "label": "🖼️ Thumbnail",
    "format": "image"
  },
  "listingId": {
    "label": "🆔 ID",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "source": {
    "label": "🧭 Source",
    "format": "text"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "propertyTitle": {
    "label": "🏠 Title",
    "format": "text"
  },
  "home_type": {
    "label": "🏘️ Home type",
    "format": "text"
  },
  "usage_type": {
    "label": "🏢 Usage",
    "format": "text"
  },
  "property_type": {
    "label": "🏷️ Property type",
    "format": "text"
  },
  "transaction_type": {
    "label": "🤝 Transaction",
    "format": "text"
  },
  "status": {
    "label": "📌 Status",
    "format": "text"
  },
  "real_state": {
    "label": "🧱 Typed classes",
    "format": "array"
  },
  "price": {
    "label": "💵 Sale price",
    "format": "number"
  },
  "previous_price": {
    "label": "📉 Previous price",
    "format": "number"
  },
  "price_updated_at": {
    "label": "🗓️ Price updated",
    "format": "text"
  },
  "rental_price": {
    "label": "💵 Rent price",
    "format": "number"
  },
  "rental_period": {
    "label": "⏳ Rental period",
    "format": "text"
  },
  "complex_fee": {
    "label": "🏢 Condo fee",
    "format": "number"
  },
  "property_tax": {
    "label": "🏛️ IPTU/mo",
    "format": "number"
  },
  "annual_property_tax": {
    "label": "🏛️ IPTU/yr",
    "format": "number"
  },
  "monthly_expenses": {
    "label": "🧾 Monthly exp.",
    "format": "number"
  },
  "price_per_sqm_brl": {
    "label": "📊 R$/m²",
    "format": "number"
  },
  "area": {
    "label": "📐 Area m²",
    "format": "number"
  },
  "bedrooms": {
    "label": "🛏️ Bedrooms",
    "format": "number"
  },
  "suits": {
    "label": "🛁 Suites",
    "format": "number"
  },
  "restrooms": {
    "label": "🚿 Bathrooms",
    "format": "number"
  },
  "parking_spots": {
    "label": "🚗 Parking",
    "format": "number"
  },
  "floor": {
    "label": "🔢 Floor",
    "format": "number"
  },
  "has_balcony": {
    "label": "🌅 Balcony",
    "format": "boolean"
  },
  "has_elevator": {
    "label": "🛗 Elevator",
    "format": "boolean"
  },
  "built_year": {
    "label": "🏗️ Build year",
    "format": "number"
  },
  "tower_total_floors": {
    "label": "🏢 Tower floors",
    "format": "number"
  },
  "street": {
    "label": "📍 Street",
    "format": "text"
  },
  "neighborhood": {
    "label": "🏘️ Neighborhood",
    "format": "text"
  },
  "city": {
    "label": "🏙️ City",
    "format": "text"
  },
  "state": {
    "label": "🗺️ State",
    "format": "text"
  },
  "postal_code": {
    "label": "📮 CEP",
    "format": "text"
  },
  "complex_name": {
    "label": "🏬 Complex",
    "format": "text"
  },
  "latitude": {
    "label": "🧭 Lat",
    "format": "number"
  },
  "longitude": {
    "label": "🧭 Lng",
    "format": "number"
  },
  "agency_id": {
    "label": "🏢 Agency ID",
    "format": "text"
  },
  "agency_name": {
    "label": "🏢 Agency",
    "format": "text"
  },
  "is_marketplace": {
    "label": "🛒 Marketplace",
    "format": "boolean"
  },
  "has_virtual_tour": {
    "label": "🕶️ Virtual tour",
    "format": "boolean"
  },
  "virtual_tour_url": {
    "label": "🕶️ VT URL",
    "format": "link"
  },
  "video_tour_url": {
    "label": "🎥 Video URL",
    "format": "link"
  },
  "condominium_infrastructure": {
    "label": "🏗️ Infra",
    "format": "array"
  },
  "condominium_leisure": {
    "label": "🏊 Leisure",
    "format": "array"
  },
  "unit_features": {
    "label": "✨ Features",
    "format": "array"
  },
  "tags": {
    "label": "🏷️ Tags",
    "format": "array"
  },
  "propertyDescription": {
    "label": "📝 Description",
    "format": "text"
  },
  "created_at": {
    "label": "🗓️ Created",
    "format": "text"
  },
  "photos": {
    "label": "📷 Photos",
    "format": "array"
  },
  "image_count": {
    "label": "🔢 Images",
    "format": "number"
  },
  "metadata": {
    "label": "🧾 Metadata",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Loft Scraper — Brazil Property Data & API](https://apify.com/sian.agency/loft-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/loft-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/loft-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).
