Reddit posts on a topic

social_reddit_posts is a $0.20 GET request on the Wuthering AI API. Read Reddit threads where people describe problems in their own words. It answers complete JSON, and a call that fails is not charged.

Endpoint

GET /v1/social_reddit_posts

Price per successful call

$0.20

Failed calls

Not charged

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

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

Return a Reddit post with its score, comment count, and body text.

The highest-quality source of unprompted problem language available publicly: people describing what is broken without a vendor in the room. Requires a Reddit URL, so find one with wuthering_web_search first if you only have a topic.

Returns: title, body text, subreddit, score, num_comments, created date, URL.

Use to harvest the words buyers actually use before writing positioning or keyword lists. Don't use for volume measurement.

The post's URL is the whole of the request: there is no window or date range to set, and no way to list a subreddit's posts from its front page — find the threads worth reading with a search first, then read them one at a time.

What parameters does social_reddit_posts take?

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

Parameters accepted by the social_reddit_posts operation
ParameterTypeRequiredDescription
urlstringyesURL of the Reddit post itself, of the form reddit.com/r/<sub>/comments/<id>/<slug>. A subreddit front page is not accepted — the collection is keyed by post and answers one with "Reddit post was not found". Find it with your OWN web search first: `site:reddit.com/r/ "project management software"` 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_posts?

6 of the research playbooks name social_reddit_posts in their method. Each is free to read and says where in the sequence the call belongs.

Reference for social_reddit_posts · last updated · published by Wuthering AI