App Logo
linkedin.com

Send LinkedIn connection request without note

Send a LinkedIn connection request without a note, by profile URL. Clicks the top-card Connect then "Send without a note". Only the top-card Connect is handled: profiles that show Follow as the primary action and bury Connect under the "More" overflow (influencers/public figures) return no_connect_cta. Idempotent-ish: returns status sent/pending/already_connected/no_connect_cta.

Input

profileUrl required

LinkedIn profile URL, e.g. https://www.linkedin.com/in/ewhachen/ (the /in/<publicId> form; query/locale prefixes are tolerated).

Output

status required

sent = invitation just sent without a note; pending = a request to this person was already outstanding; already_connected = 1st-degree; no_connect_cta = no Connect affordance (top card or three-dot menu) — restricted or not connectable; email_required = LinkedIn gates this member behind email verification and disabled the note-free send (can't connect without a note).

publicId required

vanity id parsed from the URL (decoded)

profileUrl required
name optional

FAQ

Send a LinkedIn connection request without a note, by profile URL. Clicks the top-card Connect then "Send without a note". Only the top-card Connect is handled: profiles that show Follow as the primary action and bury Connect under the "More" overflow (influencers/public figures) return no_connect_cta. Idempotent-ish: returns status sent/pending/already_connected/no_connect_cta.
Required: profileUrl.
It returns name, status, publicId, profileUrl.
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 makes changes on linkedin.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/linkedin.com/connect, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/connect
It is part of Reduck's official curated catalogue.

Start building not clicking