App Logo
facebook.com

List Facebook notifications

List your Facebook notifications, each with a machine-readable type — a group accepted your join request, an admin approved your post, someone commented on your post, a new follower, and so on. Each row carries the text shown, whether it is unread, its displayed age, and a direct link to the item it is about, so one call tells you everything that changed without visiting each group.

Input

limit optional

Max notifications to return; the script scrolls the list until it has this many or the feed stops yielding new rows.

Default: 40
types optional

Optional filter on the machine type (e.g. ["group_comment", "group_post_approved"]). Omit for all.

Output

None

FAQ

List your Facebook notifications, each with a machine-readable type — a group accepted your join request, an admin approved your post, someone commented on your post, a new follower, and so on. Each row carries the text shown, whether it is unread, its displayed age, and a direct link to the item it is about, so one call tells you everything that changed without visiting each group.
Optional: limit, types.
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_notifications, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/facebook.com/list_notifications
It is part of Reduck's official curated catalogue.

Start building not clicking