LinkedIn API 获取公司的所有员工? [英] LinkedIn API get all employees in company?

查看:43
本文介绍了LinkedIn API 获取公司的所有员工?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以获得公司所有员工的列表?不仅在当前用户网络中.像这样的搜索返回:

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

这在主要的 LinkedIn 网站上是可能的,所以我不明白为什么它不会出现在 API 中?

解决方案

您可以使用 'company-name' 字段选择器并设置 'current-company'将字段选择器设置为 True 以检索您网络中的员工:

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

这将获取目前在 Apple 工作的所有员工.

但是,人物搜索 API 是领英审查 API 访问计划的一部分.您必须在此处申请并获得领英的批准才能使用此 API.>

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?

解决方案

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.

这篇关于LinkedIn API 获取公司的所有员工?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