App Logo
linkedin.com

Get LinkedIn post reactors

Get who reacted to a LinkedIn post by its permalink, paginating up to limit reactors. Returns total and reactors (name, type, degree, headline, profileUrl). Locale-independent (FR/EN). Gotcha: per-row reaction type is not available; compare reactors length to total to detect truncation.

Version 6 (6/15/26, 9:19 AM)
Author Reduck AI - @reduck

Output

postUrl required

LinkedIn post permalink, e.g. https://www.linkedin.com/posts/<slug>-<id>-<code>/ or https://www.linkedin.com/feed/update/urn:li:activity:<id>/. Query string is stripped.

limit optional

Max reactor rows to load before stopping the modal's scroll-pagination. Default 200.

Output

total required

Post-level reaction count = the modal's 'All'/'Tous' tab total (sum of all reaction types).

reactors required

Rows in modal order, truncated at `limit`. Compare length to `total` to detect truncation.