Instagram API

Cheapest Instagram Comments 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 RapidAPI

Comment 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.

Highlights

  • Cheapest Instagram API pricing — free BASIC · PRO from $9.99/mo
  • Comments by media id
  • Likers list for engagement
  • Pagination via page_id
  • Fits listening and moderation pipelines

Use cases

  • Collect UGC comments under a campaign post
  • Estimate engagement quality beyond like counts
  • Flag keywords in public comment threads

Featured endpoints

GET /v2/media/comments

Media comments

Fetch a page of comments for a media id.

GET /v2/media/likers

Media likers

List users who liked the media.

GET /v2/media/info/by/url

Resolve media id from URL

Get media info first when you only have a post URL.

FAQ

How many comments per request?

Expect a small page (around 15). Use page_id to continue through the Instagram Comments API.

Threaded replies?

Additional threaded/chunk variants exist in the full playground; featured docs highlight the primary comments route.

Related