Get Instagram post comments
get_post_commentsRetrieve comments from an Instagram post using its post ID or URL. Supports pagination and custom limits.
Instructions
List comments on an Instagram post. Identify the post by either postId or postUrl.
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. | |
| postUrl | No | Public URL of the post. | |
| platform | No | Social platform. Only 'instagram' is currently supported. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No |