The intention of this project is to sweep temporary and fake email addresses from registrations. We collect fake email providers and their domains and want to publish them here in different formats. We want that site owners use this repo as reliable source to find out all fake/temp provider registration attempts.
There are other lists like https://gist.github.com/adamloving/4401361 , https://disify.com/ , https://github.com/wesbos/burner-email-providers , https://github.com/disposable-email-domains/disposable-email-domains , https://github.com/elliotjreed/disposable-emails-filter-php - they do work with submissions. This is greatly appreciated service for the community. We want to thank to them. FakeFilter has different approach: we do actively monitor all known providers and get their domains almost realtime and distribute daily. All our system is automated. Your help is still required; if you submit us new providers, we will write services to watch those providers REALTIME. Users do have rights to fake their emails, but also service providers do have the right to know about this fact. We have nothing against free/fake services, this service aims to be automated and reliable.
Amount of coverage, actions against all known Disposable Email Providers per Day
Number of unique known validated Disposable Domains in Total at given Day
Please help us to add new Providers to this list, simply create an issue with the title as providers main sitedomain, this way we can group them by domain. Your help is appreciated.
We have implemented a RESTful API, you can check the API at fakefilter.net. This database is aimed to serve realtime, so once we detect a new domain, this API will have it. We recommend using the Offline format as backup since we cannot guarantee the uptime.
You may use one of these formats to have access to the information flow in your favorite programming language:
Json This format supports firstseen,lastseen,randomSubdomain properties
We have implemented npm/javascript interface for Javascript Developers
npm i --save fakefilter
Demo:
const { isFakeDomain, isFakeEmail } = require('fakefilter')
console.log(isFakeDomain('domain.com'))
console.log(isFakeEmail('[email protected]'))
Test:
node index.js