GET /v2/media/commentsMedia comments
Fetch a page of comments for a media id.
Instagram API
Collect public comments and likers without expensive listening stacks. Our Instagram Comments API pages comment batches by media id — a cheap option for sentiment and UGC pipelines.
Try on RapidAPIComment streams fuel sentiment analysis, moderation tooling and UGC collection. Each /v2/media/comments call returns a limited batch (about 15), so store page_id for the next request.
Always resolve the post first with the Instagram Posts API so you have a stable media id before calling comments or likers.
GET /v2/media/commentsFetch a page of comments for a media id.
GET /v2/media/likersList users who liked the media.
GET /v2/media/info/by/urlGet media info first when you only have a post URL.
Expect a small page (around 15). Use page_id to continue through the Instagram Comments API.
Additional threaded/chunk variants exist in the full playground; featured docs highlight the primary comments route.