App Logo
x.com

Get Community Posts

Reads the post feed of an X Community (Top or Latest), including author, text, media, and engagement counts.

Input

communityId required

The community's numeric id, from its URL: x.com/i/communities/<communityId>. Found via More → Communities → a topic pill (e.g. Technology), or on any post's community badge link.

sort optional

Which of the community's own tabs to read. "top" is the community's default ranked view; "latest" is strict reverse-chronological.

Default: "top"
limit optional

Maximum posts to return. The tab loads a batch at a time; asking for more scrolls until the count is met or the tab stops returning new posts.

Default: 20

Output

sort required
count required
posts required
community_id required

FAQ

Reads the post feed of an X Community (Top or Latest), including author, text, media, and engagement counts.
Required: communityId. Optional: sort, limit.
It returns sort, count, posts, community_id.
Yes. It acts as you on x.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the x.com cookies saved by the Reduck extension.
It only reads. It looks things up on x.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/x.com/get_community_posts, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/x.com/get_community_posts
It is part of Reduck's official curated catalogue.

Start building not clicking