What is Reddit Trending Posts?
Scavio exposes trending posts per subreddit or across subreddit sets, ranked by upvote velocity rather than raw count. Each result includes title, subreddit, upvote count, comment count, velocity (upvotes per hour), and permalink. Built for community managers, brand monitors, and agents that need to catch conversations while they are still moving.
Example Response
{ "posts": [{ "title": "...", "subreddit": "AI_Agents", "velocity": 240 }] }Use Cases
- Real-time brand monitoring
- Community-intel dashboards
- Content repurposing pipelines
- Agent research tool for current topics
Why Reddit Trending Posts Matters
Upvote velocity catches momentum before threads max out, giving teams a window to engage with rising conversations.
LangChain Example
Drop reddit trending posts data into your LangChain agent in a few lines:
tool.invoke({"subreddits": ["AI_Agents", "LocalLLaMA"], "sort": "trending"})