# Crexi Retail Listings Scraper Example

**Use case:** 

Export public Crexi retail listings with prices, locations, property sizes, brokerage names, images, and listing URLs.

## Input

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

## 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.