App Logo
linkedin.com

Find LinkedIn newsletters by author

List the LinkedIn newsletters published by a given profile or company page. For a profile, reads its Featured section (the dedicated Featured details page); for a company page, reads its Newsletter module on the page's Home tab. Returns each newsletter's name, URL, cadence/subscriber line, description, and logo. An author with no newsletter featured or listed there comes back with an empty list rather than an error.

Input

authorUrl required

A LinkedIn profile URL (https://www.linkedin.com/in/<publicId>/) or company page URL (https://www.linkedin.com/company/<slug>/).

Output

authorType required

person | company, resolved from the input URL's path.

newsletters required

Empty when the author has no newsletter featured (profile) or listed (company).

FAQ

List the LinkedIn newsletters published by a given profile or company page. For a profile, reads its Featured section (the dedicated Featured details page); for a company page, reads its Newsletter module on the page's Home tab. Returns each newsletter's name, URL, cadence/subscriber line, description, and logo. An author with no newsletter featured or listed there comes back with an empty list rather than an error.
Required: authorUrl.
It returns authorType, newsletters.
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/find_newsletters_by_author, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/find_newsletters_by_author
It is part of Reduck's official curated catalogue.

Start building not clicking