Get Article
Fetches a public Pulse article with its full body, author, timestamps, images, hashtags, word count, and explicit coverage metadata.
Capability ID
linkedin.article.get
Cost
1 credit per request
Maximum runtime
60 seconds
POST
/execute
Shared execution endpoint
Input parameters
url
string
required
HTTPS LinkedIn Pulse article URL. Tracking query parameters are discarded.
Example
https://www.linkedin.com/pulse/positive-sum-future-satya-nadella-bjs7c
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
author_name |
string |
Example Author |
author_url |
string |
https://www.linkedin.com/in/example-author |
content |
string |
Illustrative public article content captured from LinkedIn and anonymiz… |
content_length |
integer |
92 |
cover_image |
string |
[redacted] |
coverage |
object |
5 fields |
coverage.limitations |
array |
1 items |
coverage.missing_fields |
array |
0 items |
coverage.source |
string |
linkedin_public_article |
coverage.status |
string |
complete_public |
coverage.truncated_fields |
array |
0 items |
description |
string |
Illustrative public article description. |
hashtags |
array |
0 items |
images |
array |
1 items |
images |
array |
1 items |
modified_at |
string |
2026-01-01T00:00:00Z |
published_at |
string |
2026-01-01T00:00:00Z |
slug |
string |
example-linkedin-article |
title |
string |
Example LinkedIn article |
url |
string |
https://www.linkedin.com/pulse/example-linkedin-article |
word_count |
integer |
11 |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.