LinkedIn Company Info
/api/v2/linkedin/company/info
API endpoint allows you to get data from LinkedIn Company Page. The LinkedIn Company Info API is a tool that allows developers to access information about a specific company on LinkedIn. The API requires a company name, id, or url to be passed as an input and returns various information about the company such as their industry, staff count, headquarters address and number of followers, company overview, website and more . This information can be useful for businesses and developers looking to gather data on specific companies.
There are several potential use cases for the LinkedIn Company Info API. Here are a few examples:
- Recruiting : Job recruiting websites and companies could use the API to gather information about companies to help match job seekers with appropriate job openings.
- Business Intelligence : Businesses can use the API to gather information about their competitors or potential partners, such as their industry, staff count, and number of followers, to make more informed business decisions.
- Sales and Marketing : Sales and marketing teams could use the API to gather information about potential clients and create more targeted marketing campaigns.
- Market Research : Research and analysis companies could use the API to gather information about specific industries, such as which companies are the most popular in a specific industry and what their specialities are.
- Social Media Management : Companies that manage social media for other companies can use the API to gather information about client company, like follower count, to measure their social media performance.
- CRM : Customer Relationship Management system can use the API to gather information about their customer companies to enrich their data.
- Reputation management : Companies who want to keep track of the mentions of their company online can use the API to extract those information from LinkedIn and monitor their online reputation.
API Parameters
Name | Title | Type | Description |
---|---|---|---|
query * | Company name, id or slug | parameter | Internal Linkedin ID or username of the target company (e.g `https://www.linkedin.com/company/microsoft`, `microsoft` or `1035`). |
x_api_key * | Piloterr API key | parameter | Parameter defines the Piloterr private key to use. |
Endpoint
GET https://piloterr.com/api/v2/linkedin/company/info?query=https://www.linkedin.com/company/microsoft/&x_api_key=xxxxxx
Example
{
"company_id": 1035,
"company_url": "https://www.linkedin.com/company/microsoft/",
"company_name": "Microsoft",
"logo_url": "https://media.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_400_400/0/1618231291419?e=1681344000&v=beta&t=lVR7n0Bs1_GV-tvyGTqbBPAz0iCNQMQJhtXVRjOg1zk",
"website": "https://news.microsoft.com/",
"specialities": [
"business-software",
"developer-tools",
"home-educational-software",
"tablets",
"search",
"advertising",
"servers",
"windows-operating-system",
"windows-applications-platforms",
"smartphones",
"cloud-computing",
"quantum-computing",
"future-of-work",
"productivity",
"ai",
"artificial-intelligence",
"machine-learning",
"laptops",
"mixed-reality",
"virtual-reality",
"gaming",
"developers",
"it-professional"
],
"industry": "software-development",
"tagline": null,
"description": "Every company has a mission. What's ours?...",
"founded": null,
"staff_range": "over-10k",
"staff_count": 227765,
"follower_count": 18731171,
"headquarter": {
"line1": "1 Microsoft Way",
"city": "Redmond",
"postal_code": "98052",
"geographic_area": "Washington",
"country_code": "US"
},
"associated_hashtags": [
"microsoftlife",
"microsoft"
],
"showcase_companies": [
{
"company_id": 3603566,
"company_name": "Microsoft Advertising",
"company_url": "https://www.linkedin.com/showcase/microsoft-advertising/"
}
],
"is_auto_generated": false
}