Get post comments
get_post_commentsList post comments on Instagram, Facebook, YouTube, LinkedIn, or TikTok using post ID or URL; pass a comment ID to fetch replies.
Instructions
List comments on a post. One endpoint for every network, chosen with platform. Identify the post by either postId or postUrl (YouTube: postId=videoId; LinkedIn: postId=the post urn; TikTok: postId=the video id, postUrl is not accepted). Add commentId to get the REPLIES hanging off that one comment instead of the post's top-level comments — replies are the same question with one more parameter, not another tool. TikTok: Requires the 'comments' capability on the profile's TikTok account (see the capabilities array in list_users). It is granted at connection time, so an account connected earlier has to reconnect TikTok before this works.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | Upload-Post profile name. | |
| after | No | Pagination cursor returned by a previous call. | |
| limit | No | Comments to return (1-50; that ceiling is both Meta's and TikTok's). | |
| postId | No | Platform media/post ID. YouTube: the videoId. LinkedIn: the post urn. TikTok: the video id (required — TikTok has no URL lookup). | |
| postUrl | No | Public URL of the post. | |
| platform | No | Social platform. One of instagram, facebook, youtube, linkedin, tiktok. | |
| commentId | No | Return the replies under this comment instead of the post's top-level comments. Sent as `comment_id`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No |