How to get LinkedIn company
GET request to /v1/linkedin/company with your input. You get clean JSON back in seconds for 2 credits per call — no OAuth, scraping or platform SDKs. Company page for B2B intel — specialties, similarPages, size/founded, slogan, cover. Native 1 / enrich 2.How to get LinkedIn company (step by step)
- 1
Get a free API key
Create a free Captapi account (100 credits, no card) and generate an API key from the dashboard.
- 2
Call the LinkedIn Company API
Send an authenticated GET request to /v1/linkedin/company with your input. No OAuth, no scraping setup.
- 3
Read the JSON response
Parse the clean JSON response. Pass cache=true for a free 24h cache hit; default is always fresh.
Code example
curl "https://api.captapi.com/v1/linkedin/company?url=https%3A%2F%2Fca.linkedin.com%2Fcompany%2Fshopify" \
-H "Authorization: Bearer capt_live_..."
# or: -H "x-api-key: capt_live_..."What the response looks like
{
"success": true,
"data": {
"platform": "linkedin",
"type": "company",
"url": "https://ca.linkedin.com/company/shopify",
"name": "Shopify",
"industry": "Software Development",
"description": "Shopify is a leading global commerce company, providing trusted tools to start, grow, market, and manage a retail business of any size. Shopify makes commerce better for everyone with a platform and services that are engineered for reliability, while delivering a better shopping experience for consumers everywhere. Shopify powers millions of businesses in more than 175 countries and is trusted by brands such as Allbirds, Gymshark, PepsiCo, Staples, and many more.\n\nFind all our jobs here: www.shopify.com/careers",
"website": "https://www.shopify.com",
"followers": 1100174,
"employeeCount": 29621,
"employees": [],
"size": "10,001+ employees",
"founded": 2006,
"organizationType": "Public Company",
"specialties": [
"ecommerce",
"API"
],
"headquarters": "Ottawa, ON, CA",
"location": {
"city": "Ottawa",
"state": "ON",
"country": "CA"
},
"slogan": "Make commerce better for everyone",
"coverImage": "https://media.licdn.com/dms/image/v2/D561BAQHhgj9vXYPfGw/company-background_10000/B56ZanR4DlHUAg-/0/1746563203645/shopify_cover?e=1786471200&v=beta&t=ipMJX6bvyB3cy61qNb70u0k09GOWqudh6eQnnrtv3RM",
"logo": "https://media.licdn.com/dms/image/v2/D560BAQG_KjTcNcrLVw/company-logo_200_200/B56ZZolTV.HUAU-/0/1745511331439/shopify_logo?e=2147483647&v=beta&t=D2saVg58cKnwEiDQgFgzvwL24mTRM_cPuU1ndv6kL2U",
"funding": null,
"similarPages": [
{
"name": "Stripe",
"link": "https://www.linkedin.com/company/stripe",
"image": null
},
{
"name": "Spotify",
"link": "https://se.linkedin.com/company/spotify",
"image": null
}
]
}
}Billing metadata (credits charged, cache hit/miss) is returned in the X-Captapi-Credits and X-Captapi-Cache response headers.
Request parameters
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | LinkedIn company URL, e.g. https://www.linkedin.com/company/shopify. The URL platform must match this endpoint's platform. Do not pass cross-platform URLs, e.g. YouTube to TikTok, Instagram to Facebook, LinkedIn to X/Twitter, or Pinterest to Rumble. |
| cache | boolean | No | Set true to serve from the 24h response cache (0 credits on hit). Default false — always fetch fresh. Envelope includes cached + cachedAt on hits. |
Frequently asked questions
What does the LinkedIn Company API do?
The LinkedIn Company API lets you fetch profile or page details and audience stats from a public LinkedIn profile or page using one GET request to /v1/linkedin/company. It returns clean JSON — no OAuth or infrastructure setup required.
How many credits does the LinkedIn Company API cost?
Each successful call costs 2 credits. Pass cache=true to serve from the 24h cache (0 credits on hit); default is always fresh. Hits include cached + cachedAt. Selected profile endpoints also accept cacheMaxAge=1d|3d|7d|14d|30d. Failed or empty results are never charged.
Do I need a LinkedIn API key or OAuth?
No. A single Captapi key works across every platform Captapi supports — YouTube, TikTok, Instagram, Facebook, Twitter/X, Reddit, Threads, Bluesky, Pinterest, LinkedIn, Rumble, Spotify, Kwai, and more. We handle proxies, rate limits, retries, and authentication for you.
Is the LinkedIn Company API suitable for production use?
Yes. It is a stable REST endpoint with predictable JSON and automatic retries. Pass cache=true to serve from the 24h cache (0 credits on hit); default is always fresh. Hits include cached + cachedAt. Selected profile endpoints also accept cacheMaxAge=1d|3d|7d|14d|30d. Use it for analytics, monitoring, and content automation.
Ready to get LinkedIn company?
Start free with 100 credits — no credit card required.
Get your free API key