Instagram Post Comments Scraper avatar

Instagram Post Comments Scraper

Pricing

from $6.00 / 1,000 pages

Go to Apify Store
Instagram Post Comments Scraper

Instagram Post Comments Scraper

Get the comments on a post or reel

Pricing

from $6.00 / 1,000 pages

Rating

0.0

(0)

Developer

Data Direct

Data Direct

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Get the comments on an Instagram post or reel by URL or shortcode. Returns each comment's text, author details, like and reply counts, date, and link. Sort by popular or recent, and fetch multiple pages in a single call.

Features

  • Real-time Instagram data — results are fetched live at run time, never cached or stale
  • No login, cookies, or proxy configuration needed — just provide the input and run
  • Each result is pushed as a separate dataset item, exportable as JSON, CSV, or Excel
  • Fast: a typical run finishes in seconds

Input

FieldTypeRequiredDescription
urlstringnoInstagram post or reel URL, e.g. https://www.instagram.com/p/CxYQJO8xuC6/ (max 500 characters). Provide either url or code.
codestringnoThe post's shortcode, e.g. CxYQJO8xuC6, or numeric media ID (max 50 characters). Provide either url or code.
pagesintegernoNumber of pages to fetch, 1-10 (default: 1). Each page returns up to 15 comments.
sort_bystringnoSort order: popular or recent (default: popular) One of: popular, recent.

Pricing

This Actor is billed per page of results$0.006 per page.

  • Results come in pages. Use the pages input to choose how many pages to fetch (1–10); more pages means more results.
  • You pay $0.006 for each page you fetch, so pages: 3 costs $0.018 and pages: 1 costs $0.006.
  • You’re only charged when a run succeeds. Failed runs are free.

Example output

{
"comments": [
{
"comment_id": "18058799162049620",
"text": "Nice post!",
"author": "garcia99.r",
"author_name": "Robert Garcia",
"author_id": "72771312829",
"author_verified": false,
"author_url": "https://instagram.com/garcia99.r",
"author_profile_pic_url": "https://scontent.cdninstagram.com/v/t51.89012-19/photo.jpg",
"likes": 23,
"reply_count": 0,
"is_pinned": false,
"hashtags": [],
"mentions": [],
"date": "2025-03-09 13:20:14",
"date_timestamp": 1741524014,
"url": "https://www.instagram.com/p/CxYQJO8xuC6/c/18058799162049620/",
"source": "Instagram",
"domain": "instagram.com",
"gif_url": null
}
],
"code": "CxYQJO8xuC6",
"total": 4006,
"pages": 2,
"count": 23
}

About

Maintained by Data Direct — a small suite of fast, reliable Instagram and web-data scrapers. Each actor returns clean, structured results with no login, cookies, or proxy setup required. Have a question or a custom data need? Open an issue on this actor.