Get Company Profile
It fetches the profile of the company passed in company_link
.
body: returns data
success_score: api success rate
errors: errors encountered in api
Here is the code:-
- linkedin.get_company_profile(company_link='https://www.linkedin.com/company/microsoft/')
- Parameters
company_link (str) – Company link whose data need to be fetched
- Returns
{“body”: {‘Location’: ‘Location’, ‘Company Name’: ‘Company Name’, ‘Industry’: ‘Industry’, ‘Info’: ‘Info’, ‘Followers’: ‘Followers’, ‘Overview’: ‘Overview’, ‘Type’: ‘Type’, ‘Founded’: ‘Founded’, ‘Website’: ‘Website’, ‘Company Size’: ‘Company Size’, ‘Specialities’: ‘Specialities’}, “success_score”: “100”, “errors”: []}
- Return type
dict