Fresh Data Is Here for Person, Company & Employee Search API Endpoints Learn more

LinkedIn Email Finder

Find email addresses of a LinkedIn profile

Loading...
Sample result
b****g*****@micro****.com
profile picture
Bill Gates
Co-chair, Bill & Melinda Gates Foundation Seattle, Washington, United States of America

Result Found

profile picture

Disclaimer: PII is blurred as this is a public-facing website. When you use our endpoint, you will get complete information.

Additional data points available (contact info, skills, certifications, etc). See docs.

          
            curl \
            -G \
            -H "Authorization: Bearer ${YOUR_API_KEY}" \
            'https://nubela.co/proxycurl/api/v2/linkedin' \
            --data-urlencode 'linkedin_profile_url=https://www.linkedin.com/in/williamhgates/
 

Need to view more profiles?

Loading...
Loading Captcha...

Fast

Our real-time API responds in ~2s.

Scalable

Make concurent requests, up to 300 requests / minute.

Well-documented and designed

We sprinkle sample code and sample responses with every API endpoint.

Result not found

Disclaimer: PII is blurred as this is a public-facing website. When you use our endpoint, you will get complete information.

Additional data points available (contact info, skills, certifications, etc). See docs.

Person Profile Endpoint / use-case Story

How to get LinkedIn profiles contact information at scale, with downloadable code

LinkedIn allows you to get contact information of their member profiles, but through exorbitant and highly-restrictive LinkedIn own’s products, such as InMail. Many third-party API such as our own Proxycurl Contact API can pull contact data of profiles - personal and work emails and even contact numbers. In the article, we shared the full working code to a Django app that does just that.

Continue story

Automate Email Finding with API

Given a LinkedIn profile URL, get a list of email addresses.

Input
https://www.linkedin.com/in/williamhgates

  curl \
  -G \
  -H "Authorization: Bearer ${YOUR_API_KEY}" \
  'https://nubela.co/proxycurl/api/contact-api/personal-email' \
  --data-urlencode 'linkedin_profile_url=https://www.linkedin.com/in/williamhgates/'

Output
company logo

Bill Gates

Co-chair, Bill & Melinda Gates Foundation


  {
    "emails": [
        "bill*@mi*ro*oft.com",
        "bi*l.g*te*@gatesf*un**ti*n.org"
    ],
    "invalid_emails": []
}
Person Profile Endpoint / use-case Story

How to programmatically generate leads & write personalized cold emails

In this article, we dived into the greater world of prospecting and cold emailing, beyond just getting contact information. Using a series of API endpoints such as Person Search Endpoint to find potential leads, then enrich the profile with contact data using Email Lookup Endpoint. Finally, using ChatGPT to automate writing compelling, personalized cold emails.

Continue story

Simple, fair pricing.

Companies of all sizes need access to Proxycurl, so we have a flexible pricing system for any size of project or company.

Pay as you go
Starts from
$ 0.009 / credit

3 credits / request

See Pricing Table
Enterprise
Volume pricing available

Annual contracts

Send Email

Featured Articles

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