使用 LinkedIn 的 API 检索特定公司的招聘信息 [英] Retrieve job postings for a specific company using LinkedIn's API

查看:25
本文介绍了使用 LinkedIn 的 API 检索特定公司的招聘信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以访问公司在 ID 中的唯一链接,并希望能够搜索其招聘信息;但是,job-search 调用的唯一与公司相关的输入是 company-name,并且 companys 调用似乎没有提供工作输出中的帖子.

I have access to a company's unique linked in ID and would like to be able to do a search for its job postings; however, the only company-related input for the job-search call is company-name, and the companies call does not appear to offer job postings in the output.

我唯一的选择是使用 companys 调用获取公司名称,然后使用获取的公司名称单独调用(然后对每个返回的工作进行后续调用,以便我可以获得职位名称)?

Is my only option to use the companies call to get the company name and then make a separate call with the acquired company name (and then subsequent calls for each returned job so that I can get the title of the position offering)?

我也可以访问我网站上的公司名称,但我的数据与 LinkedIn 之间的任何差异都可能返回其他公司的帖子或错过我想要的帖子.

I also have access to the company's name on my site, but any discrepancy between my data and LinkedIn's could return postings for other companies or miss the postings I want.

推荐答案

LinkedIn 可能有一天会改进他们的 API 来处理请求,例如这里需要的请求.但就目前而言,根据公司 ID 获取公司所有职位发布的唯一方法是进行 2 个单独的初步调用(一个使用公司 ID 获取公司名称,然后第二个获取基于公司的所有职位)公司名称).然后,必须为第二次调用返回的每个作业 ID 再次调用 API.

LinkedIn may someday improve their API to handle requests such as the one needed here. But for now, it looks like the only way to get all job postings for a company based on the company ID is to make 2 separate preliminary calls (one to acquire the company name using the company ID, then a second to acquire all jobs based on the company name). Then another call to the API must be made for each job ID returned by the second call.

这篇关于使用 LinkedIn 的 API 检索特定公司的招聘信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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