* Disclaimer: LinkedIn, Facebook and Twitter are registered trademarks of various companies not affiliated with Proxycurl. Proxycurl is not affiliated with, endorsed by, or sponsored by these companies.
Tired of data gaps? Use this method to enrich all your CRM contacts automatically
Practically every company has a CRM in some shape or form. Priorities are however often placed on growing the size of CRM (quantity), over the information available of each person (quality). Both are equally important. CRM enrichment needs not be expensive or complex like many solutions out there (HubSpot). Proxycurl's Person Profile Endpoint automates CRM data enrichment at scale, so companies can focus on closing deals and let the quality data populate itself.
Continue storyIdentify people by a person's name and company information.
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://nubela.co/proxycurl/api/linkedin/profile/resolve' \
--data-urlencode 'company_domain=gatesfoundation.org' \
--data-urlencode 'first_name=Bill' \
--data-urlencode 'similarity_checks=include' \
--data-urlencode 'enrich_profile=enrich' \
--data-urlencode 'location=Seattle' \
--data-urlencode 'title=Co-chair' \
--data-urlencode 'last_name=Gates'
Enrich a personal profile with structured data
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://nubela.co/proxycurl/api/v2/linkedin' \
--data-urlencode 'url=https://www.linkedin.com/in/williamhgates/' \
--data-urlencode 'fallback_to_cache=on-error' \
--data-urlencode 'use_cache=if-present' \
--data-urlencode 'skills=include' \
--data-urlencode 'inferred_salary=include' \
--data-urlencode 'personal_email=include' \
--data-urlencode 'personal_contact_number=include' \
--data-urlencode 'twitter_profile_id=include' \
--data-urlencode 'facebook_profile_id=include' \
--data-urlencode 'github_profile_id=include' \
--data-urlencode 'extra=include'
Co-chair, Bill & Melinda Gates Foundation
Personal Email
Personal Number
Industry
Articles
Extra
Other
How Salesforge.ai mastered the art of email personalization using ChatGPT
Email personalization today is no longer enough to just specify recipients' name at the start with the rest of the email following a same template. You need to provide actual individualized value to the prospect to succeed nowadays, otherwise, you’ll simply be ignored. A rich data profile that gives you the full picture on your prospect will help you do this. Salesforge.ai uses us for this, and gets their data at scale via Proxycurl's Person Profile Endpoint, and then they feed the information to ChatGPT to create personalized emails for each recipient. Best part? It's all automated.
Continue storyIdentify the decision maker of a given role in a target company
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://nubela.co/proxycurl/api/find/company/role/' \
--data-urlencode 'role=co-chair' \
--data-urlencode 'company_name=gates foundation' \
--data-urlencode 'enrich_profile=enrich'
Get the profile picture of a Person
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://nubela.co/proxycurl/api/linkedin/person/profile-picture' \
--data-urlencode 'linkedin_person_profile_url=https://www.linkedin.com/in/williamhgates/'
Person profile picture
* Disclaimer: LinkedIn, Facebook and Twitter are registered trademarks of various companies not affiliated with Proxycurl. Proxycurl is not affiliated with, endorsed by, or sponsored by these companies.
Here's what we've been up to recently.
Learn all about the LinkedIn API, with comprehensive Python code demos. Dive into the world of LinkedIn APIs, official and third-party alternatives, and understand how to access and utilize LinkedIn profile data through Python code examples.
13 MIN READ