LinkedIn API get all employees in company?

十年热恋 提交于 2019-12-04 13:07:53

问题


Is it possible to get a list of all employees in a company? Not only in the current users network. Like this search returns:

http://api.linkedin.com/v1/people-search?company-name=Apple

This is possible on the main LinkedIn site so i can't see why it wouldn't be in the API?


回答1:


You can use the 'company-name' field selector and set the 'current-company' field selector to True in order to retrieve employees in your network:

GET http://api.linkedin.com/v1/people-search?company-name=Apple&current-company=true

This will fetch all employees at Apple who are currently working there.

But ,People Search API is a part of LinkedIn's Vetted API Access Program. You must apply here and get LinkedIn's approval before using this API.



来源:https://stackoverflow.com/questions/18785854/linkedin-api-get-all-employees-in-company

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