Get Instagram post comments
get_commentsRetrieve comments from an Instagram post or reel. Provide the post ID or URL, paginate using the cursor from the previous response.
Instructions
Retrieve comments on an Instagram post/reel. Provide post_id or post_url. Paginate with the returned next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | Upload-post profile identifier. | |
| after | No | Pagination cursor from the previous response. | |
| limit | No | Comments per page (max 50). | |
| post_id | No | Numeric Instagram media ID. | |
| post_url | No | Full Instagram post or reel URL (alternative to post_id). |