ig_list_media
List media posts from an Instagram account. Returns ID, caption, type (IMAGE/VIDEO/CAROUSEL_ALBUM), URL, permalink, timestamp, likes, and comments count.
Remote node2flow/instagram
Other tools also called ig_list_media?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Number of media to return (default: 25, max: 100)"
},
"fields": {
"type": "string",
"description": "Comma-separated fields (default: id,caption,media_type,media_url,permalink,timestamp,like_count,comments_count)"
},
"account_id": {
"type": "string",
"description": "Instagram Business Account ID"
}
}
}