# Verify a CPA License by Name

**Use case:** 

Search NASBA CPAverify by first and last name to check public CPA license status, jurisdiction, and discipline flags.

## Input

```json
{
  "lastName": "Smith",
  "firstName": "John",
  "maxItems": 25,
  "pageSize": 25,
  "startPage": 0,
  "maxPages": 2,
  "requestDelaySecs": 1
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "licenseStatus": {
    "label": "Status",
    "format": "text"
  },
  "active": {
    "label": "Active",
    "format": "boolean"
  },
  "jurisdictionAbbreviation": {
    "label": "Jurisdiction",
    "format": "text"
  },
  "jurisdictionName": {
    "label": "Board",
    "format": "text"
  },
  "licenseTypeDescription": {
    "label": "License type",
    "format": "text"
  },
  "disciplinaryAction": {
    "label": "Disciplinary flag",
    "format": "text"
  },
  "resultPage": {
    "label": "Page",
    "format": "number"
  },
  "resultIndex": {
    "label": "Result #",
    "format": "number"
  },
  "totalResults": {
    "label": "Total results",
    "format": "number"
  },
  "searchUrl": {
    "label": "Search URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [NASBA CPA License Verifier](https://apify.com/automation-lab/nasba-cpa-license-verifier) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/nasba-cpa-license-verifier) to learn more, explore other use cases, and run it yourself.