# Crexi Commercial Listings Scraper Task

**Use case:** 

Extract Crexi commercial listings at scale with price, cap rate, size, units, address, coordinates, photos, status, agent and brokerage data.

## Input

```json
{
  "mode": "search",
  "locations": [
    "Austin, TX"
  ],
  "includeUnpriced": true,
  "sortBy": "rank",
  "sortDirection": "Descending",
  "urls": [
    "https://www.crexi.com/properties/2597217/new-york-48-w-48th-street"
  ],
  "fetchDetails": true,
  "maxItems": 20,
  "proxy": {
    "useApifyProxy": true
  },
  "maxResidentialMB": 0,
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "askingPrice": {
    "label": "Asking price",
    "format": "number"
  },
  "capRate": {
    "label": "Cap rate",
    "format": "number"
  },
  "squareFootage": {
    "label": "Sq ft",
    "format": "number"
  },
  "yearBuilt": {
    "label": "Year built",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "brokerageName": {
    "label": "Brokerage",
    "format": "text"
  },
  "agent_info": {
    "label": "Agent",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Crexi Scraper - Commercial Property Listings for Sale](https://apify.com/abotapi/crexi-commercial-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/crexi-commercial-listings-scraper) to learn more, explore other use cases, and run it yourself.