Disposable Email Domains Scraper
Pricing
from $9.00 / 1,000 result items
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
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 it | What they scrape Disposable Email Domains for |
|---|---|
| Email marketers | Clean their lists before a campaign to protect sender reputation |
| SaaS founders | Block throwaway signups on their free trial |
| Fraud analysts | Flag accounts registered with disposable addresses |
| Data engineers | Sync 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 key | Pull the public blocklist without registration or rate limits |
| Always current | Each run fetches the latest list from the source |
| Flat schema | Every domain is one row, ready for CSV or database import |
| Flexible output | Export 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 Scraper | Build it in-house | By hand | |
|---|---|---|---|
| Setup | Run it now, zero config | Days of engineering | None, but hours per pull |
| When Disposable Email Domains changes | Maintained for you | You fix it | You re-learn the page |
| Proxies, retries, anti-bot | Built in | Your problem | Browser only |
| Output | Fixed JSON schema, CSV/Excel export | Whatever you build | Copy-paste |
| Cost | Pay per result | Engineering time | Analyst 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 collected | Approximate 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
- Create a free Apify account with $5 in credit.
- Open the Disposable Email Domains Scraper.
- Set your inputs and any filters, then click Start.
- 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
| Question | Answer |
|---|---|
| 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. |
Related actors
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.
