Introducing Proxycurl's Customer API Learn more

Find and Enrich Profiles on People with People API

Enrich LinkedIn profiles; identify people from emails or names; search for prospects; get profile pictures.

People API Illustration
Loading...
Loading Captcha...
Read API Docs for People API

Not a developer? Sapiengraph ↗ is a Google Sheet addon that grants you Proxycurl powers.

People API / use-case Story

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 story

Person Lookup Endpoint

Identify people by a person's name and company information.

Input
bill, gates, gatesfoundation

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'

Output
LinkedIn URL
linkedin.com/in/williamhgates


Loading...
Loading Captcha...
Read API Docs for Person Lookup Endpoint

Person Profile Endpoint

Enrich a personal profile with structured data

Input
linkedin.com/in/williamhgates
  
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'
  

Output
company logo

Bill Gates

Co-chair, Bill & Melinda Gates Foundation

Personal Email

Personal Number

Industry

Articles

Extra

Other



Loading...
Loading Captcha...
Read API Docs for Person Profile Endpoint
People API / use-case Story

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 story

Role Lookup Endpoint

Identify the decision maker of a given role in a target company

Input
co-chair, gates foundation
  
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'
  

Output
LinkedIn URL
linkedin.com/in/williamhgates


Loading...
Loading Captcha...
Read API Docs for Role Lookup Endpoint

Person Profile Picture Endpoint Free

Get the profile picture of a Person

Input
linkedin.com/in/williamhgates
  
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/'

Output

Person profile picture

Profile picture

Loading...
Loading Captcha...
Read API Docs for Person Profile Picture Endpoint
Data-driven illustration
Powered by Proxycurl

Other Endpoints related to People

Scrape LinkedIn profiles; get contact Information; get venture funding data; list jobs
Loading...
Loading Captcha...
See API Cheatsheet

Featured Articles

Here's what we've been up to recently.