# Cali Houses for Rent Scraper | Metrocuadrado

**Use case:** 

Scrape houses (casas) for rent in Cali from Metrocuadrado. Extract monthly rent, lot and built area, rooms, bathrooms, location and photos.

## Input

```json
{
  "maxItems": 100,
  "startUrl": "https://www.metrocuadrado.com/apartamentos/venta/bogota/",
  "city": "cali",
  "operation": "arriendo",
  "propertyType": "casas",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "operation": {
    "label": "Operation",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "estrato": {
    "label": "Estrato",
    "format": "number"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "area": {
    "label": "Area m2",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "agentPhone": {
    "label": "Phone",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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