# Monitor New Austin CRE Listings from LoopNet + Crexi

**Use case:** 

Monitor new Austin CRE listings from LoopNet and Crexi on a schedule. Return fresh listings with source links and clean market-file fields.

## Input

```json
{
  "city": "Austin",
  "state": "TX",
  "assetClasses": [
    "office",
    "retail",
    "industrial",
    "multifamily"
  ],
  "sourcesEnabled": [
    "loopnet",
    "crexi"
  ],
  "transactionTypes": [
    "sale",
    "lease"
  ],
  "maxResultsPerSource": 1000,
  "includeListingDetails": false,
  "startUrls": [],
  "deduplicate": true,
  "normalizeCapRate": true,
  "monitoringMode": true,
  "transactionTrackingMode": false,
  "includePortfolioProperties": false,
  "downloadImages": false,
  "maxImages": 10,
  "maxConcurrency": 20,
  "minConcurrency": 1,
  "maxRequestRetries": 5,
  "addresses": [],
  "crexiCookies": "***",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "transaction_type": {
    "label": "Type",
    "format": "text"
  },
  "asset_class": {
    "label": "Asset class",
    "format": "text"
  },
  "asking_price_or_rent": {
    "label": "Price / rent",
    "format": "text"
  },
  "cap_rate": {
    "label": "Cap rate",
    "format": "text"
  },
  "days_on_market": {
    "label": "DOM",
    "format": "text"
  },
  "broker_name": {
    "label": "Broker",
    "format": "text"
  },
  "broker_company": {
    "label": "Broker company",
    "format": "text"
  },
  "broker_phone": {
    "label": "Phone",
    "format": "text"
  },
  "broker_email": {
    "label": "Email",
    "format": "text"
  },
  "also_listed_on": {
    "label": "Also on",
    "format": "text"
  },
  "listing_url": {
    "label": "Listing",
    "format": "link"
  }
}
```

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