App Logo
skool.com

Get comments on a Skool post

Read the comments on a Skool community post, addressed by the post's URL. Returns each comment with its author name and handle, profile link, text, time, upvote count, and how it sits in the thread — whether it is a reply and which comment it answers — plus a flag marking the comments written by the signed-in account. Replies are included and keep their position under the comment they answer. Reports the post's own comment total alongside the number returned, and says plainly when a thread is too large to return in full rather than trimming it silently.

Input

postUrl required

Full URL of the Skool post, e.g. https://www.skool.com/<community>/<post-slug>. The community part is case-insensitive.

limit optional

How many top-level comments to return. Values above 25 also pull the oldest window, since the site serves comments in a newest and an oldest window rather than continuous pages.

Default: 25

Output

count required

Number of comments actually returned, replies included.

postId required
postUrl required
comments required
complete required

True when every comment on the post was returned. False when the thread is larger than the site will serve in one read.

group optional
postTitle optional
accountUsed optional

Handle of the signed-in account, read from the session rather than assumed.

totalOnPost optional

Comment total the post itself reports, replies included, independent of limit.

FAQ

Read the comments on a Skool community post, addressed by the post's URL. Returns each comment with its author name and handle, profile link, text, time, upvote count, and how it sits in the thread — whether it is a reply and which comment it answers — plus a flag marking the comments written by the signed-in account. Replies are included and keep their position under the comment they answer. Reports the post's own comment total alongside the number returned, and says plainly when a thread is too large to return in full rather than trimming it silently.
Required: postUrl. Optional: limit.
It returns count, group, postId, postUrl, comments, complete, postTitle, accountUsed, totalOnPost.
Yes. It acts as you on skool.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the skool.com cookies saved by the Reduck extension.
It only reads. It looks things up on skool.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/skool.com/get_post_comments, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/skool.com/get_post_comments
It is part of Reduck's official curated catalogue.

Start building not clicking