Get Feed

It fetches the post content on linkedin feed page.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

linkedin.get_feed()
Returns

{“body”: [{‘Post Content’: ‘Post Content’, ‘UserLink’: ‘UserLink’, ‘User Name’: ‘User Name’}], “success_score”: “100”, “errors”: []}

Return type

dict