App Logo
linkedin.com

Follow LinkedIn company

Follow a LinkedIn company page by URL or bare slug. Safe to repeat: it returns already_following if you already 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

followed = just followed; already_following = the page already showed you 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