App Logo
linkedin.com

Get received LinkedIn connection invitations

Lists all pending connection requests the logged-in LinkedIn user has received (Manage invitations - Received), and returns an empty list when there are none. Loads every invitation, with an optional limit arg to cap the count. Returns each inviter's name, headline, profile URL, mutual-connection note, and type (person/event/newsletter/page).

Input

limit optional

Max invitations to load by scrolling (default 100). The invitation manager lazy-loads ~10 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 received invitations returned. 0 when there are no pending invitations.

invitations required

FAQ

Lists all pending connection requests the logged-in LinkedIn user has received (Manage invitations - Received), and returns an empty list when there are none. Loads every invitation, with an optional limit arg to cap the count. Returns each inviter's name, headline, profile URL, mutual-connection note, and type (person/event/newsletter/page).
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_received_invitations, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/get_received_invitations
It is part of Reduck's official curated catalogue.

Start building not clicking