ig_list_comments
List comments on an Instagram media post. Returns comment ID, text, username, timestamp, like count, and hidden status.
Remote node2flow/instagram
Other tools also called ig_list_comments?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Number of comments to return (default: 25)"
},
"media_id": {
"type": "string",
"description": "Instagram Media ID to get comments from"
}
}
}