# Extract Cali Commercial Office Listings for Sale

**Use case:** 

Gather data on offices for sale in Cali, Colombia, to support commercial real estate brokers and business expansion planners. This provides vital information fo

## Input

```json
{
  "mode": "searchForSale",
  "propertyType": "Oficina",
  "city": "Cali",
  "priceMax": 1500000000,
  "areaMin": 30,
  "maxItems": 200
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "propertyType": {
    "label": "Property type"
  },
  "operationType": {
    "label": "Operation type"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "city": {
    "label": "City"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "areaSqm": {
    "label": "Area sqm"
  },
  "listingUrl": {
    "label": "Listing url"
  }
}
```

## About this Actor

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