# Insurance agent license lookup - Harrisburg

**Use case:** 

Insurance agent license lookup in Harrisburg — verify a producer's Pennsylvania license, status, and NPN by name and city.

## Input

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

## Output

```json
{
  "npn": {
    "label": "NPN",
    "format": "string"
  },
  "name": {
    "label": "Full name",
    "format": "string"
  },
  "license_number": {
    "label": "License number",
    "format": "string"
  },
  "status": {
    "label": "License status",
    "format": "string"
  },
  "is_active": {
    "label": "Is active",
    "format": "boolean"
  },
  "address_city": {
    "label": "City",
    "format": "string"
  },
  "address_state": {
    "label": "State",
    "format": "string"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped at",
    "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.