# California Dermatologist List (NPI, phone)

**Use case:** 

Export California dermatologists from the NPPES NPI registry: name, practice address and phone number. No API key needed.

## Input

```json
{
  "states": [
    "CA"
  ],
  "taxonomyDescription": "Dermatology",
  "enumerationType": "Any",
  "maxResults": 10
}
```

## Output

```json
{
  "npi": {
    "label": "NPI",
    "format": "string"
  },
  "enumerationType": {
    "label": "Provider type",
    "format": "string"
  },
  "lastName": {
    "label": "Last name",
    "format": "string"
  },
  "firstName": {
    "label": "First name",
    "format": "string"
  },
  "organizationName": {
    "label": "Organization name",
    "format": "string"
  },
  "primaryTaxonomy": {
    "label": "Primary specialty",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "npiUrl": {
    "label": "NPPES profile URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [NPI Provider Lead Extractor 🩺 (US doctors, clinics, phones)](https://apify.com/tagadanar/nppes-npi-provider-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/nppes-npi-provider-leads) to learn more, explore other use cases, and run it yourself.