LinkedIn Company posts thin API
Post text and link only. No engagement counts, author details, media, or reaction breakdown - for those use linkedin.company_posts.
Provider network
Providers ranked by traffic
Try it
Make your first request
{
"data": {
"items": [
{
"createdUtc": 12.5,
"id": "a1b2c3d4",
"text": "A short example description of this item.",
"url": "https://example.com/page"
}
]
},
"found": true
}interface LinkedinCompanyPostsThinResponse {
data: {
items: {
createdUtc: number;
id: string;
text: 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.company_posts_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. |
| page | integer | Page number for pagination. |
| Response | ||
| data | object | The company posts result, or null when not found. |
| data.items | object[] | The company's recent posts. Populated whenever the provider has data for the entity. |
| data.items[].createdUtc | number | UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. Populated whenever the provider has data for the entity. |
| data.items[].id | string | Unique identifier of the post. Populated whenever the provider has data for the entity. |
| data.items[].text | string | Text content of the post. Populated whenever the provider has data for the entity. |
| data.items[].url | string | Canonical URL of the post. Populated whenever the provider has data for the entity. |
| found | boolean | Whether the company posts were found. |
| Price | ||
| Price per request | USD | $0.0012 |
| Price /1k req | USD | $1.20 |
FAQ
About the LinkedIn Company posts thin API
The AnyAPI LinkedIn Company posts thin API returns LinkedIn company posts thin data as normalized JSON from one POST call to /v1/run/linkedin.company_posts_thin. Post text and link only. No engagement counts, author details, media, or reaction breakdown - for those use linkedin.company_posts. 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, 66.7% of LinkedIn company posts thin calls through AnyAPI succeeded, with a median response time of 3.6 seconds across 15 measured calls.