Instagram Comments Scraper - Post & Reel Comments avatar

Instagram Comments Scraper - Post & Reel Comments

Pricing

from $0.40 / 1,000 result returneds

Go to Apify Store
Instagram Comments Scraper - Post & Reel Comments

Instagram Comments Scraper - Post & Reel Comments

Scrape comments from a public Instagram post or reel. Replies sit under their comment, and both levels come back labelled. Every row has the author, the text, the time, likes and reply count. Nothing to log into, no cookie to paste. $0.40 per 1,000 rows.

Pricing

from $0.40 / 1,000 result returneds

Rating

0.0

(0)

Developer

Dami's Studio

Dami's Studio

Maintained by Community

Actor stats

0

Bookmarked

24

Total users

6

Monthly active users

18 hours

Issues response

2 days ago

Last modified

Share

Instagram Comments Scraper: comments and replies from a public post or reel

Paste a post or reel link and get the thread back as flat rows. Who wrote each comment, what it says, when, how many likes it picked up, how many replies hang off it, and whether the author is verified. Replies arrive as their own rows pointing at the comment they answer.

Here is the part worth knowing before you start, because it changes what you should ask for. This reads the top of a thread, not the whole thing. One run comes back with roughly 75 rows on a plain thread and up to 150 when Instagram inlines a lot of replies. Running it again does not reach further down. It reads from the top each time.

InputPost or reel URLs, or bare shortcodes
OutputOne row per comment or reply
Ceiling150 rows per run
Account neededNone from you
Price$0.40 per 1,000 rows, flat on every plan

🔍 What Instagram Comments Scraper does

You give it links, it gives you the conversation under them. Comments and replies land in the same row shape, so you can drop the lot into a sheet without branching on type. A reply carries isReply: true and a parentCommentId, which is enough to rebuild the tree or to filter replies out with one condition.

Nothing to log into. No cookie to paste, no app review, no business API approval.

If you do happen to have an Instagram sessionid and would rather the run read through your own account, put it in sessionCookies. When it is set it is used on its own. Most people leave it empty and never think about it again.

Instagram serves comments ranked rather than strictly newest first, so what you get is the top of the thread the way Instagram orders it.

📥 What you give it

{
"postUrls": ["https://www.instagram.com/p/Db9IVmrDvQ4/"],
"maxComments": 100
}
FieldDefaultWhat it is
postUrlsnonePost, reel or IGTV links. /p/, /reel/ and /tv/ all work. As many as you like, one per line.
shortcodesnoneOr the bare code after /p/ or /reel/. You can mix the two fields.
maxComments100Rows for the whole run, split evenly across the links you gave. 1 to 150. Replies count towards it.
sessionCookiesnoneOptional. Your own Instagram sessionid, if you would rather the run read through your account. Use a throwaway one if you do.
proxyConfigurationApify defaultLeave it alone. Set proxyUrls inside it only if you have servers of your own you want used.
notionConnector, notionParentIdnoneOptional. Write each comment into a Notion data source as well as the dataset.

A shortcode that cannot be a real one, wrong length or wrong characters, is rejected before any lookup happens. You get a labelled row saying so.

📤 What you get back

A real row from a recent run. The commenter used two emoji at the end of the text and they are cut out of this block, so the sample here stops a little short of the real value:

{
"ok": true,
"type": "comment",
"id": "17980754790109911",
"mediaId": "3962359916161594424",
"text": "That solar eclipse was unbelievable! ...",
"likeCount": 6034,
"replyCount": 21,
"createdAt": "2026-08-12T21:31:03.000Z",
"ownerUsername": "ollie_sharples",
"ownerId": "19394945053",
"ownerVerified": false,
"isReply": false,
"parentCommentId": null
}
FieldWhat it is
idUnique per comment. Use it as your dedupe key across runs.
mediaIdInstagram's id for the post the comment sits under. It is how you tell rows apart when you sent several links.
isReply, parentCommentIdfalse and null on a top-level comment. On a reply, true and the id of its parent.
replyCountHow many replies Instagram says the comment has, which is often more than the number that came back.
createdAtISO timestamp, or null when Instagram did not supply one.

Nothing is guessed. A field Instagram did not send comes back null.

