Retrieve job postings for a specific company using LinkedIn's API

后端 未结 5 1082
囚心锁ツ
囚心锁ツ 2021-02-04 14:03

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

5条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-04 14:47

    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.

提交回复
热议问题