Proxycurl Search May 2023 - Results Now 67% Cheaper & More Learn more
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.
There is not a maximum length for individual parameters of a search query; rather, there is a maximum length for the entire query. This length is 4094 characters. You may allocate the characters between the fields any way you like, so the fewer parameters you have, and the shorter most
6 MIN READ
When we first announced Proxycurl Search last month, we told you we were just getting started. Now we're making good on that promise with a huge update, including: Search is now over 67% cheaper per result returned! Enrichment is now live You can now search companies by funding
5 MIN READ
Our Employee/Student Listing API endpoint relies on LinkDB, a database that exclusively gathers public LinkedIn profiles. Consequently, the data we can provide is only as comprehensive as the content available in LinkDB.LinkedIn's specific heuristics for associating an individual with their employer are not transparent to us.
1 MIN READ