App Logo
facebook.com

List Facebook group members

List members of a Facebook group with name, userId, profileUrl, and a subtitle (role like "Admin", bio, mutual-friends, or join-recency line as Facebook shows it). Order follows Facebook's own members view (admins and group contributors, then recent members), so it doubles as a "who's active / who to connect with" surface. Subtitle varies per row (role, bio, or "Membre depuis..."); results are infinite-scroll, capped by limit.

Input

groupId required

Numeric id or vanity slug from a group URL (the part after /groups/).

limit optional

Max members to return. Members list is infinite-scroll; the script scrolls (arming a GraphQL wait before each scroll) until it has this many or the list stops growing.

Default: 30

Output

None

FAQ

List members of a Facebook group with name, userId, profileUrl, and a subtitle (role like "Admin", bio, mutual-friends, or join-recency line as Facebook shows it). Order follows Facebook's own members view (admins and group contributors, then recent members), so it doubles as a "who's active / who to connect with" surface. Subtitle varies per row (role, bio, or "Membre depuis..."); results are infinite-scroll, capped by limit.
Required: groupId. Optional: limit.
Yes. It acts as you on facebook.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the facebook.com cookies saved by the Reduck extension.
It only reads. It looks things up on facebook.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/facebook.com/list_group_members, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/facebook.com/list_group_members
It is part of Reduck's official curated catalogue.

Start building not clicking