ScavioScavio
ProductPricingDocs
Sign InGet Started
Quick StartAPI & SDKsEcosystem

Social Media

Instagram Comment Replies

List replies to an Instagram comment — reply id, text, author, and like count — with pagination, as JSON.

POST/api/v1/instagram/post/comments/replies

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
media_idstringrequired

The post's media id.

Example: 3923727884124821350

comment_idstringrequired

The parent comment id (from Post Comments).

Example: 18326891575251322

cursorstring

Pagination cursor from a previous response.

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
results = client.instagram.comment_replies(media_id="3923727884124821350", comment_id="18326891575251322")
print(results)

Response

"comments": [],
"items": [],
"count": 0,
"next_min_id": null,
"_backend": "igrapi"
},
"response_time": 9309,
"credits_used": 2,
"credits_remaining": 4724
}
PreviousInstagram Post CommentsNextInstagram User Search
ScavioScavio

Real-time search API for AI agents. Search every platform, not just Google.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative

Tools

  • JSON Formatter
  • cURL to Code
  • Token Counter
  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy