# Pediatrician NPI Data for Washington State

**Use case:** 

Extract NPI data on pediatricians in Washington State. Gain access to provider names, NPI numbers, and full contact details.

## Input

```json
{
  "taxonomyDescription": "Pediatrics",
  "states": [
    "WA"
  ],
  "enumerationType": "",
  "city": "",
  "maxRecords": 400,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "npi": {
    "label": "NPI",
    "format": "string"
  },
  "organizationName": {
    "label": "Organization Name",
    "format": "string"
  },
  "firstName": {
    "label": "First Name",
    "format": "string"
  },
  "lastName": {
    "label": "Last Name",
    "format": "string"
  },
  "credential": {
    "label": "Credential",
    "format": "string"
  },
  "primaryTaxonomy": {
    "label": "Primary Taxonomy",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  }
}
```

## About this Actor

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