Get detailed information about a LinkedIn company page by URL. Returns company name, description, employee count, locations, specialities, website, industry, headquarters, similar companies, and more.
curl "https://apidirect.io/v1/linkedin/company?url=https://www.linkedin.com/company/visualsoft-uk-ltd" \
-H "X-API-Key: YOUR_API_KEY"
{
"name": "Visualsoft | Shopify Plus Partner",
"company_id": 478635,
"url": "https://www.linkedin.com/company/visualsoft-uk-ltd/",
"description": "We deliver the Shopify stores, in-store tech...",
"tagline": "We deliver the Shopify stores...",
"website": "http://www.visualsoft.co.uk",
"industry": "Software Development",
"followers": 16391,
"employees": 269,
"employee_range": "201-500",
"founded_year": 1998,
"specialities": ["eCommerce", "Web Design", "SEO"],
"headquarters": {
"city": "Stockton-on-Tees",
"country": "GB",
"region": "Cleveland"
},
"locations": [
{"city": "Newcastle upon Tyne", "country": "GB", "is_headquarters": false}
],
"similar_companies": [
{"name": "Shopify", "url": "https://www.linkedin.com/company/shopify/", "followers": 1067167}
],
"source": "LinkedIn",
"domain": "linkedin.com"
}