Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linkedin API - Search post by keyword

I try to connect my web application with Linkedin through Linkedin API for PHP. Is there any way to search for people's publications by keyword using this?

If this can be done, I haven't found the way to do it.

like image 461
flower Avatar asked Oct 20 '22 11:10

flower


1 Answers

I don't think they have this native so they can avoid scrapping.

You can extract all publications https://developer.linkedin.com/documents/get-network-updates-and-statistics-api and process the results and leave only the ones that have the keyword you are searching for.

like image 106
CGeorges Avatar answered Oct 23 '22 04:10

CGeorges