# Track Retail Commercial Real Estate Listings in the US

**Use case:** 

Scrape retail commercial properties including shopping centers, storefronts, and retail spaces for investment and leasing analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.crexi.com/properties?showMap=true&mapZoom=5&propertyTypes%5B%5D=retail&listingTypes%5B%5D=for_sale"
    }
  ],
  "maxResults": 5000,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Property Name",
    "format": "text"
  },
  "askingPrice": {
    "label": "Price",
    "format": "number"
  },
  "capRate": {
    "label": "Cap Rate (%)",
    "format": "number"
  },
  "netOperatingIncome": {
    "label": "NOI",
    "format": "number"
  },
  "locations.0.fullAddress": {
    "label": "Address",
    "format": "text"
  },
  "brokerageName": {
    "label": "Brokerage",
    "format": "text"
  },
  "thumbnailUrl": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "View Listing",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Crexi Property & Broker Data Scraper Pro](https://apify.com/ahmed_jasarevic/crexi-property-broker-data-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ahmed_jasarevic/crexi-property-broker-data-scraper-pro) to learn more, explore other use cases, and run it yourself.