Crawlzodocs
API referenceInstagram

Instagram comment replies

Replies under one comment.

Platform limitation. Instagram does not publish comment replies to the public, so this endpoint cannot return them.

Instagram serves no reply surface to public clients, reports 501 rather than an empty list that would read as 'no replies'.

What this endpoint cannot do. Instagram does not publish comment replies to visitors who are not signed in, and there is no public surface that carries them. This endpoint returns a 501 rather than an empty list, so that a thread with replies is never reported as a thread without them. Top-level comments are available from instagram-post-comments-v4.

Instagram publishes a post's view count only for video. Photo and carousel posts return null rather than zero, because zero would be a claim we cannot support.

Share and save counts are visible only to the account that owns a post. No public surface carries them, so we never populate them.

No example response is shown for this endpoint.

POST
/v1/scrapers/instagram-comment-replies-v4

Authorization

ApiKeyAuth
X-API-Key<token>

Your API key. Sent on every request.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/scrapers/instagram-comment-replies-v4" \  -H "Content-Type: application/json" \  -d '{    "url": "https://www.instagram.com/p/DXuVyDtDyVH/",    "comment_id": "18119538790904442"  }'
{}