LinkedIn Company API
A LinkedIn company page by URL: name, description, employee count, industry, website and logo.
Provider network
Providers ranked by traffic
Try it
Make your first request
{
"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"
}
}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 30dcurl -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"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| url | string | "https://www.linkedin.com/company/microsoft"Full LinkedIn company page URL. |
| requireFields | array | 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. |
| Response | ||
| found | boolean | true |
| data | object | |
| data.namecan require | string | "Microsoft" |
| data.description | string | "Every person and organization on the planet to achieve more." |
| data.employeeCount | number | 238000 |
| data.industrycan require | string | "Software Development" |
| data.websitecan require | string | "https://news.microsoft.com/" |
| data.taglinecan require | string | "We empower the world to achieve more." |
| data.logoUrlcan require | string | "https://media.licdn.com/dms/image/microsoft-logo.png" |
| Price | ||
| Price per request | USD | $0.00143 |
| Price /1k req | USD | $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.