# NPPES Psychiatrists in Massachusetts NPI List

**Use case:** 

Extract psychiatrist records from the NPPES NPI Registry across Massachusetts, including provider names, NPI numbers, practice addresses, and specialty data.

## Input

```json
{
  "maxItems": 50,
  "enumerationType": "NPI-1",
  "taxonomyDescription": "Psychiatry",
  "state": "MA",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "npi": {
    "label": "NPI",
    "format": "string"
  },
  "enumerationType": {
    "label": "Type",
    "format": "string"
  },
  "organizationName": {
    "label": "Organization",
    "format": "string"
  },
  "firstName": {
    "label": "First Name",
    "format": "string"
  },
  "lastName": {
    "label": "Last Name",
    "format": "string"
  },
  "credential": {
    "label": "Credential",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "primaryTaxonomyDesc": {
    "label": "Specialty",
    "format": "string"
  },
  "primaryTaxonomyState": {
    "label": "Lic. State",
    "format": "string"
  },
  "practiceCity": {
    "label": "City",
    "format": "string"
  },
  "practiceState": {
    "label": "State",
    "format": "string"
  },
  "practicePhone": {
    "label": "Phone",
    "format": "string"
  },
  "lastUpdated": {
    "label": "Last Updated",
    "format": "string"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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