# Find Healthcare Executives and Hospital Directors

**Use case:** 

Locate administrative leaders and directors within the healthcare and medical industry. Perfect for medical device sales or healthcare consulting firms looking 

## Input

```json
{
  "jobTitles": [
    "Hospital Administrator",
    "Medical Director",
    "Chief Nursing Officer"
  ],
  "locations": [
    "New York",
    "Chicago",
    "Boston"
  ],
  "industries": [
    "Healthcare",
    "Hospital",
    "Medical Devices"
  ],
  "companyNames": [],
  "maxLeads": 250
}
```

## Output

```json
{
  "full_name": {
    "label": "Name",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "linkedin_url": {
    "label": "LinkedIn",
    "format": "link"
  },
  "email": {
    "label": "Email",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Lead Finder](https://apify.com/crawlerbros/lead-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/lead-finder) to learn more, explore other use cases, and run it yourself.