# Find Business Emails for Fintech Executives

**Use case:** 

Get verified business emails for fintech executives and founders from name + company domain. MX-checked, provider-detected, confidence-scored. No API key.

## Input

```json
{
  "people": [
    {
      "fullName": "Patrick Collison",
      "companyDomain": "stripe.com"
    },
    {
      "fullName": "Max Levchin",
      "companyDomain": "affirm.com"
    },
    {
      "fullName": "Vlad Tenev",
      "companyDomain": "robinhood.com"
    },
    {
      "fullName": "Zach Perret",
      "companyDomain": "plaid.com"
    },
    {
      "fullName": "Henrique Dubugras",
      "companyDomain": "brex.com"
    }
  ],
  "verify": true,
  "supabaseTable": "nexgendata_leads",
  "deliveryDedup": true
}
```

## Output

```json
{
  "full_name": {
    "label": "Name",
    "format": "text"
  },
  "company_domain": {
    "label": "Domain",
    "format": "text"
  },
  "best_email": {
    "label": "Best email",
    "format": "text"
  },
  "confidence": {
    "label": "Confidence",
    "format": "text"
  },
  "mx_verified": {
    "label": "MX verified",
    "format": "boolean"
  },
  "email_provider": {
    "label": "Email provider"
  },
  "candidate_emails": {
    "label": "Candidate emails"
  },
  "data_source": {
    "label": "Data source"
  },
  "as_of_timestamp": {
    "label": "As of timestamp"
  }
}
```

## About this Actor

This example demonstrates how to use [Person Email Finder — Name + Company to Verified Email API](https://apify.com/nexgendata/person-business-email-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/person-business-email-finder) to learn more, explore other use cases, and run it yourself.