LinkedIn Company API

Scrape company profiles

Extract comprehensive data from LinkedIn company pages including overview, employees, jobs, posts, and similar companies. Perfect for B2B sales, recruiting, and competitive intelligence.

1 CreditCost
40+Data Fields
60s MaxTimeout
LinkedIn Company API

Quick Start

Get started with a simple API call.

const response = await fetch('https://api.crawlkit.sh/v1/crawl/linkedin/company', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    url: 'https://linkedin.com/company/microsoft',
    options: {
      timeout: 30000,
      includeJobs: true
    }
  })
});

const { data } = await response.json();
console.log(data.company.name, data.company.industry);

Key Features

Everything you need for reliable linkedin company extraction.

Company Overview

Get name, industry, description, website, size, headquarters, founded year, and specialties.

Employee Data

Access featured employees with names, photos, and LinkedIn profile URLs.

Job Listings

Optionally fetch open job listings with title, location, and posting date.

Recent Posts

Get latest company posts with content, reactions, comments, and images.

Similar Companies

Discover related companies with name, industry, location, and LinkedIn URL.

Location Data

Get all company locations including headquarters and office addresses.

How It Works

Get started in minutes with our simple API.

1

Get Your API Key

Sign up for free and get your API key instantly. No credit card required.

2

Make Your First Request

Use our simple REST API with your favorite programming language.

3

Get Structured Data

Receive clean JSON responses ready to use in your application.

API Response

Get clean, structured JSON data with every request. Our API returns comprehensive data including status codes, timing information, and your remaining credits.

  • Consistent JSON structure
  • Detailed timing metrics
  • Credit usage tracking
  • Error handling built-in
Response
{
  "success": true,
  "data": {
    "company": {
      "name": "Microsoft",
      "industry": "Software Development",
      "description": "Every company has a mission...",
      "website": "https://microsoft.com",
      "companySize": "10,001+ employees",
      "headquarters": "Redmond, Washington",
      "foundedYear": 1975,
      "specialties": ["Cloud", "AI", "Software"],
      "followers": 22000000,
      "employees": [...],
      "jobs": [...],
      "recentPosts": [...]
    },
    "timing": { "total": 8500 },
    "creditsUsed": 1,
    "creditsRemaining": 99
  }
}

Use Cases

Common applications for LinkedIn Company.

Sales Intelligence

Research target accounts before outreach.

Competitive Analysis

Track competitor growth and hiring trends.

Recruiting

Identify companies for talent sourcing.

Investment Research

Due diligence on potential investments.

Frequently Asked Questions

Everything you need to know about the LinkedIn Company API.

Yes, set includeJobs: true in options to fetch open job listings with title, location, and posting date.

We return featured employees shown on the company page with name, photo URL, and LinkedIn profile URL.

Data is fetched live from LinkedIn on each request. You always get the current state of the profile.

Private company pages cannot be scraped. The request will fail and your credits will be refunded.

Start Using LinkedIn Company API Today

Get 100 free credits to test the API. No credit card required.