Linkedin API to get public data

前端 未结 2 1128
深忆病人
深忆病人 2021-01-12 10:56

I want to use the Linkedin API to get details of jobs posted by any company. This data seems to be public, so do I need to integrate Oauth?

2条回答
  •  难免孤独
    2021-01-12 11:35

    The data is not quite public. You need an API key and you need oAuth to make API calls. Probably you dont need it if you just want the public profiles. Read the docs (RTFM).

    http://developer.linkedin.com/rest

    http://developer.linkedin.com/documents/job-search-api

提交回复
热议问题