Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LinkedIn API: GET public profile from e-mail

I'm using R to connect with the LinkedIn API. I'd like to pass it the email of a user and retrieve that user's public profile. I've gone through the documentation here, but have found nothing useful on the subject.

I'm sure that this is somehow possible because Rapportive has been doing it for a long time. Any help would be appreciated!

like image 854
Sekoul Avatar asked Jan 17 '15 16:01

Sekoul


1 Answers

There are three ways to match a user's email address with a LinkedIn profile.

  1. Have a special partnership with LinkedIn which allows you access to non-public API functions. This is very hard, and per my understanding, they only consider big guys (Startups with serious funding, established companies...)

  2. Retrieve the user's details from another social network via email (Facebook used to allow that, not sure these days), and then perform a faceted search in LinkedIn's API using details other than the email (name, job title, location...) . You will get accurate results lots of times.

  3. Use a 3rd party service such as fullcontact.com in order to get you those results.

I'm not sure if you'll be breaking any LinkedIn TOS, it all depends on what you're trying to achieve. So make sure you thoroughly read their TOS.

like image 194
Samer Bechara Avatar answered Nov 14 '22 12:11

Samer Bechara