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.

Start building not clicking