LinkedIn API: GET public profile from e-mail

ⅰ亾dé卋堺 提交于 2019-12-05 01:08:01

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!