# Run a Pennsylvania insurance license compliance audit

**Use case:** 

Run a Pennsylvania insurance license compliance audit — batch-check producer status, LOAs, and appointments for your book.

## Input

```json
{
  "entityType": "INDIVIDUAL",
  "lastName": "Smith",
  "firstName": "",
  "licenseNumber": "",
  "city": "Harrisburg",
  "licenseType": "",
  "maxResults": 500,
  "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.