App Logo
substack.com

Get Substack post comments

Get the comments on a Substack post by its URL, including nested replies. Supports sorting by top reactions or newest first. Returns each comment's author, text, date, reaction count, and reply thread.

Input

url required

Full URL of the Substack post, e.g. https://example.substack.com/p/my-post-slug

sort optional

Comment sort order: "top" (most reactions first) or "newest" (most recent first)

Default: "top"

Output

url required
sort required
postId required
audience required
comments required
isPaywalled required
totalComments optional

FAQ

Get the comments on a Substack post by its URL, including nested replies. Supports sorting by top reactions or newest first. Returns each comment's author, text, date, reaction count, and reply thread.
Required: url. Optional: sort.
It returns url, sort, postId, audience, comments, isPaywalled, totalComments.
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/get_post_comments, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/substack.com/get_post_comments
It is part of Reduck's official curated catalogue.

Start building not clicking