LinkedIn API

LinkedIn Company API

A LinkedIn company page by URL: name, description, employee count, industry, website and logo.

POST/v1/run/linkedin.company
Uptime
100.00%
30d · 38 calls
Requests
40
30d · weekly, last 12 wks
Response
3.8s
median · 30d

Try it

Make your first request

requireFieldsarray
Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `city` or `postalCode`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a profile that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
Open in
Get a free key
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
  "found": true,
  "data": {
    "name": "Microsoft",
    "description": "Every person and organization on the planet to achieve more.",
    "employeeCount": 238000,
    "industry": "Software Development",
    "website": "https://news.microsoft.com/",
    "tagline": "We empower the world to achieve more.",
    "logoUrl": "https://media.licdn.com/dms/image/microsoft-logo.png"
  }
}
Response interface
interface LinkedinCompanyResponse {
  data: {
    companyType?: string;
    description: string;
    employeeCount: number;
    employeeCountRange?: {
      end?: number;
      start?: number;
    };
    followerCount: number;
    foundedOn?: {
      year?: number;
    };
    fundingData?: {
      companyCrunchbaseUrl?: string;
      lastFundingType?: string;
      numFundingRounds?: number;
    };
    industry: string;
    locations?: {
      city?: string;
      country?: string;
      headquarter?: boolean;
      line1?: string;
      postalCode?: string;
    }[];
    logoUrl: string;
    name: string;
    pageVerified?: boolean;
    similarOrganizations?: any[];
    specialities?: any[];
    tagline: string;
    universalName?: 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-16 · uptime and latency measured over 30d
POST /v1/run/linkedin.company
curl -X POST https://api.getanyapi.com/v1/run/linkedin.company \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://www.linkedin.com/company/microsoft"}'
FieldTypeExample value
Request body
urlstring"https://www.linkedin.com/company/microsoft"Full LinkedIn company page URL.
requireFieldsarrayOptional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `city` or `postalCode`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a profile that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
Response
foundbooleantrue
dataobject
data.namecan requirestring"Microsoft"
data.descriptionstring"Every person and organization on the planet to achieve more."
data.employeeCountnumber238000
data.industrycan requirestring"Software Development"
data.websitecan requirestring"https://news.microsoft.com/"
data.taglinecan requirestring"We empower the world to achieve more."
data.logoUrlcan requirestring"https://media.licdn.com/dms/image/microsoft-logo.png"
Price
Price per requestUSD$0.00143
Price /1k reqUSD$1.43

FAQ

About the LinkedIn Company API

The AnyAPI LinkedIn Company API returns LinkedIn company data as normalized JSON from one POST call to /v1/run/linkedin.company. A LinkedIn company page by URL: name, description, employee count, industry, website and logo. AnyAPI routes each request across 3 sources and falls back automatically when one fails. It costs from $1.43 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of LinkedIn company calls through AnyAPI succeeded, with a median response time of 3.8 seconds across 38 measured calls.

It costs from $1.43 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.

A LinkedIn company page by URL: name, description, employee count, industry, website and logo. 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, 100.0% of LinkedIn company calls through AnyAPI succeeded, with a median response time of 3.8 seconds across 38 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.