# Crexi Industrial Property Extractor Example

**Use case:** 

Collect a focused feed of public Crexi industrial properties for acquisition research, brokerage analysis, or market monitoring.

## Input

```json
{
  "searchUrls": [
    "https://www.crexi.com/properties?types%5B%5D=Industrial"
  ],
  "maxItems": 60,
  "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.