# Find Sales Leaders at Cybersecurity Firms

**Use case:** 

Find sales leader emails at cybersecurity companies. Get names, roles, and verified business email addresses in bulk. Export to JSON, CSV, or Excel.

## Input

```json
{
  "domains": [
    "crowdstrike.com",
    "paloaltonetworks.com",
    "okta.com",
    "zscaler.com",
    "sentinelone.com",
    "fortinet.com",
    "tenable.com",
    "rapid7.com",
    "darktrace.com",
    "snyk.io"
  ],
  "roles": [
    "VP Sales",
    "Head of Sales",
    "Sales Director"
  ],
  "maxResults": 25
}
```

## Output

```json
{
  "query_domain": {
    "label": "Query Domain",
    "format": "string"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "role": {
    "label": "Role",
    "format": "string"
  },
  "domain": {
    "label": "Contact Domain",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [🏢 Domain Email Finder ⚡ Find Business Emails by Company Domain](https://apify.com/vulnv/domain-email-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/vulnv/domain-email-finder) to learn more, explore other use cases, and run it yourself.