# Behavioral Health NPI Leads for Medical Billing

**Use case:** 

Preview 15 newly enumerated behavioral-health organization NPIs for billing territory and credentialing research. Verify every record before contact.

## Input

```json
{
  "preview": true,
  "states": []
}
```

## Output

```json
{
  "organization": {
    "label": "Organization",
    "format": "text"
  },
  "focus": {
    "label": "Behavioral-health focus",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "telephone": {
    "label": "Public phone",
    "format": "text"
  },
  "enumeration_date": {
    "label": "Enumerated",
    "format": "date"
  },
  "npi": {
    "label": "NPI",
    "format": "text"
  },
  "authorized_official": {
    "label": "Authorized official",
    "format": "text"
  },
  "authorized_official_title": {
    "label": "Title",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [New Behavioral Health Practices Weekly](https://apify.com/actablesite/new-behavioral-health-practices-actor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/actablesite/new-behavioral-health-practices-actor) to learn more, explore other use cases, and run it yourself.