# Texas Bar Attorney Profile Export

**Use case:** 

Extract detailed public attorney records from direct State Bar of Texas member profile URLs for enrichment workflows.

## Input

```json
{
  "searchQueries": [
    {
      "name": "Smith",
      "city": "Austin",
      "state": "TX"
    }
  ],
  "profileUrls": [
    "https://www.texasbar.com/AM/Template.cfm?Section=Find_A_Lawyer&template=/CustomSource/MemberDirectory/MemberDirectoryDetail.cfm&ContactID=12345"
  ],
  "maxItems": 25,
  "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.