Instagram ยท Guide

How to get Instagram comments

TL;DR
To get Instagram comments, sign up for a free Captapi key, then send one GET request to /v1/instagram/comments with your input. You get clean JSON back in seconds for 45 credits per call โ€” no OAuth, scraping or platform SDKs. Pull Instagram comments at scale with author, text, likes, and reply threads.

How to get Instagram comments (step by step)

  1. 1

    Get a free API key

    Create a free Captapi account (100 credits, no card) and generate an API key from the dashboard.

  2. 2

    Call the Instagram Comments API

    Send an authenticated GET request to /v1/instagram/comments with your input. No OAuth, no scraping setup.

  3. 3

    Read the JSON response

    Parse the clean JSON response. Results are cached for 24 hours, so repeat calls are free.

Code example

curl "https://api.captapi.com/v1/instagram/comments?url=https%3A%2F%2Fwww.instagram.com%2Freel%2FCzKZqfdN5j8%2F" \
  -H "Authorization: Bearer capt_live_..."

What the response looks like

{
  "success": true,
  "cached": false,
  "creditsUsed": 45,
  "data": {
    "platform": "instagram",
    "url": "https://www.instagram.com/p/DZFqdAxlkUG/",
    "totalReturned": 10,
    "comments": [
      {
        "id": "18094340495266547",
        "text": "So proud to know that our little elementary school helped with this effort. More than a decade of Panda ๐Ÿผ Day at Academy Ave",
        "author": "hollyhazeyoga",
        "likeCount": null,
        "publishedAt": "2026-06-03T19:11:53.000Z",
        "replyCount": null
      },
      {
        "id": "18164758069440438",
        "text": "Does this work on grizzlies? Should I wear a bear costume on hikes?",
        "author": "jillydill",
        "likeCount": null,
        "publishedAt": "2026-06-03T19:09:53.000Z",
        "replyCount": null
      }
    ]
  }
}

Request parameters

NameTypeRequiredDescription
urlstring YesInstagram post or reel URL, e.g. https://instagram.com/reel/ID/.
limitintegerNoMax items to return (default 50, max 500). Billed per result.

Frequently asked questions

What does the Instagram Comments API do?

The Instagram Comments API lets you pull comments with author, text, likes, and replies from a public Instagram video using one GET request to /v1/instagram/comments. It returns clean JSON โ€” no OAuth or scraping setup required.

How many credits does the Instagram Comments API cost?

Each successful call costs 45 credits. Responses are cached for 24 hours, and cached results cost 0 credits. Failed or empty results are never charged.

Do I need a Instagram API key or OAuth?

No. A single Captapi key works across YouTube, TikTok, Instagram, and Facebook. We handle proxies, rate limits, retries, and authentication for you.

Is the Instagram Comments API suitable for production use?

Yes. It is a stable REST endpoint with predictable JSON, automatic retries, and a shared 24-hour cache. Use it for RAG pipelines, analytics, monitoring, and content automation.

Ready to get Instagram comments?

Start free with 100 credits โ€” no credit card required.

Get your free API key