# Texas Attorney Lead Research Workflow

**Use case:** 

Build a Texas attorney lead list by city, firm, county, and practice-area filters with detailed profile extraction enabled.

## Input

```json
{
  "searchQueries": [
    {
      "city": "Dallas",
      "state": "TX",
      "county": "Dallas",
      "companyName": "Law",
      "practiceAreas": [
        "10"
      ]
    },
    {
      "city": "Houston",
      "state": "TX",
      "practiceAreas": [
        "24"
      ]
    }
  ],
  "maxItems": 100,
  "includeDetails": true
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "barCardNumber": {
    "label": "Bar card",
    "format": "text"
  },
  "licenseDate": {
    "label": "License date",
    "format": "text"
  },
  "primaryPracticeLocation": {
    "label": "Practice location",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "emailUrl": {
    "label": "Email URL",
    "format": "link"
  },
  "firmWebsite": {
    "label": "Firm website",
    "format": "link"
  },
  "firm": {
    "label": "Firm",
    "format": "text"
  },
  "practiceAreas": {
    "label": "Practice areas",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Texas State Bar Attorney Scraper](https://apify.com/automation-lab/texas-state-bar-attorney-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/texas-state-bar-attorney-scraper) to learn more, explore other use cases, and run it yourself.