# Find Clinic and Group Practice Contacts With Decision Makers

**Use case:** 

Find US clinics and group practices by name and get the authorized official's name, title and phone number, straight from the official NPI registry.

## Input

```json
{
  "mode": "search_organizations",
  "searchQueriesList": [
    "Dermatology",
    "Dentist"
  ],
  "organizationName": "Cardiology Associates",
  "maxResults": 25,
  "requestIntervalSecs": 0.5,
  "timeoutSecs": 30,
  "maxRetries": 5,
  "enableEmailEnrichment": false,
  "enableLinkedInEnrichment": false,
  "enableSocialMediaEnrichment": false,
  "personalEmailsOnly": false,
  "emailEnrichmentTimeout": 10,
  "maxEnrichmentResults": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "GOOGLE_SERP"
    ]
  }
}
```

## Output

```json
{
  "npi_number": {
    "label": "NPI",
    "format": "string"
  },
  "organization_name": {
    "label": "Organization",
    "format": "string"
  },
  "primary_specialty": {
    "label": "Specialty",
    "format": "string"
  },
  "authorized_official_first_name": {
    "label": "Official First Name",
    "format": "string"
  },
  "authorized_official_last_name": {
    "label": "Official Last Name",
    "format": "string"
  },
  "authorized_official_title": {
    "label": "Official Title",
    "format": "string"
  },
  "authorized_official_telephone": {
    "label": "Official Phone",
    "format": "string"
  },
  "practice_address_city": {
    "label": "City",
    "format": "string"
  },
  "practice_address_state": {
    "label": "State",
    "format": "string"
  },
  "npi_registry_url": {
    "label": "Registry URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [NPI Provider Contact Finder](https://apify.com/labrat011/npi-provider-contact-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/labrat011/npi-provider-contact-finder) to learn more, explore other use cases, and run it yourself.