App Logo
linkedin.com

get_post_reactors

Scrape who reacted to a LinkedIn post permalink (SDUI shell): opens the reactions modal behind the social-bar count and scroll-paginates it, returning total reaction count and reactor rows (name, connection degree, headline, profile URL, person/company). Reaction type per row is not exposed by the DOM. {total: N, reactors: []} when the post has no reactions. English UI assumed.

Input

postUrl required

The LinkedIn post's URL, e.g. https://www.linkedin.com/posts/<slug>-<id>-<code>/ or https://www.linkedin.com/feed/update/urn:li:activity:<id>/. Tracking/query params are fine — they're ignored.

limit optional

Maximum number of reactors to return. Default 200.

Default: 200

Output

total required

Total number of reactions on the post (all reaction types combined).

reactors required

The reactors, in the order LinkedIn lists them, capped at `limit`. A list shorter than `total` means more reactors exist beyond your `limit`.

Start building for free