🧾 Reading the output

Three kinds of row can land in your dataset, and only the first kind is billed.

RowHow to spot itBilled
A comment or replyok: true and type: "comment"yes
A sample rowsampleData: trueno
A diagnosticok: false and a codeno

Filter on ok == true and you have your thread. Sample rows appear only when you start a run without naming a post, so a run that names a real post never answers with invented data.

The code on a diagnostic row says what happened:

CodeWhat it means
BAD_INPUTThat shortcode cannot exist. Nothing was looked up.
NOT_FOUNDThe post is deleted, private, or the link is wrong.
COMMENTS_DISABLEDThe owner switched comments off on that post.
NO_RESULTSThe post genuinely has no comments.
PARTIALThe run delivered some rows for that post and then stopped. What arrived is complete and correct.
RATE_LIMITEDToo much traffic on that post just now. Try again shortly.
BLOCKED, LOGIN_REQUIREDThe thread could not be opened this time. If you supplied a cookie, check it is still valid.
SERVER_ERRORInstagram answered badly. Re-run it.

A run that delivers no rows at all ends as failed, with the labelled row still in the dataset telling you why. That is on purpose. A green tick over an empty dataset is the worst answer a scraper can give you. If you sent several links and at least one produced comments, the run succeeds and the rest get their own diagnostic rows. No diagnostic row is billed as a comment.

▶️ How to run it

  1. Open Instagram Comments Scraper and click Try for free.
  2. Paste your links into Post URLs, one per line.
  3. Set Max comments. Start at 15 while you look at the output shape.
  4. Click Start.
  5. Download the dataset as JSON, CSV or Excel, or read it from the Apify API.

💰 How much does it cost?

$0.40 per 1,000 comment rows. Flat on every Apify plan, no volume tiers.

You pay per row delivered. The same comment is never delivered twice in a run, so you never pay for it twice. Sample rows and diagnostic rows are not billed, and neither is a post that turns out to have nothing under it.

💡 What people use it for

  • Reading what people actually said under a launch post, rather than counting the likes.
  • Pulling the commenters on a giveaway or a competition post into a list to work through by hand.
  • Collecting a few hundred comments across a set of posts to see which complaint keeps coming up.
  • Checking whether a creator's engagement looks like a conversation or like the same ten accounts.

🚧 What it does not do

  • No full export of a big thread. Roughly 75 rows, up to 150 with a lot of inlined replies, and then it stops. A 4,000-comment post returns the top of the thread and says so.
  • Running it again does not go deeper. It starts from the top every time.
  • Replies come back only where Instagram sends them alongside the comment. There is no separate pass that walks into each reply thread.
  • Order is Instagram's ranking, not newest first, and you cannot change it.
  • No private accounts. Public posts and reels only.
  • No comment likers, no editing, no posting, no deleting. This reads.
  • A run that gets nothing anywhere ends as failed, with a labelled row explaining it.

🧭 Which Instagram scraper do you need?

If you wantUse
Comments under a post or reelThis one
The post itself, caption and countsInstagram Post Scraper
Everything one account has postedInstagram Profile Scraper
Posts under a hashtagInstagram Hashtag Scraper
Reels, with plays and audioInstagram Reel Scraper

❓ Questions people ask

Do I need an Instagram account? No. Leave sessionCookies empty and it works.

Then why is the cookie field there? Because some people would rather the run read through their own account. Paste a sessionid and it is used on its own. Use a throwaway account if you do.

Posts or reels? Both, and IGTV. /p/, /reel/ and /tv/ links all work.

Why did I get fewer rows than I asked for? Either the thread ran out, or the run reached the end of what it reads in one pass. The NO_RESULTS or PARTIAL row in your dataset says which.

Can I get every comment on a huge post? No, and that is a real limit rather than a setting you can turn up.

Is scraping Instagram legal? This reads public posts only, never private accounts or messages. Comments still contain personal data, which GDPR and similar laws cover, so have a reason for collecting them. Apify's write-up on the legality of web scraping is a good starting point, and we are not lawyers.

🆘 If something breaks

Open the Issues tab on the actor page. Send the post link you used and the run ID. The code on the diagnostic row usually explains it on its own.