# Commercial Properties for Sale in Texas

**Use case:** 

Scrape commercial real estate listings for sale in Texas from Crexi with prices and details for investors and brokers.

## Input

```json
{
  "maxItems": 100,
  "transactionType": "sale",
  "states": [
    "TX"
  ],
  "sortOrder": "rank",
  "sortDirection": "Descending",
  "includeUnpriced": true,
  "fetchDetails": false,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "id": {
    "label": "Listing ID",
    "format": "number"
  },
  "askingPrice": {
    "label": "Asking Price",
    "format": "number"
  },
  "pricePerSqFt": {
    "label": "Price Per Sq Ft",
    "format": "number"
  },
  "capRate": {
    "label": "Cap Rate",
    "format": "number"
  },
  "netOperatingIncome": {
    "label": "NOI",
    "format": "number"
  },
  "squareFootage": {
    "label": "Square Footage",
    "format": "number"
  },
  "investmentType": {
    "label": "Investment Type",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "fullAddress": {
    "label": "Full Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "brokerageName": {
    "label": "Brokerage",
    "format": "text"
  },
  "class": {
    "label": "Class",
    "format": "text"
  },
  "leaseType": {
    "label": "Lease Type",
    "format": "text"
  },
  "tenancy": {
    "label": "Tenancy",
    "format": "text"
  },
  "yearBuilt": {
    "label": "Year Built",
    "format": "number"
  },
  "lotSize": {
    "label": "Lot Size",
    "format": "number"
  },
  "leaseTerm": {
    "label": "Lease Term",
    "format": "text"
  },
  "leaseExpiration": {
    "label": "Lease Expiration",
    "format": "date"
  },
  "remainingTerm": {
    "label": "Remaining Term",
    "format": "text"
  },
  "occupancy": {
    "label": "Occupancy",
    "format": "number"
  },
  "zoning": {
    "label": "Zoning",
    "format": "text"
  },
  "apn": {
    "label": "APN",
    "format": "text"
  },
  "stories": {
    "label": "Stories",
    "format": "number"
  },
  "hasOM": {
    "label": "Has OM",
    "format": "boolean"
  },
  "hasVideo": {
    "label": "Has Video",
    "format": "boolean"
  },
  "isNew": {
    "label": "Is New",
    "format": "boolean"
  },
  "isInOpportunityZone": {
    "label": "Opportunity Zone",
    "format": "boolean"
  },
  "activatedOn": {
    "label": "Activated On",
    "format": "date"
  },
  "updatedOn": {
    "label": "Updated On",
    "format": "date"
  },
  "marketingDescription": {
    "label": "Marketing Description",
    "format": "text"
  },
  "description": {
    "label": "Listing Description",
    "format": "text"
  },
  "detailFetched": {
    "label": "Detail Fetched",
    "format": "boolean"
  },
  "tenants": {
    "label": "Tenants",
    "format": "array"
  },
  "types": {
    "label": "Types",
    "format": "array"
  },
  "subtypes": {
    "label": "Subtypes",
    "format": "array"
  },
  "listingSummaryDetails": {
    "label": "Listing Summary Details",
    "format": "array"
  },
  "detailSummaryDetails": {
    "label": "Detail Summary Details",
    "format": "array"
  },
  "summaryDetailsMap": {
    "label": "Summary Details Map",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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