Companies Results

It fetches the companies data on search results page.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

linkedin.companies_results()
Returns

{“body”: [{‘CompanyLink’: ‘CompanyLink’, ‘Followers’: ‘Followers’, ‘Type’: ‘Type’, ‘Title’: ‘Title’}], “success_score”: “100”, “errors”: []}

Return type

dict