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

Start building not clicking