Block 1 - Loop Over Reddit Queries
- Type / Role
- n8n-nodes-base.splitInBatches - splitInBatches
- Config choices
- Version 3
Full walkthrough video: https://www.youtube.com/watch?v=Me4d4BILvHk What it does This workflow automatically monitors trending content on Reddit using keywords you define. It scrapes the most en...
n8n-nodes-base.splitinbatches, n8n-nodes-base.code, n8n-nodes-base.scheduletrigger, n8n-nodes-base.datatable, n8n-nodes-base.gmail, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Growth AI.
Original n8n.io source📺 Full walkthrough video: https://www.youtube.com/watch?v=Me4d4BILvHk
This workflow automatically monitors trending content on Reddit using keywords you define. It scrapes the most engaging posts, calculates an engagement score based on upvotes and comments, ranks content in a leaderboard, and delivers a professional HTML email dashboard — while storing historical data in a structured table for long-term trend tracking.
No manual research. No tab switching. Just the top-performing Reddit content in your inbox, automatically.
Social media managers, content creators, brand managers, marketing teams, and agencies who need to track keyword performance and trending Reddit content for competitive analysis, content inspiration, and community discovery.
The workflow runs a full scraping cycle for each keyword in your list:
trudax~reddit-scraper-litetrudax~reddit-scraper-liteOpen the "Query social media" DataTable and add one keyword per row. The Loop Over Query node automatically runs a full Reddit scraping cycle for every keyword — no limit on the number of keywords.
Reddit:
searches arraytop (alternatives: hot, new, relevance)month (alternatives: hour, day, week, year, all)Add a Schedule Trigger to run the workflow automatically — daily, weekly, or at any interval that suits your monitoring needs.
Reddit
Score = (upvotes × 1) + (comments × 2)
Comments weighted higher as they indicate deeper community engagement.
The automated email report includes:
Modify the Code node to:
Brand & competitive monitoring Track brand mentions and competitor content performance on Reddit simultaneously.
Content strategy Identify top-performing posts, discover effective subreddits, and spot emerging trends before they peak.
Community discovery Find the most active communities in your niche and evaluate engagement based on real performance data.
Campaign tracking Monitor keyword campaigns and measure share of voice over time.
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 | Monitor Reddit keyword trends and email reports with Apify |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Market Research, AI Summarization |
| Author | Growth AI |
| Published | 24 Mar 2026 |
Use the JSON export at /data/workflows/14298/14298.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.
Full walkthrough video: https://www.youtube.com/watch?v=Me4d4BILvHk What it does This workflow automatically monitors trending content on Reddit using keywords you define. It scrapes the most en...
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, AI Summarization use case.