# Alaska NPI Registry

**Use case:** 

Extract NPI Registry data filtered by Alaska. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "state": "AK",
  "enumerationType": ""
}
```

## Output

```json
{
  "npi": {
    "label": "🆔 NPI",
    "format": "text"
  },
  "name": {
    "label": "👤 Name",
    "format": "text"
  },
  "credential": {
    "label": "🎓 Credential",
    "format": "text"
  },
  "taxonomy": {
    "label": "🩺 Taxonomy",
    "format": "text"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "phone": {
    "label": "📞 Phone",
    "format": "text"
  },
  "gender": {
    "label": "⚧ Gender",
    "format": "text"
  },
  "enumerationDate": {
    "label": "📅 Enumerated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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