Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does the LinkedIn API cover University pages?

Title pretty much says it all. Is there any way to access the feed/ updates of a university page on LinkedIn?

The only mention of university on their developer site is their Alumni widget.

like image 803
Andrew Rockwell Avatar asked Oct 31 '22 02:10

Andrew Rockwell


1 Answers

In one word: No.

With all the currently available endpoints of the API, there seems to be no endpoint for University pages. You can check all the available endpoints here.

I tried accessing the University page by using the Company page endpoint and some random University's id, and as expected, it does not work. You can test it on your own at the link mentioned above.

So, either the University page needs to be changed to a Company page or there is no scope from the available API to get the data.

Even if the page is a company page, you will need the admin permission to access it. You can check all the details related to company page here.

like image 75
Jagrut Avatar answered Nov 27 '22 00:11

Jagrut