# Bulk Email Verifier - $0.50/1K - Validate & Score Email Lists (`mamies/bulk-email-verifier`) Actor

Verify email lists in bulk: syntax, MX/DNS, disposable, role-based, free-provider and typo detection with a 0-100 quality score per address. Clean statuses (valid / risky / invalid / unknown), did-you-mean fixes, malformed rows checked free.

- **URL**: https://apify.com/mamies/bulk-email-verifier.md
- **Developed by:** [Mamies Tech](https://apify.com/mamies) (community)
- **Categories:** Lead generation, Automation, MCP servers
- **Stats:** 1 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.50 / 1,000 email verifieds

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 a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use 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

## Bulk Email Verifier — $0.50 / 1,000 emails

Clean your email lists before you send. Paste up to 100,000 addresses (or point the actor at any other actor's results) and get one clean record per email: a **valid / risky / invalid / unknown** status, a **0–100 quality score**, the reason behind the verdict, and a **did-you-mean fix** for typo'd addresses — at **$0.50 per 1,000 emails**, with **malformed rows checked free**.

Lower bounce rates protect your sender reputation, keep you out of spam folders, and stop you paying your email platform for dead contacts.

### What we check — and what we don't

**We check:** syntax and normalization · typo detection with did-you-mean fixes · disposable/temp-mail domains · role-based and no-reply inboxes · free-provider detection · **live DNS**: MX mail-server records, null-MX (domains that refuse all mail), A-record fallback, SPF and DMARC authentication health · a 0–100 score built from all of it.

**We don't (currently):** a live SMTP mailbox probe — the "does john@ exist on this server" handshake. The `smtp` field in every record honestly reports `unknown`. Cloud platforms block the network port that check requires, which affects **every** verification actor on Apify, regardless of what their listings claim — most quietly return "unknown" or "catch_all" dressed up in a score. We say it plainly instead, and we cap DNS-evidence scores at 85: scores of 86–100 are reserved for SMTP-confirmed mailboxes, so a score from this actor is never overstated.

### What you get

One record per unique email address (duplicates are removed and never double-charged):

```json
{
  "email": "jane@gmial.com",
  "normalizedEmail": "jane@gmial.com",
  "domain": "gmial.com",
  "status": "invalid",
  "subStatus": "typo_domain",
  "score": 0,
  "didYouMean": "jane@gmail.com",
  "syntaxValid": true,
  "mxFound": false,
  "smtp": "unknown",
  "catchAll": null,
  "disposable": false,
  "roleBased": false,
  "freeProvider": false,
  "hasTag": false,
  "mxRecords": [],
  "spf": null,
  "dmarc": null
}
````

| Field | Meaning |
|---|---|
| `status` | `valid` — safe to send · `risky` — deliverable but risky (shared inbox, catch-all, throwaway) · `invalid` — do not send · `unknown` — could not be determined |
| `subStatus` | The specific reason: `mx_verified`, `no_mx_record`, `typo_domain`, `disposable`, `domain_rejects_mail`, `bad_syntax`, … |
| `score` | 0–100 deliverability quality score — sort by it, pick your own cut-off |
| `didYouMean` | Suggested fix for mistyped providers (`gmial.com` → `gmail.com`) |
| `mxFound` / `mxRecords` | Whether the domain runs mail servers, and which ones |
| `disposable` | Throwaway/temp-mail domain (10-minute inboxes, mailinator, …) |
| `roleBased` | Shared inbox (`info@`, `support@`, `noreply@`, …) — risky for outreach |
| `freeProvider` | Consumer provider (Gmail, Yahoo, Outlook, …) rather than a company mailbox |
| `hasTag` | Address contains a `+tag` (often signup filters) |
| `spf` / `dmarc` | Domain email-authentication health — a spam-filter signal |
| `smtp` / `catchAll` | Mailbox-level SMTP probe result — currently always `unknown`/`null`, see "What we check" above |

Export as CSV/Excel with one click, or append `?format=csv` / `?format=xlsx` to the dataset URL.

### Statuses you can act on

- **valid** → keep. The domain provably receives mail and the address shape is good.
- **risky** → send with care: shared `info@` inboxes, catch-all domains, disposable services.
- **invalid** → delete. Bad syntax, mistyped provider, no mail server, or a domain that refuses all mail (null MX).
- **unknown** → the evidence was inconclusive (DNS timeout, bare-A-record domain). Not charged less — but honestly labeled instead of guessed.

### Verify results from other actors — zero copy-paste

Under **Advanced**, paste the dataset ID of any finished run and the verifier pulls addresses automatically:

- [Website Contact Scraper](https://apify.com/mamiestech/website-contact-scraper) → set **Email field name** to `emails`
- Google Maps scraper runs with email enrichment → leave it as `email`

Scrape → find contacts → verify, all inside Apify.

### Pricing — no surprises

- **$0.50 per 1,000 verified emails** ($0.0005 each), pay-per-event. No subscription tiers, no platform-usage add-ons.
- **Free:** malformed rows (`not-an-email`), duplicate rows, and every re-run of the same unique address in one run.
- Set a **maximum cost** on any run (`maxTotalChargeUsd`) — the run stops cleanly at your cap and you keep everything delivered up to it.

### How it works

Each address goes through: syntax & normalization → typo detection → disposable & role checks → live DNS (MX records, RFC 7505 null-MX, A-record fallback, SPF/DMARC) → scoring. The `smtp` and `catchAll` fields are reserved for our upcoming SMTP relay tier and report `unknown`/`null` until then — see "What we check — and what we don't" above.

### FAQ

**Is this GDPR-safe?** The actor never sends email and never stores your list beyond the run's dataset, which you control and can delete.

**What's a catch-all domain?** One that accepts mail for *any* address — a "yes" there can't prove your specific contact exists, so it's `risky`.

**Why is `info@` risky and not invalid?** It usually delivers — but shared inboxes convert poorly and complain often, so outreach tools treat them as risky.

**How many emails per run?** Up to 100,000. Need more? Split the list or run several inputs in parallel.

***

*Keywords: email verification, email validator, bulk email checker, email list cleaning, verify email addresses, MX record check, disposable email detection, catch-all detection, email deliverability, reduce bounce rate, ZeroBounce alternative, NeverBounce alternative.*

# Actor input Schema

## `emails` (type: `array`):

One email address per line. Duplicates are removed automatically — you're charged once per unique address, and malformed rows are checked for free.

## `datasetId` (type: `string`):

Dataset ID (or username/dataset-name) of any actor run whose results contain email addresses. Verified emails are ADDED to any pasted list above.

## `emailField` (type: `string`):

Name of the dataset field holding the email address. The field may contain a single address or a list — use "emails" for Website Contact Scraper output.

## Actor input object example

```json
{
  "emails": [
    "john.doe@gmail.com",
    "support@apify.com",
    "email@example.com"
  ],
  "emailField": "email"
}
```

# Actor output Schema

## `verifiedEmails` (type: `string`):

One record per unique email — status (valid / risky / invalid / unknown), sub-status reason, 0-100 quality score, did-you-mean typo fix, and per-check flags (syntax, MX, SMTP, catch-all, disposable, role-based, free provider, +tag, SPF, DMARC). Append ?format=csv or ?format=xlsx to the URL for spreadsheet exports.

# 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 = {
    "emails": [
        "john.doe@gmail.com",
        "support@apify.com",
        "email@example.com"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("mamies/bulk-email-verifier").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 = { "emails": [
        "john.doe@gmail.com",
        "support@apify.com",
        "email@example.com",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("mamies/bulk-email-verifier").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 '{
  "emails": [
    "john.doe@gmail.com",
    "support@apify.com",
    "email@example.com"
  ]
}' |
apify call mamies/bulk-email-verifier --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Bulk Email Verifier - $0.50/1K - Validate & Score Email Lists",
        "description": "Verify email lists in bulk: syntax, MX/DNS, disposable, role-based, free-provider and typo detection with a 0-100 quality score per address. Clean statuses (valid / risky / invalid / unknown), did-you-mean fixes, malformed rows checked free.",
        "version": "0.1",
        "x-build-id": "Mt45wz0KJqFtOsmRe"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/mamies~bulk-email-verifier/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-mamies-bulk-email-verifier",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/mamies~bulk-email-verifier/runs": {
            "post": {
                "operationId": "runs-sync-mamies-bulk-email-verifier",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/mamies~bulk-email-verifier/run-sync": {
            "post": {
                "operationId": "run-sync-mamies-bulk-email-verifier",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "emails": {
                        "title": "Emails",
                        "type": "array",
                        "description": "One email address per line. Duplicates are removed automatically — you're charged once per unique address, and malformed rows are checked for free.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "datasetId": {
                        "title": "Dataset ID",
                        "type": "string",
                        "description": "Dataset ID (or username/dataset-name) of any actor run whose results contain email addresses. Verified emails are ADDED to any pasted list above."
                    },
                    "emailField": {
                        "title": "Email field name",
                        "type": "string",
                        "description": "Name of the dataset field holding the email address. The field may contain a single address or a list — use \"emails\" for Website Contact Scraper output.",
                        "default": "email"
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
