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'
With Proxycurl, you can use the Person Search Endpoint and Person Profile Endpoint to search for prospects that meet your criteria, enrich the results with their respective email addresses, and then export the results into a .CSV file for cold emailing. All on autopilot.
Learn howFetch 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/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/api/linkedin/profile/email?linkedin_profile_url=https%3A%2F%2Flinkedin.com%2Fin%2Fwilliamhgates'
{
"email": "[email protected]",
"status": "email_found",
"profile_url": "https://www.linkedin.com/in/williamhgates",
}
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/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, LinkedIn, and Twitter from the prospect's phone number.
curl -X GET -H 'Authorization: Bearer <API_KEY>' 'https://nubela.co/proxycurl/api/resolve/phone?phone_number=+14155552671'
{
"linkedin_profile_url": "www.linkedin.com/in/admir-durmishi",
"twitter_profile_id": "twitter.com/durmisi",
"facebook_profile_id": "facebook.com/admir.durmishi"
}
With Proxycurl, you can use the Personal Contact Number Lookup Endpoint to automatically enrich your prospects' social media profiles with their respective personal phone numbers for cold calling.
Learn howGet personal phone numbers, work & personal email addresses, social media profiles using custom spreadsheet formulas.
Here's what we've been up to recently.
Learn all about the Professional Social Network API, with comprehensive Python code demos. Dive into the world of Professional Social Network APIs, official and third-party alternatives, and understand how to access and utilize Professional Social Network profile data through Python code examples.
15 MIN READ
💡Old post - republished with new content You are probably reading this article because you are seeking a solution to fetch fresh Professional Social Network profile data at scale. In this article, I'll introduce and provide a cursory review of the top 5 Professional Social Network scraping API
6 MIN READ
In this first chapter of the "Ultimate Guide to the Professional Social Network API" series, my goal is to get your product integrated with Professional Social Network API without the need to be approved as a Professional Social Network Partner. This guide is intended for software engineers comfortable
11 MIN READ