App Logo
linkedin.com

Unfollow LinkedIn profile

Unfollow a LinkedIn member by profile URL. Handles the primary "Following" toggle (pro/creator profiles) and the three-dot "Unfollow" item (normal profiles); confirms the "Unfollow <name>?" dialog. Safe to repeat: it returns not_following if you don't follow them. Statuses: unfollowed/not_following.

Input

profileUrl required

LinkedIn profile URL, e.g. https://www.linkedin.com/in/emmanuelmacron/

Output

status required

unfollowed = just unfollowed; not_following = a follow control exists and shows you don't follow them; no_follow_cta = the profile offers no follow/unfollow control at all.

publicId required

vanity id parsed from the URL (decoded)

profileUrl required
name optional
memberId optional

LinkedIn member id of the profile acted on, read from the follow control itself. Null only when no follow control exists (no_follow_cta).

verifiedOnPage optional

True when the resulting state was read back from the page after the action (or read directly for not_following), rather than assumed from the click.

FAQ

Unfollow a LinkedIn member by profile URL. Handles the primary "Following" toggle (pro/creator profiles) and the three-dot "Unfollow" item (normal profiles); confirms the "Unfollow <name>?" dialog. Safe to repeat: it returns not_following if you don't follow them. Statuses: unfollowed/not_following.
Required: profileUrl.
It returns name, status, memberId, publicId, profileUrl, verifiedOnPage.
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/unfollow, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/unfollow
It is part of Reduck's official curated catalogue.

Start building not clicking