'Is it possible to retrieve LinkedIn Posts / Shares based on keywords from the API?

I know scraping LinkedIn is not permitted. But I see that you're able to retrieve shares based on someone's profile ID, but is it also possible to retrieve shares based on keywords? Or is there a workaround where I can first get all profile ID's / Vanitynames based on a specific search and then get the shares / post content based on these ID's?

Thanks!



Solution 1:[1]

As far as i know linkedin is very strict in scrapping their data. I think there is no retrieving based on keyword. You can retrive all then , use filter to sort.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Sandeep Bhat