Extract LinkedIn Company Data via API: Lix Org Enrichment

Alfie Lambert Updated 1 February 2025

LinkedIn Company Data
Reading Time: 2 minutes

Looking to enrich your internal tools, CRM or customer applications with LinkedIn Company Data via API? The Lix Organisation Enrichment endpoint makes it easy to retrieve rich, structured company information at scale – just by supplying a LinkedIn company URL. Whether you’re building a sales intelligence platform, tracking competitor insights, or automating research, this API delivers precise data at scale.

What is the Organisation Enrichment Endpoint?

The Organisation Enrichment endpoint allows you to retrieve detailed company data from LinkedIn, including:

Company name, industry, and description
Website, headquarters location, and company type
Employee count and company size
Specialties and areas of expertise
Number of investment rounds and Crunchbase ID
Follower count and Sales Navigator link

This endpoint provides all the key data points needed for prospecting, market analysis, and research—without the hassle of manually gathering the information.

How to Use the Lix Organisation Enrichment API

To start using this endpoint, you’ll need a Lix account and an API key. Signing up is free, and you’ll receive 10 free credits to test the API before committing. You can follow along below, or use the Lix LinkedIn API documentation (find our other powerful endpoints there, too!).

Endpoint Details

Request:

bashCopyEditGET https://api.lix-it.com/v1/organisations/by-linkedin

Required Parameter

  • linkedin_url – The full LinkedIn URL of the company you want to retrieve data for.

Example API Request (Python)

pythonCopyEditimport requests

url = "https://api.lix-it.com/v1/organisations/by-linkedin?linkedin_url=https://linkedin.com/company/linkedin"

headers = {
  'Authorization': "YOUR_LIX_API_KEY_HERE"
}

response = requests.get(url, headers=headers)

print(response.json())

Example Response

jsonCopyEdit{
    "liOrganisation": {
        "name": "LinkedIn",
        "link": "https://www.linkedin.com/company/linkedin",
        "industry": "Computer Software",
        "website": "https://careers.linkedin.com",
        "description": "Founded in 2003, LinkedIn connects the world's professionals...",
        "headquarters": "Sunnyvale, US",
        "companyType": "Public Company",
        "liEmployeeCount": "26383",
        "size": "10001+",
        "specialities": "Online Professional Network, Jobs, People Search...",
        "numberOfInvestmentRounds": "7",
        "followers": "25072627",
        "crunchbaseId": "linkedin",
        "salesNavLink": "https://www.linkedin.com/sales/accounts/insights?companyId=1337",
        "logoUrl": "https://media.licdn.com/dms/image/C560BAQHaVYd13rRz3A/company-logo_"
    }
}

Why Use the Lix Organisation Enrichment API for LinkedIn Company Data?

This endpoint is perfect for a range of business use cases:


🚀 Sales & Lead Generation – Instantly retrieve company data to enhance prospect lists and personalise outreach.
📊 Market Research & Competitive Intelligence – Track company growth, hiring trends, and industry shifts.
🔗 Data Enrichment for CRMs & SaaS Platforms – Automatically populate missing company details in your database.

With scalability built-in, the Lix API can process thousands of company lookups efficiently, ensuring your workflows remain smooth and automated.

Get Started Today

Sign in to your Lix account, grab your free credits, and start enriching company data with a simple API call. The Organisation Enrichment endpoint is the fastest way to unlock LinkedIn company insights at scale—powering your sales, research, and intelligence efforts with fresh, structured data.


Don't miss the next instalment!

Get the next blog (and the next one!) to your inbox.