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.

FAQ

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.
Optional: url, slug, company, companySlug, companyUrlOrSlug.
It returns name, status, companyId, companyUrl, universalName.
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/follow_company, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/follow_company
It is part of Reduck's official curated catalogue.

Start building not clicking