DEV Community

Cover image for Detect Disposable Emails using API for Free
Ashutosh sharma
Ashutosh sharma

Posted on

Detect Disposable Emails using API for Free

Hello community , I built a Disposable Email detector which you can use for free - Link .

When building a Product we always have to filter out the fake signups and filter spams , well this is what it does . Call the endpoint with the email address and it tells you if its disposable saving you bucks and spams.

Limitations - This is a free and open service , it does not verify the MX , all we do is just check for existing disposable email that exists worldwide .

Even with this filtering there is a lot of spam that you can filter as regular users always try to first use the disposable which is fine but to prevent the spam and also have a genuine user base I felt this first layer would work even with a simple check.

The disposable emails that are existing is always updated in frequent intervals so that its updated .

Hope this helps the community , feel free to use it and feedback is much appreciated .

Top comments (0)