# Verify West Virginia agent candidates before contracting

**Use case:** 

Recruiters: check every West Virginia candidate's license status and lines of authority before sending contracting paperwork. Paste NPNs, get verdicts.

## Input

```json
{
  "npnList": "16618181\n662799",
  "entityType": "BOTH",
  "activeOnly": true,
  "jurisdiction": "WV"
}
```

## Output

```json
{
  "npn": {
    "label": "NPN",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "is_active": {
    "label": "Active",
    "format": "boolean"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "expiration_date": {
    "label": "Expires",
    "format": "date"
  },
  "license_type": {
    "label": "License Type",
    "format": "text"
  },
  "lines_of_authority": {
    "label": "Lines of Authority",
    "format": "array"
  },
  "residency": {
    "label": "Residency",
    "format": "text"
  },
  "jurisdiction": {
    "label": "State",
    "format": "text"
  },
  "source_url": {
    "label": "NAIC Record",
    "format": "link"
  }
}
```

## About this Actor

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