Back to Reddit
TikHub·Reddit

Reddit APP: Fetch Reddit APP Comment Replies (Sub-comments)

/api/v1/reddit/app/fetch_comment_repliessync$0.0015 / call

Fetch replies (sub-comments/second-level comments) under a specified Reddit APP comment. Use this endpoint when a comment node has more.cursor field to get its sub-comments (TikHub · Reddit APP)

Input
FieldTypeRequiredDescription
languagestringPreferred response language as an IETF language tag; default: en-US (default "en-US")
post_idstringyesPost ID
cursorstringyesComment cursor from more.cursor field
sort_typestring (CONFIDENCE, NEW, TOP, HOT, CONTROVERSIAL, OLD, RANDOM)Sort method: CONFIDENCE, NEW, TOP, HOT, CONTROVERSIAL, OLD, RANDOM (default "CONFIDENCE")
need_formatbooleanWhether to clean and format the data (default false)

Run it

curl -s https://www.sooma.dev/v1/run \ -H "Authorization: Bearer $SOOMA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"provider":"tikhub","endpoint":"/api/v1/reddit/app/fetch_comment_replies","input":{}}'

Or ask your agent: it will call inspect for this schema and run it over MCP.