# Industrial Warehouse Listings for Sale

**Use case:** 

Find detailed industrial warehouse properties for sale in the US. Get comprehensive listings and broker leads without needing a login.

## Input

```json
{
  "searchUrls": [
    "https://www.crexi.com/properties/industrial-commercial-real-estate"
  ],
  "includeUnpriced": true,
  "fetchDetails": true,
  "fetchBrokers": true,
  "maxResults": 100,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxConcurrency": 5
}
```

## Output

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

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