linkedin.com
get_post_reactors
Input
postUrl requiredThe 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 optionalMaximum number of reactors to return. Default 200.
Default: 200Output
total requiredTotal number of reactions on the post (all reaction types combined).
reactors requiredThe reactors, in the order LinkedIn lists them, capped at `limit`. A list shorter than `total` means more reactors exist beyond your `limit`.
