App Logo
linkedin.com

Unfollow LinkedIn company

Unfollow a LinkedIn company page by URL or bare slug. Confirms the "Unfollow page?" dialog. Safe to repeat: it returns not_following if you don't follow it, and not_found when the page doesn't exist. Also returns the company's numeric id, canonical slug, and display name.

Input

url optional

LinkedIn company page URL (e.g. https://www.linkedin.com/company/almapay/) or bare slug (e.g. almapay). A /showcase/<slug>/ URL also works.

slug optional

Alias for url — accepted for compatibility; prefer url.

company optional

Alias for url — accepted for compatibility; prefer url.

companySlug optional

Alias for url — accepted for compatibility; prefer url.

companyUrlOrSlug optional

Alias for url — accepted for compatibility; prefer url.

Output

status required

unfollowed = just unfollowed; not_following = the page already showed you don't follow it; not_found = the company page doesn't exist.

companyUrl required
name optional

Company display name (h1). Null only when not_found.

companyId optional

Numeric LinkedIn company id, resolved from the SSR hydration blob's entityUrn nearest the current universalName. Null only when not_found or the blob wasn't found.

universalName optional

Canonical slug segment from the resolved page URL (company or showcase page). Null only when not_found.

Start building not clicking