--- title: Reddit node documentation description: Learn how to use the Reddit node in n8n. Follow technical documentation to integrate Reddit node into your workflows. contentType: [integration, reference] --- # Reddit node Use the Reddit node to automate work in Reddit, and integrate Reddit with other applications. n8n has built-in support for a wide range of Reddit features, including getting profiles, and users, retrieving post comments and subreddit, as well as submitting, getting, and deleting posts. On this page, you'll find a list of operations the Reddit node supports and links to more resources. ```{note} Credentials Refer to [Reddit credentials](/08-0-0-Workflow/integrations/builtin/credentials/reddit.md) for guidance on setting up authentication. ``` ```{include} ../../../../_snippets/integrations/builtin/app-nodes/ai-tools.md ``` ## Operations * Post * Submit a post to a subreddit * Delete a post from a subreddit * Get a post from a subreddit * Get all posts from a subreddit * Search posts in a subreddit or in all of Reddit. * Post Comment * Create a top-level comment in a post * Retrieve all comments in a post * Remove a comment from a post * Write a reply to a comment in a post * Profile * Get * Subreddit * Retrieve background information about a subreddit. * Retrieve information about subreddits from all of Reddit. * User * Get ## Templates and examples ```{include} ../../../../_snippets/integrations/builtin/app-nodes/operation-not-supported.md ```