MindCase
APIs
Enterprise
All APIs
$0.0005 per comment ($0.50 per 1,000 comments)12 datapoints

Instagram Comments API

Extract top Instagram comments — text, timestamps, likes, commenter details, and thread sizes — from post or reel URLs

Instagram

Sample

Sample data

Here's a sample run extracting top comments from an Instagram post, showing the exact schema and results you can expect.

#
Post URL
Comment
Comment URL
Commented At
Likes
Comment Replies
Commenter ID
Commenter Username
Commenter Name
Commenter URL
Commenter Verified
Commenter Private
1
www.instagram.com/p/DZcGyUBjrSb/
💙
www.instagram.com/p/DZcGyUBjrSb/c/18107553349806163/
2026-06-11T09:23:46Z
3,303
11
249074882
unicef
UNICEF
www.instagram.com/unicef/
true
false
2
www.instagram.com/p/DZcGyUBjrSb/
💙❤️
www.instagram.com/p/DZcGyUBjrSb/c/18116561857831665/
2026-06-11T12:36:12Z
18
0
47596709413
jah.ice4
Unkle Phill
www.instagram.com/jah.ice4/
false
false
3
www.instagram.com/p/DZcGyUBjrSb/
❤️❤️
www.instagram.com/p/DZcGyUBjrSb/c/18097102937164592/
2026-06-12T16:25:10Z
4
0
69060532138
pride_895
pretty_Pride🦈
www.instagram.com/pride_895/
false
true
4
www.instagram.com/p/DZcGyUBjrSb/
Young legend recognizes the legend. Respect.❤️
www.instagram.com/p/DZcGyUBjrSb/c/18077439752271040/
2026-06-11T08:40:25Z
2,072
2
12557260030
kovan_navin
Kovan_navin
www.instagram.com/kovan_navin/
false
false
5
www.instagram.com/p/DZcGyUBjrSb/
💙❤️
www.instagram.com/p/DZcGyUBjrSb/c/17924368686356577/
2026-06-12T15:35:30Z
4
0
70204859952
lamineyamalfanbarcelona
Lamine Yamal
www.instagram.com/lamineyamalfanbarcelona/
false
false
6
www.instagram.com/p/DZcGyUBjrSb/
❤️❤️💙💙
www.instagram.com/p/DZcGyUBjrSb/c/18424446628133986/
2026-06-13T16:45:37Z
4
0
76116694102
mariamatiyas
Maria matiyas
www.instagram.com/mariamatiyas/
false
true
7
www.instagram.com/p/DZcGyUBjrSb/
No way we had Barcelona page posting Lamine doing the "siuuu" haha, great partnership btw, proud of you.👏❤️
www.instagram.com/p/DZcGyUBjrSb/c/18086163770457059/
2026-06-11T08:53:58Z
541
3
14411766480
yara.culer
—
www.instagram.com/yara.culer/
false
false
8
www.instagram.com/p/DZcGyUBjrSb/
💙❤️🔥🔥🔥
www.instagram.com/p/DZcGyUBjrSb/c/18018359699885270/
2026-06-13T13:02:21Z
2
0
76110140830
_abdushukurov_l7
odilbek🍁
www.instagram.com/_abdushukurov_l7/
false
false
9
www.instagram.com/p/DZcGyUBjrSb/
Diamond!🔥
www.instagram.com/p/DZcGyUBjrSb/c/18095943304955581/
2026-06-11T08:48:12Z
17
0
58817253992
football.momentums
Football momentum
www.instagram.com/football.momentums/
false
false
10
www.instagram.com/p/DZcGyUBjrSb/
Unicef barca is the best team to have ever kicked a ball
www.instagram.com/p/DZcGyUBjrSb/c/18085595921646236/
2026-06-11T08:51:06Z
4,721
0
22510667568
laflame_jaydennn
Victor Jayden
www.instagram.com/laflame_jaydennn/
false
false

Playground

Run this API

Advanced parameters are collapsed below.

Inputs

Output limits

