Get Comments

It fetches the comments of the post currently opened in browser.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

linkedin.get_comments()
Returns

{“body”: [{‘User Link’: ‘User Link’, ‘Comment’: ‘Comment’, ‘UserName’: ‘UserName’, ‘Info’: ‘Info’}], “success_score”: “100”, “errors”: []}

Return type

dict