Sim Studio

Reddit

Access Reddit data and content

Reddit is a vast social news aggregation, content rating, and discussion platform where registered users submit content such as text posts, images, and links, which are then voted up or down by other members. Known as "the front page of the internet," Reddit is organized into thousands of communities called subreddits, each focused on a specific topic.

With Reddit, you can:

  • Access diverse content: Browse thousands of specialized communities covering virtually every topic
  • Stay informed: Get real-time updates on trending news, discussions, and viral content
  • Engage with communities: Participate in discussions with like-minded individuals
  • Discover trending topics: See what's popular across different interest groups
  • Gather insights: Collect opinions, feedback, and perspectives from diverse user groups
  • Monitor public sentiment: Track reactions and discussions around specific topics or brands
  • Research niche topics: Access specialized knowledge in dedicated communities

In Sim Studio, the Reddit integration enables your agents to programmatically access and analyze content from Reddit's vast ecosystem. This allows for powerful automation scenarios such as trend monitoring, content aggregation, and sentiment analysis. Your agents can retrieve popular posts from specific subreddits, extract valuable information, and incorporate these insights into their workflows. This integration bridges the gap between social media monitoring and your AI workflows, enabling more informed decision-making based on public discussions and trending topics. By connecting Sim Studio with Reddit, you can create agents that stay on top of relevant conversations, identify emerging trends, gather diverse perspectives, and deliver timely insights - all without requiring manual browsing of countless Reddit threads.

Usage Instructions

Access Reddit data to retrieve posts and comments from any subreddit. Get post titles, content, authors, scores, comments and more.

Tools

reddit_hot_posts

Fetch the most popular (hot) posts from a specified subreddit.

Input

ParameterTypeRequiredDescription
subredditstringYesThe name of the subreddit to fetch posts from (without the r/ prefix)
limitnumberNoMaximum number of posts to return (default: 10, max: 100)

Output

ParameterType
subredditstring
postsstring

reddit_get_posts

Fetch posts from a subreddit with different sorting options

Input

ParameterTypeRequiredDescription
subredditstringYesThe name of the subreddit to fetch posts from (without the r/ prefix)
sortstringNoSort method for posts:
limitnumberNoMaximum number of posts to return (default: 10, max: 100)
timestringNoTime filter for

Output

ParameterType
subredditstring
postsstring

reddit_get_comments

Fetch comments from a specific Reddit post

Input

ParameterTypeRequiredDescription
postIdstringYesThe ID of the Reddit post to fetch comments from
subredditstringYesThe subreddit where the post is located (without the r/ prefix)
sortstringNoSort method for comments:
limitnumberNoMaximum number of comments to return (default: 50, max: 100)

Output

ParameterType
poststring
titlestring
authorstring
selftextstring
created_utcstring
scorestring
permalinkstring

Block Configuration

Input

ParameterTypeRequiredDescription
actionstringYesAction

Outputs

OutputTypeDescription
responseobjectOutput from response
subredditstringsubreddit of the response
postsjsonposts of the response
postjsonpost of the response
commentsjsoncomments of the response

Notes

  • Category: tools
  • Type: reddit