$0.0005 per comment
Billed per comments returned — no row cap set
live
curl -X POST https://api.mindcase.co/v1/data/instagram/comments/run \
  -H "Authorization: Bearer mk_live_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "params": {
    "urls": ""
  }
}'
Edit the form to update this live.

Overview

About Instagram Comments API

Instagram Comments extracts the top comments on any post or reel — text, timestamp, likes, and the commenter's handle, name, verification, and privacy — plus the size of each comment's reply thread.

Social media managers use this to track community sentiment on brand posts. Data scientists use it to build training sets for NLP models or to analyze engagement patterns across competitor accounts.

Real-time dataSelf-servePay per resultZero setup time

Cost

Pricing

$0.0005per comment
$0.50 per 1,000 comments

$0.50 per 1,000 comments. Each row returned counts as one comment. The total row count is calculated by multiplying the number of post URLs by the max comments requested per post. Failed runs don't count.

Pay as you goNo subscriptionNo setup feeCancel anytime

Cost calculator

Total rows500 comments
Total cost$0.250

Examples

Use cases

A few common ways teams put Instagram Comments API to work — copy a prompt below to try it yourself.

Sentiment analysis at scale

Export comment text to analyze how audiences react to specific product launches or brand announcements.

>
Get the latest 500 comments from the recent Nike post about their new running shoes

Influencer engagement benchmarking

Compare the quality and volume of discussions across multiple influencer partnerships to measure campaign impact.

>
Fetch 200 comments each from the latest posts by Selena Gomez and Taylor Swift

Community feedback monitoring

Track specific keywords or questions within the comment sections of high-traffic posts to identify customer pain points.

>
Find comments containing the word shipping in the most recent Zara reel

Competitor audience research

Identify active users and top contributors in a competitor's community by analyzing comment frequency and verified status.

>
Pull 1000 comments from the three most recent posts by National Geographic

Get started

Ready to pull Instagram comments?

Sign up to run live queries against Instagram Comments API via chat, form, or API.

FAQ

Frequently asked questions

Does this agent include replies to comments?
Yes, Instagram Comments retrieves nested replies as individual rows, including their specific author data and timestamps.
How fresh is the data?
Live on every run. Instagram Comments does not cache results. Each request pulls the current state of the source at the moment you query, so what you receive is what users see on the platform right now.
Can I pull comments from multiple posts in one run?
Yes. Pass an array of posts in a single call and Instagram Comments fans out the requests in parallel. The response is one consolidated table with a column noting which post each row came from.
How do I integrate with Zapier, n8n, Google Sheets, or Airtable?
You can connect this agent to external tools via the Mindcase API or use the built-in webhooks to push comment data to your spreadsheets and automation workflows.
What fields are returned?
The agent returns the post URL, comment URL, comment text, author details, verified status, timestamp, and total likes for every comment as defined in the output schema.

Related

More Instagram APIs

See all →
Instagram
Instagram Followers & Following API

Extract the followers or following list of any public Instagram account — handle, name, verification, and privacy

Instagram$0.00075 per profile$0.75 per 1,000 profiles
Instagram
Instagram Posts & Reels API

Extract Instagram posts and reels — captions, engagement, media, music, and authors — by profile (posts / reels / tagged tabs), post URL, hashtag, or keyword search

Instagram$0.002 per post$2.00 per 1,000 posts
Instagram
Instagram Profiles API

Extract Instagram account data — bio, followers, verification, business info, links, and recent posts — by username or keyword search

Instagram$0.0015 per profile$1.50 per 1,000 profiles

Need more?

Looking for something else?
We'll build and run it for you.

Custom data sources, complex pipelines, or fully managed runs — tell us what you need and our team will take it from there.

Get API Key
MindCase

Product

  • APIs
  • Docs (skills.md)
  • Get API Key

Company

  • Enterprise
  • Mindcase vs Apify
  • Book a Meeting
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  • Refund & Cancellation
  • Data Processing
© 2026 MINDCASE TECHNOLOGIES PRIVATE LIMITED