# Find Emails of DeFi Project Founders

**Use case:** 

Retrieve the likely business emails for notable crypto founders like Hayden Adams and Stani Kulechov using their names and company domains.

## Input

```json
{
  "people": [
    "Hayden Adams, uniswap.org",
    "Stani Kulechov, aave.com",
    "Andre Cronje, yearn.finance"
  ],
  "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.