Search Posts

It searches the keyword passed in keyword and opens content.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

linkedin.search_posts(keyword='Data Science')
Parameters

keyword (str) – Keyword need to be searched like hr,python

Returns

{“body”: {}, “success_score”: “100”, “errors”: []}

Return type

dict