LinkedIn Company Profile
Get a LinkedIn company profile as JSON - name, about, website, industries, specialties, size, employee and follower counts, headquarters, all office locations, featured employees, and similar and affiliated companies. Provide `company` or `url`. Costs 1 credit.
POST/api/v1/linkedin/company
Authorizations
AuthorizationstringheaderrequiredBearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).
Body
application/jsoncompanystringCompany universal name (slug) from the company profile URL.
Example: microsoft
urlstringProvide company or url. Full LinkedIn company URL, as an alternative to company.
Example: https://www.linkedin.com/company/microsoft/
Request
from scavio import ScavioClient
client = ScavioClient(api_key="sk_live_your_key")
results = client.linkedin.company(company="microsoft")
print(results)Response
"id": "1035",
"universal_name": "microsoft",
"name": "Microsoft",
"description": "Microsoft | 28,753,720 followers on LinkedIn. Every company has a mission. What's ours? To empower every person and every organization to achieve more.",
"about": "Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter ...",
"website": "https://news.microsoft.com/",
"website_domain": "news.microsoft.com",
"company_size": "10,001+ employees",
"organization_type": "Public Company",
"employee_count": 233327,
"follower_count": 28753720,
"headquarters": "Redmond, Washington",
"logo": "https://media.licdn.com/dms/image/v2/D560BAQH32RJQCl3dDQ/company-logo_200_200/B56ZYQ0mrGGoAM-/0/1744038948046/microsoft_logo?e=2147483647&v=beta&t=ts9MGrTk7Lz3R1bmAfzCL8euuuuPWPCoXfdiLA2_IzM",
"cover": "https://media.licdn.com/dms/image/v2/D4E3DAQGWOa_gAs1qXg/image-scale_325_1920/B4EZ8ZTX5SJEAI-/0/1782835937311/microsoft_cover?e=2147483647&v=beta&t=z_r5wUburw7hBaw0p2LprNAGNhvq22Evh-q5biHXpYM",
"url": "https://www.linkedin.com/company/microsoft"
},
"response_time": 5697,
"credits_used": 1,
"credits_remaining": 999
}