App Logo
facebook.com

List your Facebook groups

List the Facebook groups you belong to, and separately the ones you asked to join and are still waiting on. Each entry gives the group's id, link, name, and the line the page shows beneath it — when you last visited for a membership, how long ago the request was sent for a pending one. The counts Facebook displays come back too, so you can tell a capped read from a complete one. Handy for auditing a large account, or for spotting join requests that have been waiting too long.

Input

limit optional

Max joined groups to return; the list is infinite-scroll and the script scrolls until it has this many or the list stops growing. Pending requests are always returned in full.

Default: 200

Output

groups required

Groups the account is actually a member of.

totalDeclared required

Membership count as displayed. groups.length < totalDeclared means the read was capped by limit or by the feed.

pendingRequests required

Groups the account asked to join and is still waiting on — not memberships.

pendingDeclared optional

Pending-request count as displayed.

FAQ

List the Facebook groups you belong to, and separately the ones you asked to join and are still waiting on. Each entry gives the group's id, link, name, and the line the page shows beneath it — when you last visited for a membership, how long ago the request was sent for a pending one. The counts Facebook displays come back too, so you can tell a capped read from a complete one. Handy for auditing a large account, or for spotting join requests that have been waiting too long.
Optional: limit.
It returns groups, totalDeclared, pendingDeclared, pendingRequests.
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_joined_groups, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/facebook.com/list_joined_groups
It is part of Reduck's official curated catalogue.

Start building not clicking