Linkedin rest api to search people with name

2019-02-17 01:57发布

Is there any LinkedIn Rest API available to search people with first and last name?

I am not able to find anything on their developer website.

I found this url from some other question: http://api.linkedin.com/v1/people-search:(people:(id))?first-name=bill&last-name=gates

But when I am trying to hit this url from APIGee REST console I am getting response as 403 permission denied. I am using oAuth with my LinkedIn account.

I am currently using free account on LinkedIn, is because of that.

2条回答
2楼-- · 2019-02-17 02:35

You have to get Vetted API access from Linkedin in order to do People Search. For more information please look into this link

查看更多
The star\"
3楼-- · 2019-02-17 02:38

Linked has closed its API some time ago. See a detailed announcement here.

查看更多
登录 后发表回答