# Verify producer appointment eligibility in PA

**Use case:** 

Verify a producer's appointment eligibility in Pennsylvania — confirm active license and existing carrier appointments before you appoint.

## Input

```json
{
  "entityType": "INDIVIDUAL",
  "lastName": "Thomas",
  "firstName": "David",
  "licenseNumber": "",
  "city": "",
  "licenseType": "",
  "maxResults": 100,
  "includeEnriched": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Full name",
    "format": "string"
  },
  "npn": {
    "label": "NPN",
    "format": "string"
  },
  "license_number": {
    "label": "License number",
    "format": "string"
  },
  "status": {
    "label": "License status",
    "format": "string"
  },
  "phone": {
    "label": "Business phone",
    "format": "string"
  },
  "address_street": {
    "label": "Street address",
    "format": "string"
  },
  "address_city": {
    "label": "City",
    "format": "string"
  },
  "address_state": {
    "label": "State",
    "format": "string"
  },
  "address_zip": {
    "label": "ZIP code",
    "format": "string"
  },
  "has_active_appointments": {
    "label": "Has active appointments",
    "format": "boolean"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

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