App Logo
linkedin.com

Get sent LinkedIn connection invitations

Lists the logged-in LinkedIn user's pending sent connection invitations (Manage invitations - Sent), and returns an empty list when there are none. Loads every invitation, with an optional limit arg to cap the count. Returns each invitee's name, headline, profile URL, personal note (if one was included), and how long ago the invite was sent.

Input

limit optional

Max invitations to load by scrolling (default 100). The invitation manager lazy-loads a handful of cards at a time; the script keeps wheel-scrolling the list until this many are loaded or the list is exhausted. Set lower to cap work when you only need the top of the pile.

Output

total required

Number of sent invitations returned. 0 when there are none pending.

invitations required

FAQ

Lists the logged-in LinkedIn user's pending sent connection invitations (Manage invitations - Sent), and returns an empty list when there are none. Loads every invitation, with an optional limit arg to cap the count. Returns each invitee's name, headline, profile URL, personal note (if one was included), and how long ago the invite was sent.
Optional: limit.
It returns total, invitations.
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_sent_invitations, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/get_sent_invitations
It is part of Reduck's official curated catalogue.

Start building not clicking