App Logo
linkedin.com

List LinkedIn message inbox

List the classic LinkedIn messaging inbox conversations (NOT Sales Navigator). Returns each conversation's thread URL/id, counterpart participants (name, profileUrl), unread count, last activity, and last message (text, time, fromSelf, subject). Paginates: a limit above 20 scrolls the inbox to load older conversations, and sinceIso fetches everything back to a given date (e.g. the last N months).

Input

limit optional

Max conversations to return, newest first. Up to 20 come from the first page with no scrolling; a higher limit scrolls the inbox to load older conversations until this many are collected (or the inbox is exhausted).

Default: 20
sinceIso optional

Optional ISO date/datetime (e.g. "2026-03-28"). Keep scrolling until conversations older than this are reached, and drop any conversation whose last activity is before it. Use to fetch a time window (e.g. the last N months) without guessing a limit.

unreadOnly optional

Only return conversations with unread messages. Default false.

Output

count required
conversations required
exhausted optional
pagesLoaded optional

FAQ

List the classic LinkedIn messaging inbox conversations (NOT Sales Navigator). Returns each conversation's thread URL/id, counterpart participants (name, profileUrl), unread count, last activity, and last message (text, time, fromSelf, subject). Paginates: a limit above 20 scrolls the inbox to load older conversations, and sinceIso fetches everything back to a given date (e.g. the last N months).
Optional: limit, sinceIso, unreadOnly.
It returns count, exhausted, pagesLoaded, conversations.
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/list_inbox, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/list_inbox
It is part of Reduck's official curated catalogue.

Start building not clicking