简体   繁体   中英

Getting jobs list from Linkedin API

I'm trying to fetch/search jobs from the Linkedin API. After creating an app, verifying it and getting an access-tokens (2-legged authorization)

I've also tried logging using the Member Authorization (3-legged authorization), but nothing was better.

  1. What's the API for getting jobs?
  2. What type of authorization do I require?
  3. What am I doing wrong?

Thanks everyone!

  1. With v2 the correct endpoint would be https://api.linkedin.com/v2/recommendedJobs https://developer.linkedin.com/docs/guide/v2/jobs/recommended-jobs#retrieve-recommended-job
  2. You need r_JYMBII permission but that is not given to any app. You need to manually request that in behalf of your app in linkedin's developer admin panel.
  3. First you tried using v2 API without the proper permission than you tried using v1 which is no longer available and than when you tried using v2 you used the old endpoint which doesn't exist under v2.

To be fair the v2 is a LOT more restrictive than v1 and from my experience it will take a lot of time to get permission from linkedin to use any permission apart from r_liteprofile , r_emailaddress and w_member_social that are the ones it gives by default to perform sign in and share.

https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin?context=linkedin/consumer/context

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM