Get the replies to a single Instagram comment by post URL or shortcode plus the comment ID from the Post Comments endpoint. Returns each reply's text, author details, like count, date, link, and the comment it replies to.
curl "https://apidirect.io/v1/instagram/comment/replies?code=C3OqtMeRxrV&comment_id=18033049183828491" \
-H "X-API-Key: YOUR_API_KEY"
{
"replies": [
{
"comment_id": "18026563642931570",
"text": "@instagram haha",
"author": "omer.arincc",
"author_name": "Ă–merArnc",
"author_id": "52890574747",
"author_verified": false,
"author_url": "https://instagram.com/omer.arincc",
"author_profile_pic_url": "https://scontent.cdninstagram.com/v/t51.89012-19/photo.jpg",
"likes": 9,
"reply_count": 0,
"is_pinned": false,
"hashtags": [],
"mentions": [
"instagram"
],
"date": "2024-02-12 18:56:19",
"date_timestamp": 1707759379,
"url": "https://www.instagram.com/p/C3OqtMeRxrV/c/18033049183828491/r/18026563642931570/",
"source": "Instagram",
"domain": "instagram.com",
"gif_url": null,
"parent_comment_id": "18033049183828491",
"replied_to_comment_id": "18033049183828491"
}
],
"comment_id": "18033049183828491",
"code": "C3OqtMeRxrV",
"total": 52,
"pages": 1,
"count": 9
}
From the Post Comments endpoint. Each comment has a comment_id.
The comment has no replies. Check reply_count on the comment first.
You only pay for successful requests. The Instagram Comment Replies 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