# Building Permit Scraper Texas

**Use case:** 

Texas building permit scraper. Extract TX construction leads, roofing & commercial permits to CSV. Get enriched contractor phones & emails.

## Input

```json
{
  "city": "Chicago",
  "extractTop100": false,
  "extractStateMatrix": false,
  "state": "TX",
  "permitType": "All Types",
  "timePeriod": "Last 30 days",
  "maxResults": 10,
  "incrementalMode": false,
  "enrichContractors": true,
  "maxContactsToEnrich": 50,
  "enableCensusGeocoding": true,
  "enableContractorRollup": false,
  "maxCities": 50,
  "maxPerCity": 500
}
```

## Output

```json
{
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "permitNumber": {
    "label": "Permit number"
  },
  "address": {
    "label": "Address"
  },
  "permitType": {
    "label": "Permit type"
  },
  "estimatedValueFormatted": {
    "label": "Estimated value formatted"
  },
  "contractor": {
    "label": "Contractor"
  },
  "issueDate": {
    "label": "Issue date"
  },
  "zipCode": {
    "label": "Zip code"
  }
}
```

## About this Actor

This example demonstrates how to use [Building Permit Scraper PRO - Contractor Phone & Email](https://apify.com/intelscrape/building-permit-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/intelscrape/building-permit-scraper) to learn more, explore other use cases, and run it yourself.