App Logo
linkedin.com

vote_poll

Vote in a LinkedIn poll post by its permalink and the option text to select. Your vote is visible to the poll's author and, depending on the poll's settings, to other voters. Returns the options as the poll lists them, which one was selected, and the vote counts/percentages after voting. Voting is permanent — LinkedIn gives no way to change or retract a poll vote once cast.

Input

option required

The exact text of the option to vote for, matched against the poll's own option list.

postUrl required

The poll post's permalink, e.g. from linkedin.com/search_posts or linkedin.com/get_post.

Output

voted required
options required
already_voted required

True when the account had already voted in this poll before this call - LinkedIn does not allow changing a vote through this flow (an Undo affordance exists separately, out of scope).

selectedOption optional

FAQ

Vote in a LinkedIn poll post by its permalink and the option text to select. Your vote is visible to the poll's author and, depending on the poll's settings, to other voters. Returns the options as the poll lists them, which one was selected, and the vote counts/percentages after voting. Voting is permanent — LinkedIn gives no way to change or retract a poll vote once cast.
Required: postUrl, option.
It returns voted, options, already_voted, selectedOption.
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/vote_poll, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/vote_poll
It is part of Reduck's official curated catalogue.

Start building not clicking