LinkedIn Company Data API

Live company-page JSON for LinkedIn company, showcase, and school URLs. Built for enrichment, market maps, hiring signals, and company-growth tracking without stale datasets.

Independent API. Not affiliated with LinkedIn. Data is fetched from public LinkedIn company pages and cache freshness is caller-controlled.

POST/v1/linkedin/company-data
{
  "liUrls": [
    "https://www.linkedin.com/company/apple/"
  ],
  "maxAgeHours": 0
}
{
  "company_name": "Apple",
  "domain": "apple.com",
  "employee_count_on_li": 182114,
  "follower_count": 18212480,
  "industries": "Computers and Electronics Manufacturing"
}
Live pullFetch from public LinkedIn pages, not a warehouse dump.
Freshness controlSet maxAgeHours or maxAgeSeconds per request.
History readyEmployee count, follower count, description, and profile changes are tracked compactly.

Returned data

Turn company URLs into usable market intelligence.

Sales, investing, recruiting, and data teams can hand over LinkedIn company URLs and receive normalized profile, growth, and page-content fields in one JSON response.

LinkedIn URL Apple linkedin.com/company/apple
Freshness Live or cached maxAgeHours: 0
Account usage Usage visible Companies=1
ProfileGrowthContentHistory
POST /v1/linkedin/company-data200 OK
{
  "company_name": "Apple",
  "domain": "apple.com",
  "industries": "Computers and Electronics Manufacturing",
  "employee_count_on_li": 182114,
  "follower_count": 18212480,
  "locations": [...],
  "similar_pages": [...],
  "description": "We are a diverse collective...",
  "last_observed_at": "2026-05-11T05:44:03Z"
}
company_namedomainemployee_count_on_lifollower_countlocationsindustriesfunding_infosimilar_pages

Direct Pricing

Self-serve Stripe subscriptions with included monthly company records. Extra usage on higher plans uses prepaid credits.

Basic

$8/mo

Included
500 companies
Hard limit
500 companies
Overage
Hard cap
Rate limit
20/min
Start Basic

Pro

$36/mo

Included
4,500 companies
Hard limit
6,000 companies
Overage
$0.0096/company prepaid
Rate limit
20/min
Start Pro

Mega

$800/mo

Included
200,000 companies
Hard limit
240,000 companies
Overage
$0.0048/company prepaid
Rate limit
150/min
Start Mega

Request

curl -X POST "$API_BASE/v1/linkedin/company-data" \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  --data '{"liUrls":["https://www.linkedin.com/company/apple/"],"maxAgeHours":24}'
curl "$API_BASE/v1/linkedin/company-history?liUrl=https://www.linkedin.com/company/apple/" \
  -H "Authorization: Bearer $API_KEY"
curl "$API_BASE/v1/account/usage" \
  -H "Authorization: Bearer $API_KEY"

Account

After checkout, customers receive an API key on the success page and a setup email. Subscriptions can be managed or canceled through Stripe Billing Portal.

Manage subscription