# Track New Retail Real Estate Listings Weekly

**Use case:** 

Monitor new retail CRE listings in a reusable weekly task with source links, days-on-market signals, and clean output fields.

## Input

```json
{
  "city": "Dallas",
  "state": "TX",
  "assetClasses": [
    "retail"
  ],
  "sourcesEnabled": [
    "loopnet",
    "crexi"
  ],
  "transactionTypes": [
    "sale",
    "lease"
  ],
  "maxResultsPerSource": 100,
  "includeListingDetails": false,
  "startUrls": [],
  "outputSortBy": "days_on_market_asc",
  "deduplicate": true,
  "normalizeCapRate": true,
  "monitoringMode": true,
  "maxRequestRetries": 5,
  "crexiCookies": "***",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "transaction_type": {
    "label": "Transaction type",
    "format": "string"
  },
  "asset_class": {
    "label": "Asset class",
    "format": "string"
  },
  "asking_price_or_rent": {
    "label": "Price / rent",
    "format": "string"
  },
  "cap_rate": {
    "label": "Cap rate",
    "format": "string"
  },
  "days_on_market": {
    "label": "Days on market",
    "format": "number"
  },
  "broker_name": {
    "label": "Broker name",
    "format": "string"
  },
  "broker_company": {
    "label": "Broker company",
    "format": "string"
  },
  "broker_phone": {
    "label": "Broker phone",
    "format": "string"
  },
  "broker_email": {
    "label": "Broker email",
    "format": "string"
  },
  "also_listed_on": {
    "label": "Also listed on",
    "format": "string"
  },
  "listing_url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LoopNet + Crexi Scraper · CRE Listings · CoStar Alternative](https://apify.com/kazkn/commercial-real-estate-brokerage-intel) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kazkn/commercial-real-estate-brokerage-intel) to learn more, explore other use cases, and run it yourself.