App Logo
linkedin.com

Get LinkedIn notifications

Reads the LinkedIn notifications tab and returns each item's text, link, relative time, and read/unread state. Supports filtering by the same sub-tabs LinkedIn shows (all, jobs, my posts, mentions) and paginates via "load more" up to a requested count.

Input

limit optional

Max number of notifications to return; will click "load more" as needed to reach it. Defaults to 20.

filter optional

Which notifications sub-tab to read. Defaults to "all".

Output

filter required
notifications required

FAQ

Reads the LinkedIn notifications tab and returns each item's text, link, relative time, and read/unread state. Supports filtering by the same sub-tabs LinkedIn shows (all, jobs, my posts, mentions) and paginates via "load more" up to a requested count.
Optional: limit, filter.
It returns filter, notifications.
Yes. It acts as you on linkedin.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the linkedin.com cookies saved by the Reduck extension.
It only reads. It looks things up on linkedin.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/linkedin.com/get_notifications, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/get_notifications
It is part of Reduck's official curated catalogue.

Start building not clicking