Instagram Post Comments Scraper
Pricing
from $6.00 / 1,000 pages
Pricing
from $6.00 / 1,000 pages
Rating
0.0
(0)
Developer
Data Direct
Maintained by CommunityActor 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
| Field | Type | Required | Description |
|---|---|---|---|
url | string | no | Instagram post or reel URL, e.g. https://www.instagram.com/p/CxYQJO8xuC6/ (max 500 characters). Provide either url or code. |
code | string | no | The post's shortcode, e.g. CxYQJO8xuC6, or numeric media ID (max 50 characters). Provide either url or code. |
pages | integer | no | Number of pages to fetch, 1-10 (default: 1). Each page returns up to 15 comments. |
sort_by | string | no | Sort 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
pagesinput 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: 3costs $0.018 andpages: 1costs $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.