# Extract Texas Industrial Warehouse Listings for Site Selecti

**Use case:** 

Retrieve detailed information on industrial warehouses and logistics properties available for sale in Texas. This allows supply chain managers and industrial de

## Input

```json
{
  "maxProperties": 1500,
  "scrapeDetails": true,
  "propertyTypes": [
    "Industrial"
  ],
  "locations": [
    "TX"
  ],
  "minPrice": 1000000,
  "runTimeoutSecs": 240,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Property Name",
    "format": "text"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "square_footage": {
    "label": "Square Feet",
    "format": "text"
  },
  "property_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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