# Search Texas Commercial Real Estate - Crexi

**Use case:** 

Scrape Crexi for Texas commercial real estate search: name, propertyTypeLabel, askingPriceText, city, status. No login, no API key needed.

## Input

```json
{
  "outputType": "search",
  "states": [
    "TX"
  ],
  "includeUnpriced": true,
  "includePropertyDetails": true,
  "includeBrokerLeads": false,
  "maxPhotos": 25,
  "maxResults": 20,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Property",
    "format": "text"
  },
  "propertyTypeLabel": {
    "label": "Property type",
    "format": "text"
  },
  "askingPriceText": {
    "label": "Asking price",
    "format": "text"
  },
  "pricePerSqFtText": {
    "label": "Price/SqFt",
    "format": "text"
  },
  "squareFootage": {
    "label": "Building SqFt",
    "format": "number"
  },
  "lotSizeAcres": {
    "label": "Lot acres",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  }
}
```

## About this Actor

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