I want to create a python program that simply checks if there was a new post on a certain linkedIn profile and then prints out the title and link of that post. It’s not necessarily a company profile, could just be any user on linkedIn.
I tried it through the LinkedIn Developer Platform but it requires me to create an App specifically for a company, so I can’t create an app for a “normal” profile. Apparently a webhook should also be accessable here but no “webhook tab” shows up for me.
I also thought about scraping but it is specifically stated that it is prohibited without being whitelisted and I don’t wanna wait for any of that. Besides, scraping seems to be at most a questionable way to go about this.
The best option seems to be with the LinkedIn Posts API but I can’t figure out how to get the URN for a profile.
Any ideas to the above or completely new suggestions are very welcomed!