If you run a SaaS product with a free trial like us, then you might experience fraudulent registrations from disposable emails abusing free trials. Use our Disposable Email Checker API to identify the origin of an email address and differentiate between real users and fraudulent users.
Block all new user registrations with disposable emails.
Prioritize outreach to new B2B users.
Do you serve a B2B market? Perform email validation on email fields to enforce users sign up with work emails only.
$ curl \
-X GET \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://nubela.co/proxycurl/api/disposable-email?email=test%40email.com'
{
"is_disposable_email": true,
"is_free_email": true
}
$ curl \
-X GET \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://nubela.co/proxycurl/api/disposable-email?email=steven%40gmail.com'
{
"is_disposable_email": false,
"is_free_email": true
}
$ curl \
-X GET \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://nubela.co/proxycurl/api/disposable-email?email=steven%40nubela.co'
{
"is_disposable_email": false,
"is_free_email": false
}
Companies of all sizes need access to Proxycurl, so we have a flexible pricing system for any size of project or company.
Rate limit: 300 requests/5 minutes
Here's what we've been up to recently.
Proxycurl is almost three years old, and we are marching towards 5 million (USD) in annual recurring revenue (ARR). In this post, I will tell you exactly how we got here. Proxycurl is a Software-as-a-Service (SaaS), and we sell data enrichment services on people and businesses to other businesses looking
7 MIN READ
What do you think of when you first hear "early-stage" startup? A startup with an idea? An MVP? Some revenue, maybe? The answer is, it depends. For instance, YC (YCombinator) invests in "early-stage" startups with some of them post-revenue while some of them being nothing more
11 MIN READ