LinkedIn Post API
A single LinkedIn post or article by URL: title, text, author, like and comment counts, and publish date.
Provider network
Providers ranked by traffic
Try it
Make your first request
{
"found": true,
"data": {
"url": "https://www.linkedin.com/posts/williamhgates_activity-7000000000000000000-abcd",
"title": "Being a Father Has Made me a Better Leader",
"text": "A few reflections on leadership and family from the past year…",
"author": "Bill Gates",
"likes": 210,
"comments": 17,
"publishedAt": "2025-06-21T14:35:59.000Z"
}
}interface LinkedinPostResponse {
data: {
author: string;
comments: number;
createdUtc: number;
likes: number;
text: string;
title: 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.post \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://www.linkedin.com/posts/williamhgates_activity-7000000000000000000-abcd"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| url | string | "https://www.linkedin.com/posts/williamhgates_activity-7000000000000000000-abcd"Full LinkedIn post or article URL. |
| Response | ||
| found | boolean | true |
| data | object | |
| data.url | string | "https://www.linkedin.com/posts/williamhgates_activity-7000000000000000000-abcd" |
| data.title | string | "Being a Father Has Made me a Better Leader" |
| data.text | string | "A few reflections on leadership and family from the past year…" |
| data.author | string | "Bill Gates" |
| data.likes | number | 210 |
| data.comments | number | 17 |
| data.publishedAt | string | "2025-06-21T14:35:59.000Z" |
| Price | ||
| Price per request | USD | $0.0005 |
| Price /1k req | USD | $0.50 |
FAQ
About the LinkedIn Post API
The AnyAPI LinkedIn Post API returns LinkedIn post data as normalized JSON from one POST call to /v1/run/linkedin.post. A single LinkedIn post or article by URL: title, text, author, like and comment counts, and publish date. AnyAPI routes each request across 3 sources and falls back automatically when one fails. It costs from $0.50 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of LinkedIn post calls through AnyAPI succeeded, with a median response time of 3.1 seconds across 42 measured calls.