# Active Texas Real Estate Agent Leads Scraper

**Use case:** 

Extract active Texas TREC real estate license holders for brokerage recruiting, compliance monitoring, and proptech enrichment lists.

## Input

```json
{
  "searchTerms": [
    "*"
  ],
  "licenseNumbers": [],
  "licenseType": "Real Estate",
  "licenseStatus": "Active",
  "county": "",
  "city": "",
  "maxResults": 100,
  "includeDetails": false
}
```

## Output

```json
{
  "searchTerm": {
    "label": "Search term"
  },
  "licenseHolderName": {
    "label": "License holder name"
  },
  "licenseNumber": {
    "label": "License number"
  },
  "licenseType": {
    "label": "License type"
  },
  "status": {
    "label": "Status"
  },
  "expirationDate": {
    "label": "Expiration date"
  },
  "county": {
    "label": "County"
  },
  "city": {
    "label": "City"
  },
  "sponsoringBrokerNames": {
    "label": "Sponsoring brokers"
  },
  "profileUrl": {
    "label": "TREC profile URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Texas TREC License Holder Search Scraper](https://apify.com/automation-lab/texas-trec-license-holder-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/texas-trec-license-holder-search-scraper) to learn more, explore other use cases, and run it yourself.