LinkedIn Search companies API
Search LinkedIn companies by keyword with optional location filtering, returning normalized company records.
Provider network
Providers ranked by traffic
capped at $0.0891 per request1 result$0.005510 results$0.045120 results$0.0891 capYou are charged for what comes back. Lower the limit to pay less - and no single request can cost more than the cap, however much comes back.
Try it
Make your first request
{
"data": {
"items": [
{
"description": "A short example description of this item.",
"followersText": "A short example description of this item.",
"handle": "alex_rivera",
"id": "a1b2c3d4",
"image": "https://example.com/image.jpg",
"industry": "general",
"location": "example",
"name": "Example title",
"url": "https://example.com/page"
}
]
},
"found": true
}interface LinkedinSearchCompaniesResponse {
data: {
items: {
description?: string;
followersText?: string;
handle?: string;
id: string;
image?: string;
industry?: string;
location?: string;
name: string;
url: 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.search_companies \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"limit":3,"query":"fintech"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| query | string | "fintech"Keyword to search LinkedIn companies for (e.g. marketing agency). |
| limit | integer | 3Maximum number of results to return (1-20, default 20). |
| location | string | Optional location filter, written out in full (e.g. United Kingdom or San Francisco). |
| Response | ||
| data | object | The results wrapper, or null when nothing was found. |
| data.items | object[] | Matching company records. Populated whenever the provider has data for the entity. |
| data.items[].description | string | Company summary / about text. Populated whenever the provider has data for the entity. |
| data.items[].followersText | string | Follower count as a display string (e.g. 105K followers). Populated whenever the provider has data for the entity. |
| data.items[].handle | string | Company universal name (the vanity slug in the URL). Populated whenever the provider has data for the entity. |
| data.items[].id | string | LinkedIn company id. Populated whenever the provider has data for the entity. |
| data.items[].image | string | Company logo image URL. Populated whenever the provider has data for the entity. |
| data.items[].industry | string | Company industry. Populated whenever the provider has data for the entity. |
| data.items[].location | string | Company location as a single string (city, region). Populated whenever the provider has data for the entity. |
| data.items[].name | string | Company name. Populated whenever the provider has data for the entity. |
| data.items[].url | string | Canonical LinkedIn company URL. Populated whenever the provider has data for the entity. |
| found | boolean | True when at least one company was returned. |
| Price | ||
| Price per request | USD | $0.005 |
| Price /1k req | USD | $5.00 |
FAQ
About the LinkedIn Search companies API
The AnyAPI LinkedIn Search companies API returns LinkedIn search companies data as normalized JSON from one POST call to /v1/run/linkedin.search_companies. Search LinkedIn companies by keyword with optional location filtering, returning normalized company records. AnyAPI routes each request across 2 sources and falls back automatically when one fails. It costs from $5 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of LinkedIn search companies calls through AnyAPI succeeded, with a median response time of 2.4 seconds across 275 measured calls.