ig_get_media_insights
Get analytics for a specific media post. Image/Carousel metrics: impressions, reach, engagement, saved. Video/Reel metrics: plays, reach, total_interactions, saved.
Remote node2flow/instagram
Other tools also called ig_get_media_insights?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"metric": {
"type": "string",
"description": "Comma-separated metrics (e.g. \"impressions,reach,engagement,saved\" for images or \"plays,reach,total_interactions\" for reels)"
},
"media_id": {
"type": "string",
"description": "Instagram Media ID"
}
}
}