# Generate Houston Commercial Property Leads

**Use case:** 

Scrape properties suitable for commercial use in Houston, TX, including their listing details. This enables lead generation for commercial real estate brokers a

## Input

```json
{
  "startUrls": [
    "https://www.trulia.com/for_sale/Houston,TX/commercial_type/"
  ],
  "maxItems": 20,
  "fetchDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "listingType": {
    "label": "Type",
    "format": "text"
  },
  "propertyType": {
    "label": "Property",
    "format": "text"
  },
  "price": {
    "label": "Price (USD)",
    "format": "number"
  },
  "priceLabel": {
    "label": "Price",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "sqft": {
    "label": "Sq Ft",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zipCode": {
    "label": "ZIP",
    "format": "text"
  },
  "agentName": {
    "label": "Agent",
    "format": "text"
  },
  "brokerName": {
    "label": "Broker",
    "format": "text"
  },
  "url": {
    "label": "Trulia URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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