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.
curl "https://apidirect.io/v1/instagram/post/comments?code=CxYQJO8xuC6&pages=2" \
-H "X-API-Key: YOUR_API_KEY"
{
"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
}
Pass comment_id to the Comment Replies endpoint. Comments with reply_count: 0 have none.
Up to 15 per page and 10 pages per call. total is the post's full comment count.
You only pay for successful requests. The Instagram Post Comments API costs $0.006 per page. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 5 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key