App Logo
linkedin.com

Get LinkedIn newsletter edition

Fetch a single LinkedIn newsletter edition (article) by its permalink. Returns the newsletter it belongs to, the author, publish date, cover image, the full body converted to Markdown, and engagement stats (reactions, comments, reposts). Use get_edition_reactors for who reacted and get_edition_comments for the comment thread.

Input

editionUrl required

LinkedIn newsletter edition permalink, e.g. https://www.linkedin.com/pulse/<slug>-<code>/. Query string is stripped.

Output

url required
title required
contentMarkdown required

The edition body converted to Markdown (headings, paragraphs, lists, bold/italic, links, images).

stats optional
author optional
articleUrn optional

urn:li:linkedInArticle:<id> read from the page, the edition's own identity. Null only if the marker isn't present.

newsletter optional
publishedAt optional

Publish date as rendered, e.g. 'August 19, 2026'.

coverImageUrl optional

FAQ

Fetch a single LinkedIn newsletter edition (article) by its permalink. Returns the newsletter it belongs to, the author, publish date, cover image, the full body converted to Markdown, and engagement stats (reactions, comments, reposts). Use get_edition_reactors for who reacted and get_edition_comments for the comment thread.
Required: editionUrl.
It returns url, stats, title, author, articleUrn, newsletter, publishedAt, coverImageUrl, contentMarkdown.
Yes. It acts as you on linkedin.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the linkedin.com cookies saved by the Reduck extension.
It only reads. It looks things up on linkedin.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/linkedin.com/get_newsletter_edition, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/get_newsletter_edition
It is part of Reduck's official curated catalogue.

Start building not clicking