# Find Company Emails for Bootstrapped SaaS Firms

**Use case:** 

Get verified contact emails for bootstrapped and indie SaaS companies by domain. Includes email type, provider detection, and MX status. Free, no API key.

## Input

```json
{
  "domains": [
    "basecamp.com",
    "37signals.com",
    "fastmail.com",
    "ghost.org",
    "hey.com"
  ],
  "supabaseTable": "nexgendata_leads",
  "deliveryDedup": true
}
```

## Output

```json
{
  "email": {
    "label": "Email",
    "format": "text"
  },
  "emailType": {
    "label": "Type",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "emailProvider": {
    "label": "Email provider",
    "format": "text"
  },
  "verified": {
    "label": "MX verified",
    "format": "boolean"
  },
  "source": {
    "label": "Found on",
    "format": "text"
  }
}
```

## About this Actor

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