# Scrape apartments for sale in Palermo, Buenos Aires

**Use case:** 

Palermo apartment listings with price in USD, areas, rooms and exact coordinates. Total area filled on 90 percent, age on 58 percent.

## Input

```json
{
  "startUrls": [],
  "entityType": "listings",
  "propertyType": "departamentos",
  "operationType": "sale",
  "location": "palermo",
  "maxItems": 250,
  "maxPagesPerUrl": 5,
  "scrapeDetails": false,
  "includePrivateSellerPhone": false,
  "maxConcurrency": 3,
  "proxyCountry": "mx"
}
```

## Output

```json
{
  "posting_id": {
    "label": "Listing ID"
  },
  "posting_code": {
    "label": "Listing code"
  },
  "url": {
    "label": "URL"
  },
  "title": {
    "label": "Title"
  },
  "property_type": {
    "label": "Property type"
  },
  "operation_type": {
    "label": "Operation"
  },
  "price_amount": {
    "label": "Price"
  },
  "price_currency": {
    "label": "Currency"
  },
  "price_formatted": {
    "label": "Price (formatted)"
  },
  "expenses_amount": {
    "label": "Expenses"
  },
  "expenses_currency": {
    "label": "Expenses currency"
  },
  "expenses_reported": {
    "label": "Expenses reported"
  },
  "total_area_m2": {
    "label": "Total area (m2)"
  },
  "covered_area_m2": {
    "label": "Covered area (m2)"
  },
  "rooms": {
    "label": "Rooms"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "toilets": {
    "label": "Toilets"
  },
  "parking_spaces": {
    "label": "Parking spaces"
  },
  "age_years": {
    "label": "Age (years)"
  },
  "layout": {
    "label": "Layout"
  },
  "orientation": {
    "label": "Orientation"
  },
  "brightness": {
    "label": "Brightness"
  },
  "condition": {
    "label": "Condition"
  },
  "address": {
    "label": "Address"
  },
  "address_visibility": {
    "label": "Address accuracy"
  },
  "country": {
    "label": "Country"
  },
  "subzone": {
    "label": "Subzone"
  },
  "zone": {
    "label": "Zone"
  },
  "neighborhood": {
    "label": "Neighborhood"
  },
  "city": {
    "label": "City"
  },
  "province": {
    "label": "Province"
  },
  "location_path": {
    "label": "Location path"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "seller_type": {
    "label": "Seller type"
  },
  "publisher_name": {
    "label": "Publisher"
  },
  "publisher_url": {
    "label": "Publisher URL"
  },
  "phone": {
    "label": "Phone"
  },
  "publisher_since": {
    "label": "Publisher since"
  },
  "description": {
    "label": "Description"
  },
  "main_image_url": {
    "label": "Main image"
  },
  "pictures_total_count": {
    "label": "Photo count"
  },
  "has_videos": {
    "label": "Has videos"
  },
  "has_plans": {
    "label": "Has floor plans"
  },
  "has_tour": {
    "label": "Has virtual tour"
  },
  "published_at_raw": {
    "label": "Published at"
  },
  "modified_at": {
    "label": "Last modified"
  },
  "status": {
    "label": "Status"
  },
  "is_reserved": {
    "label": "Reserved"
  },
  "is_premier": {
    "label": "Featured"
  },
  "scraped_at": {
    "label": "Scraped at"
  },
  "from_cache": {
    "label": "From cache"
  },
  "data_age_hours": {
    "label": "Data age (hours)"
  }
}
```

## About this Actor

This example demonstrates how to use [Zonaprop Argentina Real Estate & Agency Scraper](https://apify.com/oswaldocarabano/zonaprop-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/oswaldocarabano/zonaprop-scraper) 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/oswaldocarabano/zonaprop-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).
