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.
Provider network
Providers ranked by traffic
Try it
Make your first request
{
"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
}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 30dcurl -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"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| url | string | "https://www.linkedin.com/company/stripe"Full LinkedIn company page URL. |
| Response | ||
| data | object | |
| data.description | string | Company about/description text. Populated whenever the provider has data for the entity. |
| data.employeeCount | integer | Reported employee count. |
| data.industry | string | Primary industry. Populated whenever the provider has data for the entity. |
| data.logoUrl | string | Company logo image URL. Populated whenever the provider has data for the entity. |
| data.name | string | Company name. |
| data.tagline | string | Company tagline/slogan. Populated whenever the provider has data for the entity. |
| data.website | string | Company website URL. Populated whenever the provider has data for the entity. |
| found | boolean | |
| Price | ||
| Price per request | USD | $0.0012 |
| Price /1k req | USD | $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.