# Retail Properties for Sale in Colorado

**Use case:** 

Get listings of retail commercial properties for sale across Colorado. Includes detailed information and broker leads.

## Input

```json
{
  "searchUrls": [],
  "propertyTypes": [
    "Retail"
  ],
  "states": [
    "CO"
  ],
  "keyword": "",
  "includeUnpriced": true,
  "fetchDetails": true,
  "fetchBrokers": true,
  "maxResults": 200,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxConcurrency": 5
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "propertyType": {
    "label": "Property type",
    "format": "string"
  },
  "askingPrice": {
    "label": "Asking price",
    "format": "number"
  },
  "capRate": {
    "label": "Cap rate",
    "format": "string"
  },
  "squareFootage": {
    "label": "Sq ft",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "zip": {
    "label": "ZIP",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "brokerageName": {
    "label": "Brokerage",
    "format": "string"
  },
  "brokerNames": {
    "label": "Broker(s)",
    "format": "string"
  },
  "brokerageWebsite": {
    "label": "Brokerage site",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Crexi Scraper - CRE Listings & Broker Leads](https://apify.com/logiover/crexi-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/crexi-scraper) to learn more, explore other use cases, and run it yourself.