Block 1 - When Executed by Another Workflow
- Type / Role
- n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
Since the Get Many Subreddit node often blocks requests because Reddit requires proper authentication headers, this workflow provides a reliable alternative. It uses the Reddit OAuth2 API through t...
n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.splitout, n8n-nodes-base.set, n8n-nodes-base.aggregate, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Christian Moises.
Original n8n.io sourceIf you are using Get Many subreddit node and you are getting this error: n8n You've been blocked by network security.To continue, log in to your Reddit account or use your developer token
Usecase: This is especially useful if you want to search multiple subreddits programmatically and apply filtering for members, descriptions, and categories.
Trigger Input
The workflow is designed to be called by another workflow using the Execute Workflow Trigger node.
Input is passed in JSON format with parameters:
{
"Query": "RealEstateTechnology",
"min_members": 0,
"max_members": 20000,
"limit": 50
}
Fetch Subreddits
/subreddits/search) with the given keyword and limit.Process Results
Split Out: Iterates over each subreddit entry (data.children).
Edit Fields: Extracts the following fields for clarity:
Aggregate: Recombines the processed data into a structured output array.
Output
Query, min_members, max_members, limit).You can adapt this workflow to your specific needs by:
min_members or max_members.created_utc, lang, or active_user_count.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Reliable Reddit subreddit search with OAuth2 API authentication |
|---|---|
| Complexity | intermediate |
| Nodes | 7 |
| Categories | Market Research, Multimodal AI |
| Author | Christian Moises |
| Published | 20 Aug 2025 |
Use the JSON export at /data/workflows/7646/7646.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Since the Get Many Subreddit node often blocks requests because Reddit requires proper authentication headers, this workflow provides a reliable alternative. It uses the Reddit OAuth2 API through t...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, Multimodal AI use case.