# Email Finder for HR Managers in Enterprises

**Use case:** 

Generate verified business emails for HR managers based on their names and company domains. Returns results for Josh Bersin, Dave Ulrich, and Laszlo Bock.

## Input

```json
{
  "people": [
    "Josh Bersin, bersin.com",
    "Dave Ulrich, rbl.net",
    "Laszlo Bock, humu.com"
  ],
  "discoverPattern": true,
  "concurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "fullName": {
    "label": "Name",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "mostLikelyEmail": {
    "label": "Most Likely Email",
    "format": "text"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "method": {
    "label": "Method",
    "format": "text"
  },
  "pattern": {
    "label": "Pattern",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "domainHasMx": {
    "label": "Has MX",
    "format": "boolean"
  },
  "mxHost": {
    "label": "MX Host",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Email Finder - Name + Domain to Work Email](https://apify.com/logiover/work-email-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/work-email-finder) to learn more, explore other use cases, and run it yourself.