# Crexi multifamily Texas listings

**Use case:** 

Scrape Crexi multifamily commercial real estate listings in Texas with price, location, asset class, broker fields, and clean JSON output.

## Input

```json
{
  "searchKeywords": [
    "multifamily Texas"
  ],
  "startUrls": [],
  "maxSearchPages": 1,
  "propertyUrls": [],
  "maxItems": 10,
  "includeRawData": false,
  "enrichDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Property",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "assetClass": {
    "label": "Asset class",
    "format": "string"
  },
  "transactionType": {
    "label": "Transaction type",
    "format": "string"
  },
  "askingPriceUsd": {
    "label": "Asking price (USD, numeric)",
    "format": "number"
  },
  "capRatePct": {
    "label": "Cap rate (numeric percent)",
    "format": "number"
  },
  "squareFootageNum": {
    "label": "Square footage (numeric)",
    "format": "number"
  },
  "lotSizeAcres": {
    "label": "Lot size (acres, numeric)",
    "format": "number"
  },
  "brokerContacts": {
    "label": "Broker contacts",
    "format": "array"
  },
  "listingStatus": {
    "label": "Listing status",
    "format": "string"
  },
  "listedDate": {
    "label": "Listed date",
    "format": "string"
  },
  "tenantName": {
    "label": "Tenant",
    "format": "string"
  },
  "brokerCompany": {
    "label": "Broker company",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Crexi Commercial Real Estate Scraper](https://apify.com/skootle/crexi-commercial-real-estate-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/skootle/crexi-commercial-real-estate-scraper) to learn more, explore other use cases, and run it yourself.