Disposable Email Checker
Pricing
Pay per usage
Disposable Email Checker
Checks if email addresses belong to disposable/temporary email services.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Kevin Lewis
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
A simple Apify Actor that checks if email addresses belong to disposable or temporary email services. It fetches the latest list of disposable domains from disposables.app and returns whether each email address is disposable.
Why use Disposable Email Checker?
Disposable email addresses are commonly used to bypass signup validation, create fake accounts, or spam systems. This actor helps you:
- Validate user registrations — Block signups from temporary email providers
- Clean your mailing lists — Remove disposable addresses before sending campaigns
- Reduce spam — Filter out users who use throwaway addresses
- Protect your forms — Prevent automated abuse via temporary inboxes
How to use
- Provide an array of email addresses in the input
- Run the actor
- Download the results as JSON, CSV, HTML, or Excel
Input
| Field | Type | Description |
|---|---|---|
emails | string[] | Array of email addresses to check |
Example input
{"emails": ["test@mailinator.com", "user@gmail.com"]}
Output
Each email address is returned with a disposable boolean:
[{ "email": "test@mailinator.com", "disposable": true },{ "email": "user@gmail.com", "disposable": false }]
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
Data table
| Field | Type | Description |
|---|---|---|
email | string | The email address that was checked |
disposable | boolean | true if the domain is a known disposable service |
Tips
- The disposable domains list is fetched fresh from disposables.app on each run, ensuring up-to-date results
- Works with any email address format; invalid addresses will return
false - Combine with other actors in a task for automated workflows
FAQ, disclaimers, and support
This actor relies on the disposables.app API. The accuracy depends on the maintainers of that dataset. For questions, feature requests, or bug reports, please use the Issues tab on the Apify Store. Need a custom solution? Contact the author.