# Email Finder for Venture Capital Partners

**Use case:** 

Retrieve likely business emails for Peter Thiel, Reid Hoffman, and Marc Andreessen using their names and company domains. Accurate and instant results.

## Input

```json
{
  "people": [
    "Peter Thiel, foundersfund.com",
    "Reid Hoffman, greylock.com",
    "Marc Andreessen, a16z.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.