LinkedIn Company posts API
List a company page’s recent posts by URL with page pagination: text, link and publish date.
Provider network
Providers ranked by traffic
capped at $0.0975 per request1 result$0.0030925 results$0.0494150 results$0.0975 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
{
"found": true,
"data": {
"posts": [
{
"id": "7429579034096726016",
"url": "https://www.linkedin.com/posts/microsoft-activity-7429579034096726016",
"text": "Today we’re introducing new Copilot features that help teams ship faster.",
"publishedAt": "2026-02-17T17:34:36.617Z"
}
]
}
}interface LinkedinCompanyPostsResponse {
data: {
items: {
articleImage?: string;
articleLinkLabel?: string;
articleSubtitle?: string;
articleTitle?: string;
articleUrl?: string;
author?: {
followers?: string;
handle?: string;
id?: string;
image?: string;
linkedinUrl?: string;
name?: string;
type?: string;
universalName?: string;
};
contentAttributes?: {
}[];
createdUtc: number;
engagement?: {
comments?: number;
likes?: number;
reactions?: {
count?: number;
type?: string;
}[];
shares?: number;
};
id: string;
postImages?: {
}[];
postVideo?: {
} | null;
repostAuthorName?: string;
repostAuthorUniversalName?: string;
repostAuthorUrl?: string;
repostCreatedUtc?: number;
shareUrl?: string;
text: string;
url: string;
}[];
} | null;
found: boolean;
reason?: "not_found";
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-20 · uptime and latency measured over 30dcurl -X POST https://api.getanyapi.com/v1/run/linkedin.company_posts \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://www.linkedin.com/company/microsoft","page":1}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| url | string | "https://www.linkedin.com/company/microsoft"Full LinkedIn company page URL. |
| includeQuotePosts | boolean | Include quote posts (posts shared with an added comment). Defaults to true; set false to exclude them. |
| includeReposts | boolean | Include reposts (posts shared without an added comment). Defaults to true; set false to exclude them. |
| limit | integer | Maximum number of posts to return. |
| postedLimit | enum | Only return posts published within this window (default any). |
| Response | ||
| found | boolean | true |
| data | object | |
| data.posts | array | |
| data.posts[].id | string | "7429579034096726016" |
| data.posts[].url | string | "https://www.linkedin.com/posts/microsoft-activity-7429579034096726016" |
| data.posts[].text | string | "Today we’re introducing new Copilot features that help teams ship faster." |
| data.posts[].publishedAt | string | "2026-02-17T17:34:36.617Z" |
| Price | ||
| Price per request | USD | $0.005 |
| Price /1k req | USD | $5.00 |
FAQ
About the LinkedIn Company posts API
The AnyAPI LinkedIn Company posts API returns LinkedIn company posts data as normalized JSON from one POST call to /v1/run/linkedin.company_posts. List a company page’s recent posts by URL with page pagination: text, link and publish date. 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 company posts calls through AnyAPI succeeded, with a median response time of 3.1 seconds across 334 measured calls.