search_reddit
ActiveTool of Hermoso
Reddit keyword search (/v1/reddit/search, top-ranked) — a goldmine for the customer's OWN words (pain points, objections, language) to mine into ad hooks and copy. Returns compact JSON {desc (title+selftext), subreddit, upvotes, comments, link} per post. Spends ScrapeCreators credits (~1).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"description": "max posts returned (1–25, default 8)"
},
"query": {
"type": "string",
"description": "what to search Reddit for"
}
}
}Parent server
Hermoso
https://github.com/hermoso-ai/hermoso
1/7 registries