# 🏢 Domain Email Finder ⚡ Find Business Emails by Company Domain (`vulnv/domain-email-finder`) Actor

Find business email addresses and contacts for a list of company domains. Enter domains, choose the roles you want, and get verified emails in bulk with automatic batching and rate-limit retries.

- **URL**: https://apify.com/vulnv/domain-email-finder.md
- **Developed by:** [VulnV](https://apify.com/vulnv) (community)
- **Categories:** Lead generation, Business
- **Stats:** 16 total users, 8 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$30.00 / 1,000 contact founds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 🏢 Domain Email Finder ⚡ Find Business Emails by Company Domain

### Overview

The **Domain Email Finder** is an Apify Actor that finds business email addresses and contacts for a list of company domains. Provide the domains you care about, pick the roles you want to reach, and get verified business emails in bulk. Perfect for lead generation, sales outreach, and contact enrichment.

✅ Bulk domain lookup | ✅ Role targeting | ✅ Automatic batching | ✅ Rate-limit retries | ✅ Clean JSON output

***

#### **Features**

- **Domain-to-Email Discovery** — Find business emails for any company from its domain
- **Role Targeting** — Focus on the people who matter (CEO, Founder, Owner, and more)
- **Bulk Processing** — Feed in a whole list of domains in one run
- **Automatic Batching** — Domains are processed in batches with controlled concurrency
- **Rate-Limit Retries** — Automatic exponential-backoff retries when limits are hit
- **Clean Results** — Structured JSON output with clear success/failure indicators

***

### 🧾 Input Configuration

Submit an array of company domains and (optionally) the roles you want to reach:

```json
{
  "domains": [
    "stripe.com",
    "airbnb.com"
  ],
  "roles": ["CEO", "Founder", "Owner"],
  "maxResults": 5
}
```

- **domains** (required) — bare domains (`example.com`) or full URLs both work.
- **roles** (optional) — up to 3 target job roles. Defaults to `CEO, Founder, Owner`.
- **maxResults** (optional) — cap on contacts returned per run. Defaults to 5.

> ℹ️ A paid Apify plan is required to return results. On the free plan a run completes successfully but returns 0 contacts.

***

### 📤 Output Format

Each discovered contact becomes one dataset item:

#### Contact Found:

```json
{
  "query_domain": "stripe.com",
  "found": true,
  "email": "person@stripe.com",
  "name": "Jane Doe",
  "role": "Founder",
  "domain": "stripe.com"
}
```

#### No Contact Found:

```json
{
  "query_domain": "example.com",
  "found": false,
  "error": "No contacts found for this domain."
}
```

***

### 📊 Output & Export

#### **Dataset Storage**

- All results are stored in your Apify dataset
- Each discovered contact becomes one dataset item
- Domains with no contact are clearly marked with `found: false`

#### **Export Formats**

- **JSON** — Raw structured data for API integration
- **CSV** — Spreadsheet-compatible format
- **Excel** — Formatted spreadsheet

***

### 💼 Common Use Cases

#### **Lead Generation & Sales**

- Turn a list of target companies into a list of contactable business emails
- Enrich account lists with decision-maker contact details
- Build outreach lists for cold email campaigns

#### **Recruitment & Talent Sourcing**

- Reach hiring managers and founders at target companies directly

#### **Marketing & Partnerships**

- Connect with the right people at companies you want to work with

#### **CRM Data Enrichment**

- Fill in missing contact emails for accounts in your CRM

***

### ⚠️ Important Notes

- Email availability depends on data coverage — not every domain returns a contact
- Only the first 3 roles are used per run
- The actor batches requests and retries automatically when rate limits are reached

***

### 🚀 Getting Started

1. **Add company domains** to the input
2. **Choose target roles** (or keep the defaults)
3. **Run the Actor**
4. **Download Results** from the dataset in your preferred format

***

📬 **Custom fields, higher volume, or a managed data pipeline?** Email us at <apify@vulnv.com> — we build bespoke scrapers and managed feeds for teams. Questions and feature requests welcome too, or visit our [Apify profile](https://apify.com/vulnv).

# Actor input Schema

## `domains` (type: `array`):

Enter the company domains you want to find business email contacts for. You can paste bare domains (example.com) or full URLs - both work.

## `roles` (type: `array`):

The job roles you want contacts for (up to 3). Only the first 3 are used. Leave empty to use sensible decision-maker defaults (CEO, Founder, Owner).

## `maxResults` (type: `integer`):

Maximum number of contacts to return in this run. Defaults to 5. A paid Apify plan is required to return results.

## Actor input object example

```json
{
  "domains": [
    "stripe.com",
    "airbnb.com"
  ],
  "roles": [
    "CEO",
    "Founder",
    "Owner"
  ],
  "maxResults": 5
}
```

# Actor output Schema

## `results` (type: `string`):

Domain email finder results stored in the default dataset.

## `overview` (type: `string`):

Overview table view of discovered contacts.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "domains": [
        "stripe.com",
        "airbnb.com"
    ],
    "roles": [
        "CEO",
        "Founder",
        "Owner"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("vulnv/domain-email-finder").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "domains": [
        "stripe.com",
        "airbnb.com",
    ],
    "roles": [
        "CEO",
        "Founder",
        "Owner",
    ],
}

# Run the Actor and wait for it to finish
run = client.actor("vulnv/domain-email-finder").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "domains": [
    "stripe.com",
    "airbnb.com"
  ],
  "roles": [
    "CEO",
    "Founder",
    "Owner"
  ]
}' |
apify call vulnv/domain-email-finder --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=vulnv/domain-email-finder",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/ALnbRUMpMFRWFaWDA/builds/KDOBZBNvB6CyU1poK/openapi.json
