# Agents and adjusters (individuals) Texas Department of

**Use case:** 

Extract Texas Department of Insurance License data filtered by Agents and adjusters (individuals). Export structured results ready for analysis, lead

## Input

```json
{
  "maxItems": 10,
  "dataset": "agents",
  "licenseTypeAgent": "",
  "licenseTypeAgency": "",
  "state": "",
  "activeOnly": true
}
```

## Output

```json
{
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "npn": {
    "label": "NPN",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "recordType": {
    "label": "Record Type",
    "format": "text"
  },
  "licenseType": {
    "label": "License Type",
    "format": "text"
  },
  "qualification": {
    "label": "Qualification",
    "format": "text"
  },
  "agencyType": {
    "label": "Agency Type",
    "format": "text"
  },
  "isActive": {
    "label": "Active",
    "format": "boolean"
  },
  "licenseIssueDate": {
    "label": "Issue Date",
    "format": "date"
  },
  "expirationDate": {
    "label": "Expiration Date",
    "format": "date"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Texas Department of Insurance License Scraper](https://apify.com/parseforge/tdi-texas-insurance-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/tdi-texas-insurance-scraper) to learn more, explore other use cases, and run it yourself.