App Logo
linkedin.com

Get LinkedIn post reactors

Get who reacted to a LinkedIn post from its URL: returns the post's total reaction count and the list of reactors (name, profile URL, headline, connection degree, and person vs company), in the order LinkedIn shows them. Use `limit` to cap how many reactors come back. Note: the specific reaction type each person gave (like/celebrate/…) isn't available, and a `reactors` list shorter than `total` means your `limit` was reached.

Input

url optional

Alias for postUrl (accepted for compatibility — prefer postUrl).

limit optional

Maximum number of reactors to return. Default 200.

Default: 200
postUrl optional

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.

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