list_comments
Retrieve LinkedIn post comments ranked by likes, filter by minimum likes, and include or exclude replies to identify engaged prospects.
Instructions
List stored comments for a post, ranked by likes desc then time.
Provide either post_urn (e.g. "urn:li:activity:7451209045283254272") or post_url (the full LinkedIn URL — the URN is extracted automatically).
Args: post_urn: Post URN. Use this OR post_url. post_url: Full LinkedIn post URL. The URN is extracted from it. limit: Max comments returned (default 100). min_likes: Only return comments with at least this many likes. include_replies: If False, only top-level comments are returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| post_url | No | ||
| post_urn | No | ||
| min_likes | No | ||
| include_replies | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |