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.
| Parameter | Type | Required | Description |
|---|---|---|---|
| url | string | yes | URL 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. |
Which playbooks call social_reddit_comments?
2 of the research playbooks name social_reddit_comments in their method. Each is free to read and says where in the sequence the call belongs.
- Is there real demand for this?Test an idea against the cheapest evidence that could kill it — search demand, sustained ad spend, posted salaries, and the words buyers use — and return a verdict with the number that decides it.
- What should we build next?Gather the language of people switching into and out of this category, code every quote to the force that drives it, size each theme against real search demand, and return a 50/50 roadmap.
Reference for social_reddit_comments · last updated · published by Wuthering AI