Reddit comment threads

social_reddit_comments is a $0.20 GET request on the Wuthering AI API. Read the discussion underneath a Reddit post. It answers complete JSON, and a call that fails is not charged.

Endpoint

GET /v1/social_reddit_comments

Price per successful call

$0.20

Failed calls

Not charged

curl 'https://wutheringai.com/v1/social_reddit_comments?url=…&token=YOUR_TOKEN'

What does social_reddit_comments return, and when should you call it?

Return the comment tree beneath a Reddit post, with scores and authors.

Comments carry the disagreement a post title hides, including the replies naming which product people actually switched to. Availability varies by deployment; if this tool is absent, wuthering_social_reddit_posts still returns post bodies.

Returns: comment text, author, score, timestamp, and reply depth.

Use when a thread's replies are the point. Don't use to discover threads.

The post's URL is the whole of the request: there is no window or date range to set.

What parameters does social_reddit_comments take?

social_reddit_comments accepts 1 parameter, of which 1 is required. Array values are comma-separated on the query string.

Parameters accepted by the social_reddit_comments operation
ParameterTypeRequiredDescription
urlstringyesURL of the Reddit post whose comments you want. Find it with your OWN web search first: `site:reddit.com/r/ "project management software" comments` returns it directly. wuthering_web_search is the fallback if you have no search of your own, and is billed. Never construct a URL — a wrong one returns a dead page, not an error.

Reference for social_reddit_comments · last updated · published by Wuthering AI