Proxycurl Search May 2023 - Results Now 67% Cheaper & More Learn more
Fetch personal phone number, personal and work email addresses, social media profiles of anyone
with a LinkedIn profile through Proxycurl's Contact API
curl -X GET -H 'Authorization: Bearer <API_KEY>' 'https://nubela.co/proxycurl/api/v2/linkedin?url=https%3A%2F%2Flinkedin.com%2Fin%2Fjohnrmarty'
Fetch personal mobile numbers of prospects. Personal mobile numbers are useful for cold calls.
curl -X GET -H 'Authorization: Bearer <API_KEY>' 'https://nubela.co/proxycurl-dev/api/contact-api/personal-contact?linkedin_profile_url=https%3A%2F%2Flinkedin.com%2Fin%2Fjohnrmarty'
{
"numbers": ["9707495020"]
}
Get the latest verified work emails of prospects as they hop between jobs. Work emails are useful for cold email outreach.
curl -X GET -H 'Authorization: Bearer <API_KEY>' 'https://nubela.co/proxycurl-dev/api/linkedin/profile/email?linkedin_profile_url=https%3A%2F%2Flinkedin.com%2Fin%2Fjohnrmarty'
{
"email_queue_count": 0
}
Personal emails are useful for recruitment outreach or retargeting via custom audience lists with Facebook ads.
curl -X GET -H 'Authorization: Bearer <API_KEY>' 'https://nubela.co/proxycurl-dev/api/contact-api/personal-email?email_validation=include&linkedin_profile_url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fjohnrmarty'
{
"emails": ["[email protected]"],
"invalid_emails": []
}
Discover Facebook, Twitter and Github accounts of you LinkedIn prospects.
curl -X GET -H 'Authorization: Bearer <API_KEY>' 'https://nubela.co/proxycurl-dev/api/v2/linkedin?url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fadmir-durmishi%2F&fallback_to_cache=on-error&use_cache=if-present&skills=include&inferred_salary=include&personal_email=include&personal_contact_number=include&twitter_profile_id=include&facebook_profile_id=include&github_profile_id=include&extra=include'
{
...
"extra": {
"github_profile_id": "github.com/durmisi",
"twitter_profile_id": "twitter.com/durmisi",
"facebook_profile_id": "facebook.com/admir.durmishi"
},
...
}
Here's what we've been up to recently.
In our API, a 404 is considered a successful query, despite being classified as an error code. You can check our API reference manual sections on credits and status codes for official documentation at any time, but here we will explain the why of this policy. When a request comes
1 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