ScavioScavio
ToolsPricingDocs
Sign InGet Started
Quick StartAPI & SDKsEcosystem

Social Media

Reddit Comment Replies

Expand the replies under a specific Reddit comment — comment id, text, author, score, timestamp, depth, and a further reply cursor — with pagination, as JSON. Pass the reply_cursor returned by the Post Comments endpoint. Costs 1 credit per request.

POST/api/v1/reddit/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
post_idstringrequired

Post fullname (t3_...) or bare id the comment belongs to.

Example: t3_1v6ngaf

cursorstringrequired

The reply_cursor from a comment returned by the Post Comments endpoint.

Example: eyJhZnRlciI6InQxX2xtM2s5eDIiLCJzb3J0IjoiVE9QIn0

sortenum<string>default:TOP

Reply sort order.

  • TOP — Highest-scoring replies first.
  • BEST — Reddit's blended best ranking.
  • HOT — Currently active replies.
  • NEW — Most recent replies first.
  • CONTROVERSIAL — Most divisive replies first.

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
results = client.reddit.comment_replies(
    post_id="t3_1v6ngaf",
    cursor="eyJhZnRlciI6InQxX2xtM2s5eDIiLCJzb3J0IjoiVE9QIn0",
)
print(results)

Response

"next_cursor": "eyJhZnRlciI6InQxX2xtM3BxN2EifQ",
"has_more": false
},
"response_time": 897,
"credits_used": 1,
"credits_remaining": 4749
}
PreviousReddit Post CommentsNextReddit Subreddit Info
ScavioScavio

One scraper API for every social, search and ecommerce platform. Built for AI agents.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

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

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy