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/[email protected]'
{
"is_disposable_email": true,
"is_free_email": true
}
$ curl \
-X GET \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://nubela.co/proxycurl/api/[email protected]'
{
"is_disposable_email": false,
"is_free_email": true
}
$ curl \
-X GET \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://nubela.co/proxycurl/api/[email protected]'
{
"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.
Let's kick off this article with a demo. Run the following command to see what an enriched LinkedIn profile looks like when accessed through a 3rd-party LinkedIn API: $ curl \ -G \ -H "Authorization: Bearer demo-bearer-token" \ 'https://nubela.co/proxycurl/api/v2/linkedin' \ --data-urlencode 'linkedin_profile_url=https://www.linkedin.com/in/
13 MIN READ
We have good news for you! We've added two smaller denominations of auto top-ups: * $10 * $50 Some of you are working hard to scale up your businesses and applications, while thoroughly enjoying using our products doing so. These two new options could help you manage the costs better vs the
1 MIN READ