Skip to Content
ResourcesIntegrationsSocial & CommunicationReddit

Reddit

Service domainSOCIAL MEDIA
Reddit icon
Arcade Optimized

Arcade.dev LLM tools Reddit

Author:Arcade
Version:1.2.1
Auth:User authorization via the Reddit auth provider
11tools

Arcade.dev provides a powerful toolkit for integrating with Reddit, enabling developers to interact with Reddit's vast content and community features seamlessly. This toolkit allows for efficient data retrieval and engagement on the platform.

Capabilities

  • Access subreddit data, including rules and content.
  • Retrieve and manipulate posts and comments.
  • Verify subreddit accessibility for authenticated users.
  • Simplify fetching multiple posts in one request.

OAuth

  • Provider: Reddit
  • Scopes: history, identity, read, submit

Secrets

  • None required for usage.

Available tools(11)

11 of 11 tools
Operations
Behavior
Tool nameDescriptionSecrets
Checks whether the specified subreddit exists and also if it is accessible to the authenticated user. Returns: {"exists": True, "accessible": True} if the subreddit exists and is accessible. {"exists": True, "accessible": False} if the subreddit exists but is private or restricted. {"exists": False, "accessible": False} if the subreddit does not exist.
Comment on a Reddit post
Get the content (body) of multiple Reddit posts by their identifiers. Efficiently retrieve the content of multiple posts in a single request. Always use this tool to retrieve more than one post's content.
Get the content (body) of a Reddit post by its identifier.
Get posts that were created by the authenticated user sorted by newest first
Get the Reddit username of the authenticated user
Gets posts titles, links, and other metadata in the specified subreddit The time_range is required if the listing type is 'top' or 'controversial'.
Gets the rules of the specified subreddit
Get the first page of top-level comments of a Reddit post.
Reply to a Reddit comment
Submit a text-based post to a subreddit
Last updated on