# Departamentos en alquiler en Lima Properati

**Use case:** 

Extrae departamentos en alquiler en Lima desde Properati con precio, ubicación y contactos de agentes para inquilinos y corredores.

## Input

```json
{
  "maxItems": 100,
  "withDetails": true,
  "startUrl": "https://www.properati.com.pe/s/lima/departamento/alquiler",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "operationType": {
    "label": "Operation",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "totalAreaM2": {
    "label": "Area (m²)",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "agentPhone": {
    "label": "Agent Phone",
    "format": "text"
  },
  "agentWhatsapp": {
    "label": "Agent WhatsApp",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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