Live public company-page data

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, not a warehouse dump, 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 pull Fetch from public LinkedIn pages, not a warehouse dump.
Freshness control Set maxAgeHours or maxAgeSeconds per request. Use 0 for live refresh.
History ready Employee count, follower count, description, and company-profile changes are tracked compactly over time.

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 Bill by company 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_name domain employee_count_on_li follower_count locations industries funding_info similar_pages

Choose the plan that fits your volume

Self-serve Stripe subscriptions with included monthly company records and usage-based overage on higher plans.

Use RapidAPI instead

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
Rate limit
20/min
Start Pro

Mega

$800/mo

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

API requests

curl -X POST "https://linkedin-company-data-gateway-production.up.railway.app/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 "https://linkedin-company-data-gateway-production.up.railway.app/v1/linkedin/company-history?liUrl=https://www.linkedin.com/company/apple/" \
  -H "Authorization: Bearer $API_KEY"
curl "https://linkedin-company-data-gateway-production.up.railway.app/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