# Bulk Email Validator (`scravitylab/email-validator`) Actor

Verify email addresses instantly. Check for accuracy, spam, and disposable email traps to ensure your marketing lists are clean.

- **URL**: https://apify.com/scravitylab/email-validator.md
- **Developed by:** [Scravity Lab](https://apify.com/scravitylab) (community)
- **Categories:** Lead generation, AI, Automation
- **Stats:** 461 total users, 0 monthly users, 100.0% runs succeeded, 35 bookmarks
- **User rating**: 1.85 out of 5 stars

## Pricing

$20.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

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

## 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

## Monthly Email Validator API - $20/month + Apify Usage | Perfect for Cold Email & Marketing

#### Make sure your emails actually land in the inbox 🚀

Verify email addresses before you hit send, clean up your lists, and cut down on bounces.\
Perfect for marketers and sales teams who rely on cold outreach.

**Simple, fixed monthly pricing** designed for high-volume senders.

### 📊 Choose Your Plan

#### 💳 Pay Per Event (Low Volume)

**Best for occasional use and small businesses**

- **$0.0014 – $0.002 per email** validation

- No monthly commitment

- Perfect for startups

- [👉 Use Pay Per Event Actor](https://apify.com/dxbear/bulk-email-validator)

#### 📅 Monthly Plan (High Volume)

**Best for agencies and high-volume users**

- **$20/month + Apify usage costs**

- Unlimited validations within your Apify limits

- Better for 7,000+ emails/month

- [👉 Use Monthly Plan Actor](https://apify.com/dxbear/email-validator)

## Why Choose Bulk Email Validator?

✅ **Clean Your Email Lists** – Remove fake, invalid, and undeliverable emails before hitting send.\
✅ **Boost Inbox Placement** – Lower bounce rates and protect your sender reputation so more emails land in the inbox.\
✅ **Actionable Insights** – Get detailed data on email providers, mail servers, and domain setup.\
✅ **Bulk Email Validation** – Check up to **1,000 emails per run** (depending on your plan).\
✅ **Catch-All Detection** – Spot domains that accept everything and filter out low-quality leads.\
✅ **Free Trial** – Try it out with **3 free email checks** on the starter plan.

### How to Use This Actor

#### Input Configuration

The actor accepts the following input parameters:

```
{
    "emailList": [
        "aaron@spyfu.com",
        "roland@spyfu.com",
        "support@spyfu.com"
    ],
    "detailedReport": true,
    "maxResults": "50"
}
```

##### Input Parameters

**`emailList`** (required)

- Array of email addresses to validate
- Free users: Up to 3 emails
- Paid users: Up to 1,000 emails depending on selected limit
- Default example: `["musenet@openai.com", "contact@openai.com", "robotics@openai.com", "bestpractices@openai.com"]`

**`maxResults`** (optional, default: `"50"`)

- Maximum number of emails to validate per run
- Available options:
  - `"3"` - Free Trial users
  - `"50"` - Paid users
  - `"250"` - Paid users
  - `"500"` - Paid users
  - `"1000"` - Paid users

**`detailedReport`** (optional, default: `false`)

- Set to `true` to receive comprehensive email information
- Includes mail server details, IP addresses, provider information, and more
- Set to `false` for basic validation results only

#### Output Format

The actor provides two output formats depending on the `detailedReport` setting:

##### Basic Report (`detailedReport: false`)

Returns essential validation information for each email:

```
[
  {
    "email": "support@spyfu.com",
    "valid format": {
      "valid": true,
      "reason": "Email is valid"
    },
    "status": "found"
  },
  {
    "email": "aaron@spyfu.com",
    "valid format": {
      "valid": true,
      "reason": "Email is valid"
    },
    "status": "found"
  }
]
```

**Fields:**

- `email`: The email address that was validated
- `valid format`: Object containing validation status and reason
  - `valid`: Boolean indicating if the email format is valid
  - `reason`: Explanation of the validation result
- `status`: Email deliverability status (see Status Values below)

##### Status Values Explained

The `status` field indicates the deliverability state of the email:

- **`"found"`**: The email address exists and is deliverable. The mail server confirmed that this specific email address is valid and can receive messages. This is the best result for email validation.
- **`"not found"`**: The email address does not exist or is not deliverable. The mail server rejected this email address, meaning emails sent to this address will bounce. Remove these addresses from your list.
- **`"catch-all"`**: The domain is configured to accept emails to any address (catch-all domain). The mail server accepts all email addresses at this domain, so we cannot verify if this specific address actually exists. Use caution with these emails as they may or may not be monitored.

##### Detailed Report (`detailedReport: true`)

Provides comprehensive information about each email:

```
[
  {
    "email": "aaron@spyfu.com",
    "status": {
      "Domain Name": "spyfu.com",
      "Valid Email Server": "True",
      "Email Provider": "Outlook",
      "Mail Server Hostname": "spyfu-com.mail.protection.outlook.com",
      "Catch-All Domain": "False",
      "Deliverable Email": "True",
      "Disposable": "False",
      "Privacy": "False",
      "Mail Server IP Address": "52.101.8.36, 52.101.10.5, 52.101.41.24, 52.101.41.6",
      "Mail Server Priority": "spyfu-com.mail.protection.outlook.com: 0"
    },
    "valid format": {
      "valid": true,
      "reason": "Email is valid"
    }
  }
]
```

**Additional Fields in Detailed Report:**

- `Domain Name`: The domain of the email address
- `Valid Email Server`: Whether the domain has valid mail servers configured
- `Email Provider`: The email service provider (e.g., Gmail, Outlook, custom server)
- `Mail Server Hostname`: The hostname of the mail server handling emails for this domain
- `Catch-All Domain`: Whether the domain accepts emails to any address
  - `"False"`: Domain only accepts emails to existing addresses (reliable validation)
  - `"True"`: Domain accepts all emails (validation uncertain)
- `Deliverable Email`: Whether the email is deliverable
  - `"True"`: Email can receive messages
  - `"False"`: Email will bounce
- `Disposable`: Whether it's a temporary/disposable email service
  - `"True"`: Disposable email (low quality, temporary)
  - `"False"`: Legitimate email address
- `Privacy`: Privacy-related flags for the email service
- `Mail Server IP Address`: IP addresses of the mail servers
- `Mail Server Priority`: MX record priorities (lower numbers = higher priority)

### Use Cases

- **Email Marketing Campaigns**: Validate your email lists before sending campaigns to improve open rates and reduce bounces
- **Lead Generation & Qualification**: Verify the quality of collected email addresses and filter out low-quality leads
- **Database Cleanup**: Remove invalid and outdated emails from your CRM or database
- **User Registration Verification**: Validate emails during sign-up processes to ensure quality user data
- **Fraud Prevention**: Detect disposable and temporary email addresses used for fraudulent activities
- **Sales Outreach**: Ensure your sales team is reaching out to valid, deliverable email addresses

### Understanding Validation Results

#### Best Quality Emails

- Status: `"found"`
- Catch-All Domain: `"False"`
- Disposable: `"False"`
- Deliverable Email: `"True"`

These are the highest quality emails that you can confidently send to.

#### Questionable Quality

- Status: `"catch-all"`
- Catch-All Domain: `"True"`

These emails might be valid, but cannot be verified. Use them with caution or perform additional verification.

#### Invalid Emails

- Status: `"not found"`
- Deliverable Email: `"False"`

Remove these immediately from your list to avoid bounces and protect your sender reputation.

#### Low Quality/Risky

- Disposable: `"True"`

These are temporary email addresses. Consider excluding them based on your use case.

### Pricing & Plans

The actor offers flexible validation limits based on your needs:

- **Free Trial**: 3 emails per run - perfect for testing
- **Paid Plans**: 50 to 1,000 emails per run

This actor consumes Apify compute units based on the number of emails validated. Check the [Apify pricing page](https://apify.com/pricing) for current rates.

### Quick Start Example

```
{
    "emailList": [
        "contact@example.com",
        "support@company.com",
        "info@business.org"
    ],
    "detailedReport": false,
    "maxResults": "3"
}
```

Run this example on the free tier to see how the actor works before upgrading to validate larger lists!

# Actor input Schema

## `maxResults` (type: `string`):

Select how you want to validate emails: from a list, a file upload, or by entering personal information.

## `emailList` (type: `array`):

Enter one or more email addresses to validate. Free-tier users can submit up to 100 emails per run.

## Actor input object example

```json
{
  "maxResults": "50",
  "emailList": [
    "musenet@openai.com",
    "contact@openai.com",
    "robotics@openai.com",
    "bestpractices@openai.com"
  ]
}
```

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("scravitylab/email-validator").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 = {}

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

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

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

```

## CLI example

```bash
echo '{}' |
apify call scravitylab/email-validator --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,scravitylab/email-validator"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

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