ig_get_comments
Retrieve comments from an Instagram post. Returns comment text, username, and timestamp.
Instructions
Get comments on an Instagram post. Returns comment text, username, and timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor | |
| limit | No | Number of comments (default: 25, max: 50) | |
| mediaId | Yes | Instagram media ID | |
| accountId | No | Instagram Business Account ID. Falls back to INSTAGRAM_BUSINESS_ACCOUNT_ID env var. | |
| accessToken | No | Instagram access token. Falls back to INSTAGRAM_ACCESS_TOKEN env var. |