App Logo
skool.com

List community posts

List the posts in a Skool community feed, newest first. Returns per post the title, body text, author name and handle, creation time, comment and upvote counts, whether it is pinned, the channel it was posted in, and a direct url. Takes the community slug as it appears in the URL (case-insensitive) and a limit, paging through the feed as needed. Reads the community's server-rendered data, so it makes no extra API calls. Fails with a clear message when the slug does not exist or the community is private to this account, rather than returning an empty list.

Input

group required

Community slug as it appears in the URL, e.g. "cliefnotes" for https://www.skool.com/cliefnotes. Case-insensitive: Skool slugs are lowercase and the value is normalised.

limit optional

How many posts to return, newest first.

Default: 20

Output

count required
group required
posts required
complete required

True when every post in the community was returned (not truncated by limit).

totalInCommunity required

Total posts Skool reports for this community, independent of limit.

FAQ

List the posts in a Skool community feed, newest first. Returns per post the title, body text, author name and handle, creation time, comment and upvote counts, whether it is pinned, the channel it was posted in, and a direct url. Takes the community slug as it appears in the URL (case-insensitive) and a limit, paging through the feed as needed. Reads the community's server-rendered data, so it makes no extra API calls. Fails with a clear message when the slug does not exist or the community is private to this account, rather than returning an empty list.
Required: group. Optional: limit.
It returns count, group, posts, complete, totalInCommunity.
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/list_community_posts, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/skool.com/list_community_posts
It is part of Reduck's official curated catalogue.

Start building not clicking