POST

LinkedIn Article API

/v1/run/linkedin.article

Read a public LinkedIn article or newsletter issue by URL, including its full body text, author, publication time, and engagement counts.

Category SocialRequests / mo 2Routing 1 lane · no failover
Get ~100 free requests

Pricing

One price, in dollars

pay per request · no subscription · fallbacks added as the catalog grows
Request
Gateway request
discovered operation
↓
Router
↓
Providers · 1
↳ One lane serves this endpoint today, so a failed call has nowhere to fail over to. Failed attempts are never billed. Uptime, latency and traffic are measured through the gateway, last 30 days.

Try it

Make your first request

run it free, no key · same shape for every API
Open in
Get a free key
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
  "data": {
    "author": "Alex Rivera",
    "authorFollowers": 12500,
    "authorUrl": "https://example.com/page",
    "body": "A short example description of this item.",
    "comments": 12500,
    "createdUtc": 12.5,
    "description": "A short example description of this item.",
    "image": "https://example.com/image.jpg",
    "reactions": 42,
    "title": "Example title",
    "updatedUtc": 12.5,
    "url": "https://example.com/page"
  },
  "found": true
}
Response interface
interface LinkedinArticleResponse {
  data: {
    author?: string;
    authorFollowers?: number;
    authorUrl?: string;
    body: string;
    comments?: number;
    createdUtc?: number;
    description?: string;
    image?: string;
    reactions?: number;
    title: string;
    updatedUtc?: number;
    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-08-23 · uptime and latency measured over 30d
POST /v1/run/linkedin.article
curl -X POST https://api.getanyapi.com/v1/run/linkedin.article \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://www.linkedin.com/pulse/artificial-intelligence-primer-stephen-dover"}'
FieldTypeExample value
Request body
urlstring"https://www.linkedin.com/pulse/artificial-intelligence-primer-stephen-dover"Public LinkedIn article or newsletter issue URL, e.g. https://www.linkedin.com/pulse/your-article-slug. Pair it with the attachmentUrl returned by linkedin.search_posts_full to read the article behind a post.
Response
dataobject
data.authorstringDisplay name of the person or organization that published the article. Populated whenever the provider has data for the entity.
data.authorFollowersintegerFollower count of the author at capture time.
data.authorUrlstringCanonical LinkedIn profile or company URL of the author.
data.bodystringFull body text of the article as plain text. Populated whenever the provider has data for the entity.
data.commentsintegerTotal comments on the article.
data.createdUtcnumberUTC 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.descriptionstringShort summary of the article, as LinkedIn presents it in previews.
data.imagestringCover image URL of the article.
data.reactionsintegerTotal reactions on the article.
data.titlestringTitle of the article. Populated whenever the provider has data for the entity.
data.updatedUtcnumberUTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds.
data.urlstringCanonical URL of the article. Populated whenever the provider has data for the entity.
foundbooleanFalse when the URL does not resolve to a readable LinkedIn article.
Price
Price per requestUSD$0.00569
Price /1k reqUSD$5.69

FAQ

About the LinkedIn Article API

The AnyAPI LinkedIn Article API returns LinkedIn article data as normalized JSON from one POST call to /v1/run/linkedin.article. Read a public LinkedIn article or newsletter issue by URL, including its full body text, author, publication time, and engagement counts. AnyAPI returns one normalized schema whichever source serves it. It costs from $5.69 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of LinkedIn article calls through AnyAPI succeeded, with a median response time of 6.5 seconds across 2 measured calls.

It costs from $5.69 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.

Read a public LinkedIn article or newsletter issue by URL, including its full body text, author, publication time, and engagement counts. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.

Over the last 30 days, 100.0% of LinkedIn article calls through AnyAPI succeeded, with a median response time of 6.5 seconds across 2 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.

Get started

Two ways to start on AnyAPI

Humans fund a USD wallet and pay per request. Agents point a coding agent at one URL and onboard themselves.

Get ~100 free requests
Works with
Terminal agentsClaude CodeCursorCodexMCP clients