# Crexi Commercial Property Monitor Workflow

**Use case:** 

Build a repeatable Crexi listing monitor with enriched property records for price, status, inventory, and broker tracking.

## Input

```json
{
  "searchUrls": [
    "https://www.crexi.com/properties?types%5B%5D=Retail",
    "https://www.crexi.com/properties?types%5B%5D=Office"
  ],
  "maxItems": 500,
  "fetchDetails": true,
  "pageSize": 60,
  "sortOrder": "newest"
}
```

## Output

```json
{
  "propertyId": {
    "label": "Property ID"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  },
  "name": {
    "label": "Name"
  },
  "status": {
    "label": "Status"
  },
  "propertyTypes": {
    "label": "Property types"
  },
  "askingPrice": {
    "label": "Asking price"
  },
  "squareFootage": {
    "label": "Square feet"
  },
  "capRate": {
    "label": "Cap rate"
  },
  "location": {
    "label": "Location"
  },
  "brokerageName": {
    "label": "Brokerage"
  },
  "updatedOn": {
    "label": "Updated"
  },
  "scrapedAt": {
    "label": "Scraped"
  }
}
```

## About this Actor

This example demonstrates how to use [Crexi Commercial Real Estate Scraper](https://apify.com/automation-lab/crexi-commercial-real-estate-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/crexi-commercial-real-estate-scraper) to learn more, explore other use cases, and run it yourself.