LinkedIn Jobs API详细信息 [英] LinkedIn Jobs APIs details

查看:85
本文介绍了LinkedIn Jobs API详细信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我代表一个组织.我们正在为学生构建移动应用程序,并且想知道是否存在将链接的职位发布集成到我们的应用程序中的方法.如果围绕该功能公开了任何REST API,则希望获取有关这些API的更多详细信息.

我们正在寻找以下功能:
-从链接的API获取职位发布.
-搜索或过滤它们.
-向用户提供一个选项以申请此类发布.

解决方案

更新:LinkedIn已更新其API,但在LinkedIn的新API中找不到与获取LinkedIn Jobs相关的任何信息.根据此Zapier帖子,Zapier是由于API更改,删除与新作业"相关的触发器.此外,Zapier 删除了与创建,获取或更新LinkedIn Jobs相关的所有集成..>

换句话说,LinkedIn删除了从LinkedIn Rest API获取职位发布的功能.

旧答案:我刚刚完成了自定义一个WordPress插件的工作,该插件当前可以获取LinkedIn公司更新,现在可以从LinkedIn REST API中获取LinkedIn公司的职位发布.

您要进行的关键API调用如下:获取: https://api.linkedin.com/v1/companies/{id}/updates?format = json

重要:在发出GET请求时,请确保将event-type参数设置为发布作业.

有关此端点的所有参数的更多信息,请访问 https://developer.linkedin.com/docs/company-pages#company_profile .

I represent an organization. we are building mobile app for students and would like to know if there is a way to integrate linked-in job postings to our APP. If any REST APIs exposed around that feature then would like to get more details about those APIs.

We are looking for following feature:
- Get the job posting from linked-in API.
- Search or Filter them.
- Provide an option to the user to apply for such posting.

解决方案

UPDATE: LinkedIn has updated its API and I couldn't find any information related to getting LinkedIn Jobs in LinkedIn's new API. According to this Zapier post, Zapier is removing triggers related to New Jobs because of the API changes. In addition, Zapier removed all integrations related to creating, getting, or updating LinkedIn Jobs.

In other words, LinkedIn has removed the ability to get job postings from the LinkedIn Rest API.

OLD ANSWER: I just finished up customizing a WordPress Plugin that currently gets LinkedIn Company Updates to now get LinkedIn Company job postings from the LinkedIn REST API.

The key API call for you to make would be the following: GET: https://api.linkedin.com/v1/companies/{id}/updates?format=json

IMPORTANT: Make sure to set the event-type parameter to job-posting when making your GET request.

There is more information on all of the parameters for this endpoint at https://developer.linkedin.com/docs/company-pages#company_profile.

这篇关于LinkedIn Jobs API详细信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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