App Logo
linkedin.com

Edit own profile

Update the logged-in member's own profile headline (top-card intro), via the Edit intro modal. Requires an existing headline (LinkedIn refuses to save the intro form empty).

Input

publicId required

The logged-in member's own LinkedIn public id (the slug in linkedin.com/in/<publicId>/).

about optional

New About section text. Cannot be empty (LinkedIn refuses to save it blank), and the profile must already have an About section (added once via LinkedIn's own "Add about") before this can edit it. Omit to leave About unchanged. Calling with the current About text is a safe no-op.

headline optional

New headline text (max 220 chars). Cannot be empty. Omit to leave the headline unchanged.

Output

updated required
about optional

The About text as read back from the profile after saving (or the existing text, unchanged, for a no-op call). Present only when about was provided.

headline optional

The headline as read back from the profile top card after saving. Present only when headline was provided.

FAQ

Update the logged-in member's own profile headline (top-card intro), via the Edit intro modal. Requires an existing headline (LinkedIn refuses to save the intro form empty).
Required: publicId. Optional: about, headline.
It returns about, updated, headline.
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/edit_own_profile, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/edit_own_profile
It is part of Reduck's official curated catalogue.

Start building not clicking