The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
270,
340
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Reddit",
"type": "n8n-nodes-base.reddit",
"position": [
470,
340
],
"parameters": {
"text": "This post was created using the Reddit node in n8n",
"title": "Created from n8n",
"subreddit": "n8n"
},
"credentials": {
"redditOAuth2Api": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Reddit1",
"type": "n8n-nodes-base.reddit",
"position": [
670,
340
],
"parameters": {
"postId": "={{$json[\"id\"]}}",
"operation": "get",
"subreddit": "={{$node[\"Reddit\"].parameter[\"subreddit\"]}}"
},
"credentials": {
"redditOAuth2Api": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Reddit2",
"type": "n8n-nodes-base.reddit",
"position": [
870,
340
],
"parameters": {
"postId": "={{$json[\"id\"]}}",
"resource": "postComment",
"commentText": "This comment was added from n8n!"
},
"credentials": {
"redditOAuth2Api": "<your credential>"
},
"typeVersion": 1
}
],
"connections": {
"Reddit": {
"main": [
[
{
"node": "Reddit1",
"type": "main",
"index": 0
}
]
]
},
"Reddit1": {
"main": [
[
{
"node": "Reddit2",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "Reddit",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
redditOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Manual Reddit. Uses manualTrigger, reddit. Event-driven trigger; 4 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
🧠 Reddit MVP Generator – Auto-Generate Startup Ideas from Real User Pain Points The Reddit MVP Generator is a fully automated business idea mining system built in n8n. It scans trending posts and user
Earlier this year, as I got more involved with n8n, I committed to helping users on our community forums and the n8n subreddit. The volume of questions was growing, and I found it was a real challenge
Manual Googlesheets. Uses manualTrigger, chainSummarization, googleSheets, reddit. Event-driven trigger; 17 nodes.
Are you looking for the next big startup idea? This powerful n8n workflow helps you mine Reddit posts for real-world pain points, AI-solvable problems, and high-potential business opportunities — with
Reddit Ai Digest. Uses manualTrigger, reddit, stickyNote, openAi. Event-driven trigger; 15 nodes.