Instagram API
Instagram Comment replies API
List the replies to an Instagram comment with cursor pagination (text, author, likes).
POST/v1/run/instagram.comment_replies
Requests
-
30d
Provider network
Providers ranked by traffic
Try it
Make your first request
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
"data": {
"comments": [
{
"author": "Alex Rivera",
"avatarUrl": "https://example.com/image.jpg",
"createdUtc": 12.5,
"id": "a1b2c3d4",
"likes": 12500,
"text": "A short example description of this item.",
"verified": true
}
],
"nextCursor": "example"
},
"found": true
}Response interface
interface InstagramCommentRepliesResponse {
data: {
comments: {
author: string;
avatarUrl?: string;
createdUtc: number;
id: string;
likes?: number;
text: string;
verified: boolean;
}[];
nextCursor: string | null;
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-16 · uptime and latency measured over 30dPOST /v1/run/instagram.comment_replies
curl -X POST https://api.getanyapi.com/v1/run/instagram.comment_replies \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"commentId":"18126632131325044","url":"https://www.instagram.com/p/C8rKmYvsrck/"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| commentId | string | "18126632131325044"Instagram comment ID (a comment's id from the Instagram Post Comments endpoint). |
| url | string | "https://www.instagram.com/p/C8rKmYvsrck/"Full Instagram post or reel URL the comment belongs to. |
| cursor | string | Pagination cursor from a previous response's nextCursor. |
| Response | ||
| data | object | |
| data.comments | object[] | Replies to the requested comment, oldest first. Populated whenever the provider has data for the entity. |
| data.comments[].author | string | Username of the account that wrote the reply, without the @ prefix. Populated whenever the provider has data for the entity. |
| data.comments[].avatarUrl | string | URL of the replying account's profile avatar image. |
| data.comments[].createdUtc | number | UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. Populated whenever the provider has data for the entity. |
| data.comments[].id | string | The reply's Instagram comment ID, as a string. Populated whenever the provider has data for the entity. |
| data.comments[].likes | integer | Number of likes on the reply. Omitted when no like count is reported for the reply. |
| data.comments[].text | string | The reply's text content. Populated whenever the provider has data for the entity. |
| data.comments[].verified | boolean | Whether the reply's author has a verified badge. |
| data.nextCursor | string | Opaque cursor for the next page of replies, or null when this lane has no more. Pass it back as cursor to continue. |
| found | boolean | |
| Price | ||
| Price per request | USD | $0.0012 |
| Price /1k req | USD | $1.20 |
FAQ
About the Instagram Comment replies API
The AnyAPI Instagram Comment replies API returns Instagram comment replies data as normalized JSON from one POST call to /v1/run/instagram.comment_replies. List the replies to an Instagram comment with cursor pagination (text, author, likes). AnyAPI routes each request across 3 sources and falls back automatically when one fails. It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum.
It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.
List the replies to an Instagram comment with cursor pagination (text, author, likes). The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.
More to call
Other Instagram endpoints
Profilefrom $1.20 /1k reqUser postsfrom $0.95 /1k reqPostfrom $0.50 /1k reqUser reelsfrom $0.95 /1k reqPost commentsfrom $0.80 /1k reqHashtag searchfrom $1.20 /1k reqAudio reelsfrom $1.20 /1k reqBasic profilefrom $1.20 /1k reqEmbedfrom $1.20 /1k reqFollowersfrom $1.50 /1k reqFollowingfrom $1.50 /1k reqHashtag analyticsfrom $1.93 /1k resultsHashtag recent postsfrom $1.50 /1k reqHashtag top postsfrom $1.50 /1k reqHighlight detailfrom $1.20 /1k reqLocation postsfrom $1.20 /1k reqMedia transcriptfrom $1.20 /1k reqPost likersfrom $2.40 /1k reqProfile contactfrom $7.21 /1k reqReel transcriptfrom $5.94 /1k audio minutesReels searchfrom $1.20 /1k reqSearchfrom $3.60 /1k reqSearch locationsfrom $2.40 /1k reqSearch profilesfrom $1.20 /1k reqSimilar profilesfrom $2.40 /1k reqStories fullfrom $2.40 /1k reqStories thinfrom $1.50 /1k reqTagged postsfrom $1.50 /1k reqTrending reelsfrom $1.20 /1k reqUser highlightsfrom $1.20 /1k reqUser repostsfrom $1.20 /1k req