# See which companies a Texas agent is appointed with

**Use case:** 

See which insurance companies a Texas agent is appointed with, plus license status, pulled live from official TDI data.

## Input

```json
{
  "searchType": "agentLicense",
  "lastName": "Smith",
  "agentLicenseNo": "2098344",
  "maxResults": 10,
  "includeAppointments": true
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "npn": {
    "label": "NPN",
    "format": "text"
  },
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "licenseType": {
    "label": "Type",
    "format": "text"
  },
  "qualification": {
    "label": "Lines",
    "format": "text"
  },
  "licenseIssueDate": {
    "label": "License issue date"
  },
  "expirationDate": {
    "label": "Expires",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "appointmentCount": {
    "label": "Appointments",
    "format": "number"
  }
}
```

## About this Actor

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