Get post comments
get_post_commentsRetrieve comments from a social media post by specifying its ID or URL. Compatible with Instagram, Facebook, YouTube, and LinkedIn, but not TikTok.
Instructions
List comments on a post. Identify the post by either postId or postUrl (YouTube: postId=videoId; LinkedIn: postId=the post urn). TikTok is not supported.
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, Meta's cap). | |
| postId | No | Platform media/post ID. YouTube: the videoId. LinkedIn: the post urn. | |
| postUrl | No | Public URL of the post. | |
| platform | No | Social platform. One of instagram, facebook, youtube, linkedin. TikTok is unsupported. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No |