# Get Every Cardiologist in California: Full NPI List

**Use case:** 

Download every California cardiologist from the full NPPES registry: clean names, practice addresses, phones, Medicare enrollment flags. No 1,200-result cap.

## Input

```json
{
  "state": "CA",
  "specialty": "Cardiovascular Disease",
  "telehealth": false,
  "has_hospital_affiliation": false,
  "is_rural": false,
  "exclude_license_issues": false,
  "max_results": 500,
  "include_full_record": false
}
```

## Output

```json
{
  "npi": {
    "label": "NPI",
    "format": "string"
  },
  "last_name": {
    "label": "Last name",
    "format": "string"
  },
  "first_name": {
    "label": "First name",
    "format": "string"
  },
  "legal_business_name": {
    "label": "Organization name",
    "format": "string"
  },
  "primary_credential": {
    "label": "Primary credential",
    "format": "string"
  },
  "practice_address.city": {
    "label": "City",
    "format": "text"
  },
  "practice_address.state": {
    "label": "State",
    "format": "text"
  },
  "practice_address.postal_code": {
    "label": "ZIP",
    "format": "text"
  },
  "practice_phone": {
    "label": "Practice phone",
    "format": "string"
  },
  "distance_miles": {
    "label": "Distance (miles)",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [US Healthcare Provider Search: Normalized NPI Data (NPPES)](https://apify.com/overlookdata/npimcp-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/overlookdata/npimcp-search) to learn more, explore other use cases, and run it yourself.