LinkedIn API

LinkedIn Company thin API

Basic company: name, description, employee count, industry, logo, website, tagline. No follower count, founded year, office locations, or funding data - for those use linkedin.company.

POST/v1/run/linkedin.company_thin
Uptime
96.10%
30d · 77 calls
Requests
77
30d · weekly, last 12 wks
Response
1.9s
median · 30d

Provider network

Providers ranked by traffic

Try it

Make your first request

Open in
Get a free key
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
  "data": {
    "description": "A short example description of this item.",
    "employeeCount": 12500,
    "industry": "general",
    "logoUrl": "https://example.com/image.jpg",
    "name": "Example title",
    "tagline": "example",
    "website": "https://example.com/page"
  },
  "found": true
}
Response interface
interface LinkedinCompanyThinResponse {
  data: {
    description: string;
    employeeCount: number;
    industry: string;
    logoUrl: string;
    name: string;
    tagline: string;
    website: string;
  } | null;
  found: boolean;
}

Full parameter and response reference - every field, type, and example for this endpoint.

Reference

Request, response, and price

Last verified 2026-09-17 · uptime and latency measured over 30d
POST /v1/run/linkedin.company_thin
curl -X POST https://api.getanyapi.com/v1/run/linkedin.company_thin \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://www.linkedin.com/company/stripe"}'
FieldTypeExample value
Request body
urlstring"https://www.linkedin.com/company/stripe"Full LinkedIn company page URL.
Response
dataobject
data.descriptionstringCompany about/description text. Populated whenever the provider has data for the entity.
data.employeeCountintegerReported employee count.
data.industrystringPrimary industry. Populated whenever the provider has data for the entity.
data.logoUrlstringCompany logo image URL. Populated whenever the provider has data for the entity.
data.namestringCompany name.
data.taglinestringCompany tagline/slogan. Populated whenever the provider has data for the entity.
data.websitestringCompany website URL. Populated whenever the provider has data for the entity.
foundboolean
Price
Price per requestUSD$0.0012
Price /1k reqUSD$1.20

FAQ

About the LinkedIn Company thin API

The AnyAPI LinkedIn Company thin API returns LinkedIn company thin data as normalized JSON from one POST call to /v1/run/linkedin.company_thin. Basic company: name, description, employee count, industry, logo, website, tagline. No follower count, founded year, office locations, or funding data - for those use linkedin.company. AnyAPI routes each request across 2 sources and falls back automatically when one fails. It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 96.1% of LinkedIn company thin calls through AnyAPI succeeded, with a median response time of 1.9 seconds across 77 measured calls.

It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.

Basic company: name, description, employee count, industry, logo, website, tagline. No follower count, founded year, office locations, or funding data - for those use linkedin.company. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.

Over the last 30 days, 96.1% of LinkedIn company thin calls through AnyAPI succeeded, with a median response time of 1.9 seconds across 77 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.