Get LinkedIn post comments
Output
postUrl requiredLinkedIn 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.
sort optionalComment sort, mirroring the post's own dropdown. 'relevant' is LinkedIn's default but returns a relevance-filtered subset (low-engagement comments are hidden); 'recent' shows all comments newest-first and is the only way to reach every comment. Use 'recent' when completeness matters.
Default: "relevant"maxComments optionalMaximum top-level comment threads to return. The script wheel-scrolls until this many are loaded or the post has no more; higher values cost proportionally more time.
Default: 10Output
total requiredPost-level comment count (includes replies). 0 when the social bar shows none.
comments requiredTop-level comments in rendered order, each with its loaded replies and a hasMoreReplies flag. The page's 2-level thread: reply-to-reply is flattened by LinkedIn into the same list.
