Disposable Email Domains Scraper avatar

Disposable Email Domains Scraper

Pricing

from $9.00 / 1,000 result items

Go to Apify Store
Disposable Email Domains Scraper

Disposable Email Domains Scraper

Scrapes disposable email domain blocklists and returns each domain as a flat row. Supports default, MX-verified, strict, and SHA1 lists, with substring filter and single-domain check.

Pricing

from $9.00 / 1,000 result items

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

ParseForge

Disposable Email Domains Scraper

Scrape disposable email domain blocklists in one run, up to a million domains. Get the default list, MX-verified, strict, or SHA1 hashed domains, filtered by substring or checked for a single domain. No login or API key. Export to CSV, JSON, Excel, or XML.

Disposable email domains let users sign up for trials and then vanish. This Actor pulls the public blocklists directly, so you can filter signups, clean your CRM, or check one domain before you send. It returns each domain as a flat row with the list type and a boolean result when you check a single domain.

Who uses itWhat they scrape Disposable Email Domains for
Email marketersClean their lists before a campaign to protect sender reputation
SaaS foundersBlock throwaway signups on their free trial
Fraud analystsFlag accounts registered with disposable addresses
Data engineersSync the latest blocklist into their internal systems

What it does

This Actor collects disposable email domains from the public blocklists and returns each domain as a flat row, or a single boolean row when you check one domain.

  • ๐Ÿ“‹ Four list types: default domains, MX-verified, strict superset, or SHA1 hashed list.
  • ๐Ÿ” Substring filter: return only domains containing a string, like 'mail'.
  • ๐ŸŽฏ Single-domain check: input one domain and get a boolean result row.
  • โšก Up to a million domains: set maxItems to pull as many as you need.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Disposable Email Domains data

๐Ÿ“ง Clean your email list.

A marketer runs the Actor with the default list and filters their subscriber CSV to remove disposable addresses before a campaign.

๐Ÿšซ Block throwaway signups.

A SaaS founder checks each new registration against the blocklist and rejects disposable domains to protect trial integrity.

๐Ÿ•ต๏ธ Investigate a suspicious account.

A fraud analyst uses the single-domain check to see if a flagged email is from a disposable provider.

๐Ÿ”„ Sync blocklist to your database.

A data engineer schedules a daily run to pull the latest domains and upsert them into a Postgres table for internal tools.

Why choose this scraper

What you get
No API keyPull the public blocklist without registration or rate limits
Always currentEach run fetches the latest list from the source
Flat schemaEvery domain is one row, ready for CSV or database import
Flexible outputExport to CSV, JSON, Excel, or XML

How it compares

No other Store actor targets Disposable Email Domains the same way, so the honest comparison is with the alternatives teams actually weigh.

Disposable Email Domains ScraperBuild it in-houseBy hand
SetupRun it now, zero configDays of engineeringNone, but hours per pull
When Disposable Email Domains changesMaintained for youYou fix itYou re-learn the page
Proxies, retries, anti-botBuilt inYour problemBrowser only
OutputFixed JSON schema, CSV/Excel exportWhatever you buildCopy-paste
CostPay per resultEngineering timeAnalyst hours

Configure the run

Drive the Actor from the list type, an optional substring filter, or a single-domain check, and filters run as each domain is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
"maxItems": 10,
"list": "domains"
}

A larger pull:

{
"maxItems": 200,
"list": "domains"
}

Pricing

Pay-per-result: $0.012 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$1.20
1,000 results$12.00
10,000 results$120.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Disposable Email Domains Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Disposable Email Domains through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/disposable-email-domains-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your substring filter. It is case-insensitive but must match part of a domain. If you used 'Check Single Domain', ensure the domain is spelled correctly without a scheme like http://.

The single-domain check returned false, but I know it is disposable.

The domain might not be on the selected list. Try switching the 'List' input to 'Strict' for the broadest coverage.

I set maxItems to 1000000 but got fewer rows.

The blocklist may have fewer domains than your maxItems. The Actor returns all available domains up to that limit.

The SHA1 list returns hashed values, not domain names.

That is expected. The SHA1 list contains hashed domain names for privacy. Use the 'Domains' list if you need plain text domains.

FAQ

QuestionAnswer
What is a disposable email domain?A domain that provides temporary, throwaway email addresses, often used to bypass signup forms or avoid spam.
Which blocklist does this Actor use?It pulls from the public disposable-email-domains project on GitHub, which maintains several lists: default, MX-verified, strict, and SHA1 hashed.
How do I check if one domain is disposable?Set the 'Check Single Domain' input to the domain, like mailinator.com. The Actor returns one row with a boolean result.
Can I filter domains by a substring?Yes, use the 'Domain Substring Filter' input. It is case-insensitive and returns only domains containing that string.
What is the difference between the list types?Domains is the default blocklist. MX-verified includes only domains with currently resolving MX records. Strict is the broadest superset. SHA1 returns hashed domain names.
How many domains can I get in one run?Set 'Maximum domains' up to 1,000,000. The default is 10.
Do I need an API key or login?No. The Actor reads the public blocklist directly, so no registration or key is required.
What output formats are supported?You can export the results to CSV, JSON, Excel, or XML from the Apify dataset.
How often is the blocklist updated?The source project updates regularly. Each run of this Actor fetches the latest version at that moment.
Can I schedule this Actor to run daily?Yes, use Apify's scheduler to run it on a cron, and store the results in a dataset or key-value store.

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by disposable-email-domains. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.