App Logo
substack.com

List Substack newsletter posts

List a Substack publication's posts from its archive, newest or top first, with optional keyword search and pagination. Returns each post's title, slug, publish date, paywall status, and reaction/comment/restack counts.

Input

publicationUrl required

Base URL of the Substack publication, e.g. https://example.substack.com (a publication's own domain also works)

sort optional

Sort order: "new" (most recent first) or "top" (most reactions first)

Default: "new"
limit optional

Maximum number of posts to return

Default: 12
offset optional

Number of posts to skip, for pagination

Default: 0
search optional

Optional keyword filter over the publication's posts

Default: ""

Output

sort required
count required
limit required
posts required
offset required
publicationUrl required

FAQ

List a Substack publication's posts from its archive, newest or top first, with optional keyword search and pagination. Returns each post's title, slug, publish date, paywall status, and reaction/comment/restack counts.
Required: publicationUrl. Optional: sort, limit, offset, search.
It returns sort, count, limit, posts, offset, publicationUrl.
No. It only uses pages of substack.com that are reachable without signing in.
It only reads. It looks things up on substack.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/substack.com/list_newsletter_posts, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/substack.com/list_newsletter_posts
It is part of Reduck's official curated catalogue.

Start building not clicking