# Alaska NASBA CPA Directory

**Use case:** 

Extract NASBA CPA Directory data filtered by Alaska. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "lastNames": [
    "Smith",
    "Johnson",
    "Williams"
  ],
  "jurisdiction": "AK"
}
```

## Output

```json
{
  "fullName": {
    "label": "Full Name",
    "format": "text"
  },
  "firstName": {
    "label": "First Name",
    "format": "text"
  },
  "middleName": {
    "label": "Middle Name",
    "format": "text"
  },
  "lastName": {
    "label": "Last Name",
    "format": "text"
  },
  "maiden": {
    "label": "Maiden",
    "format": "text"
  },
  "suffix": {
    "label": "Suffix",
    "format": "text"
  },
  "licenseNum": {
    "label": "License Number",
    "format": "text"
  },
  "licenseTypeDescription": {
    "label": "License Type",
    "format": "text"
  },
  "licenseStatusType": {
    "label": "Status",
    "format": "text"
  },
  "licenseStatusDescription": {
    "label": "Status Description",
    "format": "text"
  },
  "jurisdictionAbbreviation": {
    "label": "State",
    "format": "text"
  },
  "jurisdictionName": {
    "label": "Jurisdiction",
    "format": "text"
  },
  "active": {
    "label": "Active",
    "format": "text"
  },
  "nonActive": {
    "label": "Non-Active",
    "format": "text"
  },
  "regulated": {
    "label": "Regulated",
    "format": "text"
  },
  "disciplinaryAction": {
    "label": "Disciplinary Action",
    "format": "text"
  },
  "isLinkedLicense": {
    "label": "Linked License",
    "format": "boolean"
  },
  "licenseeId": {
    "label": "Licensee ID",
    "format": "number"
  },
  "licenseeGeneralId": {
    "label": "Licensee General ID",
    "format": "number"
  },
  "jurisdictionId": {
    "label": "Jurisdiction ID",
    "format": "number"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NASBA CPA Directory Scraper](https://apify.com/parseforge/nasba-cpa-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nasba-cpa-directory-scraper) to learn more, explore other use cases, and run it yourself.