Skip to main content

Monitor Reddit keyword trends and email reports with Apify

Workflow preview

Workflow preview
100%
Monitor Reddit keyword trends and email reports with Apify preview
Open on n8n.io

1. Workflow Overview

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...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

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

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Growth AI.

Original n8n.io source

1.1 Workflow description

Title
Monitor Reddit keyword trends and email reports with Apify
Workflow name
Monitor Reddit keyword trends and email reports with Apify

📺 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 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.

Who's it for

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.

How it works

The workflow runs a full scraping cycle for each keyword in your list:

  • Reddit Monitoring: Searches top posts by keyword with upvotes and comment data
  • Engagement Scoring: Ranks content based on upvotes and comments
  • Email Report: Delivers a formatted HTML dashboard with clickable links to original posts
  • Data Storage: Pushes all results into a DataTable for historical tracking and trend analysis

Requirements

  • Apify account (free tier works — no recurring cost)
  • Gmail account for report delivery
  • n8n instance (cloud or self-hosted)
  • Reddit Scraper Lite: trudax~reddit-scraper-lite

How to set up

Step 1: Configure Apify credentials

Step 2: Add your keywords

Open 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.

Step 3: Configure search parameters

Reddit:

  • Search terms via searches array
  • Sort: top (alternatives: hot, new, relevance)
  • Time period: month (alternatives: hour, day, week, year, all)
  • Limits: maxItems 50, maxPostCount 25

Step 4: Set up email reporting

  • Configure Gmail OAuth2 credentials in n8n
  • Update the recipient email address in the Send a message node
  • Customize subject and styling as needed

Step 5: Schedule the workflow

Add a Schedule Trigger to run the workflow automatically — daily, weekly, or at any interval that suits your monitoring needs.

Engagement scoring methodology

Reddit Score = (upvotes × 1) + (comments × 2) Comments weighted higher as they indicate deeper community engagement.

Performance levels

  • High: Score ≥ 10,000 — viral or highly engaging content
  • Medium: Score ≥ 1,000 — solid engagement, worth monitoring
  • Low: Score < 1,000 — baseline engagement

Results & dashboard

The automated email report includes:

  • Reddit leaderboard: Top 10 posts ranked by engagement score
  • Per-post detail: Subreddit, content preview, score, level, and direct link to original post
  • Historical DataTable: One row per post with keyword, score, date — queryable over time

How to customize

Keyword targeting

  • Add as many keywords as needed — one row per keyword in the DataTable
  • Use brand names, product names, competitor terms, or niche subreddit topics
  • Adjust for seasonal trends or campaign periods

Scoring adjustments

Modify the Code node to:

  • Change metric multipliers based on your priorities
  • Add recency bonuses for fresher content
  • Filter out low-quality or spam content

Reporting enhancements

  • Add multiple email recipients
  • Export results to Google Sheets or Airtable
  • Set alert thresholds for high-performing content
  • Connect to Slack or Teams for real-time notifications

Use cases

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.

Limitations

  • Subject to Apify scraper quotas (free tier: ~$5 credit/month included)
  • Some private or restricted content may not be accessible
  • Dependent on third-party scraper availability and maintenance

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Loop Over Reddit Queries

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 2 - Sort Reddit Posts by Score

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 3 - Reddit Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 4 - Get Reddit Query Rows

Type / Role
n8n-nodes-base.dataTable - dataTable
Config choices
Version 1

Block 5 - Send Reddit Report Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 6 - Push Results to Data Table

Type / Role
n8n-nodes-base.dataTable - dataTable
Config choices
Version 1

Block 7 - Sticky Note13

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note24

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note25

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note26

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note27

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Fetch Reddit Posts via Apify1

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 13 - Rank Reddit Posts1

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

3. Summary Table

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

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14298/14298.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Monitor Reddit keyword trends and email reports with Apify do?

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...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.