Reddit Intelligence AI v1 avatar
Reddit Intelligence AI v1

Pricing

from $35.00 / 1,000 complete analysis runs

Go to Apify Store
Reddit Intelligence AI v1

Reddit Intelligence AI v1

Analyze Reddit with AI-powered sentiment analysis, viral prediction, crisis detection & brand monitoring. MCP automation integrates Linear, Slack, Notion, Airtable & Sheets for auto-workflows. Works in free demo mode or with Reddit API for real-time data.

Pricing

from $35.00 / 1,000 complete analysis runs

Rating

0.0

(0)

Developer

ANIRBAN ROY

ANIRBAN ROY

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

๐Ÿ“Š Reddit Intelligence AI v1

Championship-Level Reddit Analysis 5 MCP Integrations | Interactive 3D Visualizations

Transform Reddit data into actionable business intelligence with AI-powered sentiment analysis, viral prediction, crisis detection, and automated workflows.


1. ๐Ÿค– 5 MCP Integrations - Full Automation

Connect to your entire workflow:

  • Linear - Auto-create support tickets from negative posts
  • Slack - Real-time crisis alerts
  • Notion - Build knowledge base from viral content
  • Airtable - Track all mentions in database
  • Google Sheets - Auto-populate spreadsheets

2. ๐ŸŒŒ Interactive 3D Visualizations

  • 3D Sentiment Galaxy - Explore posts in 3D space (Three.js)
  • Colored spheres by sentiment (green/yellow/red)
  • Click & drag to rotate, scroll to zoom
  • Click spheres to view post details
  • Auto-rotate with starfield background

3. ๐Ÿ’ฐ Business-Focused Analytics

  • ROI Calculator - Estimate marketing value of posts
  • Crisis Detection - Alert on negative sentiment spikes
  • Viral Prediction - AI identifies trending content early
  • Bot Detection - Find suspicious accounts
  • Competitive Intelligence - Track competitor mentions

4. ๐ŸŽจ Beautiful HTML Reports

  • Professional gradient design
  • Interactive charts (Chart.js)
  • Network graphs (D3.js)
  • Mobile-responsive
  • Export to CSV/JSON

๐Ÿš€ Quick Start

Option 1: No Setup (FREE Mode)

Just run the actor! Works immediately without ANY credentials:

{
"subreddits": ["artificial", "MachineLearning"],
"maxPosts": 100
}

Option 2: Full Power (Reddit API)

Get 100+ posts per subreddit:

{
"subreddits": ["artificial"],
"maxPosts": 500,
"redditClientId": "YOUR_CLIENT_ID",
"redditClientSecret": "YOUR_CLIENT_SECRET",
"redditUsername": "YOUR_USERNAME",
"redditPassword": "YOUR_PASSWORD"
}

How to get Reddit API credentials:

  1. Go to: https://www.reddit.com/prefs/apps
  2. Click "Create App" โ†’ "Script"
  3. Copy Client ID & Secret

๐Ÿ“Š Features

Core Analysis

  • โœ… Sentiment Analysis - VADER + optional AI (OpenAI/Claude/Grok)
  • โœ… Viral Prediction - ML algorithm predicts trending posts
  • โœ… Crisis Detection - Real-time negative sentiment alerts
  • โœ… ROI Calculator - Estimate marketing value ($$$)
  • โœ… Bot Detection - Identify suspicious accounts
  • โœ… Controversy Detection - Find conflicting sentiment
  • โœ… Trending Topics - Extract top keywords
  • โœ… User Personas - Categorize commenters
  • โœ… Influence Network - Map key voices
  • โœ… Best Posting Times - Optimize engagement

MCP Automation Modes

Choose from 4 pre-built workflows:

1. Support Intelligence

Auto-creates Linear tickets from negative posts:

{
"mode": "support_intelligence",
"linearApiKey": "YOUR_KEY"
}

2. Crisis Detector

Sends Slack alerts for sentiment spikes:

{
"mode": "crisis_detector",
"slackWebhookUrl": "YOUR_WEBHOOK"
}

3. Content Miner

Saves viral posts to Notion knowledge base:

{
"mode": "content_miner",
"notionApiKey": "YOUR_KEY"
}

4. Brand Guardian

Tracks brand mentions in Airtable:

{
"mode": "brand_guardian",
"brandKeywords": ["YourBrand"],
"airtableApiKey": "YOUR_KEY"
}

AI Enhancement (Optional)

Add AI provider for natural language insights:

{
"aiProvider": "openai",
"openaiApiKey": "YOUR_KEY"
}

Supported AI Providers:

  • OpenAI (GPT-4)
  • Anthropic (Claude)
  • Grok (xAI)

๐Ÿ“‹ Input Parameters

Basic Settings

ParameterTypeDefaultDescription
subredditsarray["artificial"]List of subreddits (max 10)
maxPostsinteger100Posts per subreddit (1-1000)
sortBystring"hot"Sort: hot/new/top/rising
timeFilterstring"week"Time: hour/day/week/month/year
includeCommentsbooleantrueFetch comments

Reddit API (Optional)

ParameterTypeRequiredDescription
redditClientIdstringNoYour Reddit app client ID
redditClientSecretstringNoYour Reddit app secret
redditUsernamestringNoYour Reddit username
redditPasswordstringNoYour Reddit password

Analysis Features (All FREE)

ParameterTypeDefaultDescription
detectControversybooleantrueFind conflicting sentiment
detectBotsEnabledbooleantrueIdentify bot accounts
enableCrisisDetectionbooleantrueAlert on negative spikes
calculateROIEnabledbooleantrueEstimate marketing value
brandKeywordsarray[]Track specific brands

AI Enhancement (Optional)

ParameterTypeDefaultOptions
aiProviderstring"none"none/openai/anthropic/grok
openaiApiKeystring""Your OpenAI API key
anthropicApiKeystring""Your Claude API key
grokApiKeystring""Your Grok API key

MCP Automation (Optional)

ParameterTypeDefaultDescription
modestring"analysis"analysis/support_intelligence/crisis_detector/content_miner/brand_guardian
linearApiKeystring""For Linear integration
slackWebhookUrlstring""For Slack alerts
notionApiKeystring""For Notion integration
airtableApiKeystring""For Airtable tracking
googleSheetsCredentialsstring""For Sheets integration

๐Ÿ“ฆ Outputs

1. REPORT.html

Beautiful interactive report with:

  • ๐Ÿ“Š Sentiment distribution charts
  • ๐Ÿ”ฅ Viral candidate predictions
  • ๐Ÿšจ Crisis alerts (if detected)
  • ๐Ÿ’ฐ ROI calculations
  • ๐ŸŒŒ 3D Sentiment Galaxy (interactive!)
  • ๐ŸŽจ Network influence graph
  • ๐Ÿ“ˆ Trending topics word cloud

2. JSON Files

  • posts.json - All posts with analysis
  • sentiment.json - Sentiment breakdown
  • viral_candidates.json - High-potential posts
  • trending_topics.json - Top keywords
  • crisis_alerts.json - Urgent issues
  • bot_detection.json - Suspicious accounts
  • roi_calculations.json - Marketing value

3. CSV Export

  • posts.csv - Import to Excel/Sheets

4. Output Tab

Summary statistics visible immediately:

{
"totalPosts": 100,
"totalComments": 450,
"overallSentiment": "0.42 (Positive)",
"viralCandidates": 12,
"crisisAlerts": 0,
"dataSource": "RSS Feed (Real Data)"
}

๐Ÿ’ก Use Cases

Marketing Teams

  • Track brand mentions across subreddits
  • Identify viral content opportunities
  • Monitor competitor activity
  • Calculate campaign ROI

Community Managers

  • Detect crises before they escalate
  • Find influential community members
  • Understand sentiment trends
  • Generate engagement reports

Product Teams

  • Collect feature requests from comments
  • Monitor product reception
  • Track competitor mentions
  • Identify content gaps

Customer Support

  • Auto-create tickets from negative posts
  • Track recurring issues
  • Monitor brand reputation
  • Prioritize by sentiment

๐ŸŽฏ Examples

Example 1: Brand Monitoring

{
"subreddits": ["technology", "gadgets", "apple"],
"brandKeywords": ["iPhone", "Apple"],
"mode": "brand_guardian",
"airtableApiKey": "YOUR_KEY",
"enableCrisisDetection": true,
"webhookUrl": "YOUR_SLACK_WEBHOOK"
}

Result: Tracks all iPhone mentions, logs to Airtable, alerts on negative sentiment

Example 2: Competitor Analysis

{
"subreddits": ["saas", "startups"],
"competitorKeywords": ["Slack", "Teams", "Discord"],
"calculateROIEnabled": true,
"aiProvider": "openai",
"openaiApiKey": "YOUR_KEY"
}

Result: Compare competitor mentions with AI-powered insights

Example 3: Content Research

{
"subreddits": ["MachineLearning", "artificial"],
"maxPosts": 200,
"mode": "content_miner",
"notionApiKey": "YOUR_KEY",
"notionDatabaseId": "YOUR_DB_ID"
}

Result: Saves viral AI posts to Notion for content inspiration


๐Ÿ”’ Privacy & Compliance

  • โœ… No data stored - Everything deleted after run
  • โœ… Public data only - Only scrapes publicly visible posts
  • โœ… Rate limited - Respects Reddit's limits
  • โœ… GDPR compliant - No personal data collected
  • โœ… Terms compliant - Follows Reddit API terms

๐Ÿ› ๏ธ Technical Details

Technologies

  • Backend: Node.js 22, Apify SDK 3.5
  • Analysis: VADER sentiment, custom ML algorithms
  • Visualization: Three.js (3D), Chart.js, D3.js
  • Styling: Modern CSS gradients, responsive design
  • APIs: Reddit OAuth 2.0, Public JSON, RSS

Performance

  • โšก Speed: 100 posts in ~10 seconds
  • ๐Ÿ’ฐ Cost: ~$0.01 per 100 posts
  • ๐ŸŽฏ Accuracy: 85%+ sentiment accuracy
  • ๐Ÿ“Š Scale: Up to 1,000 posts per run

๐Ÿ“š Resources

Documentation

Support

  • ๐Ÿ› Found a bug? Report it!
  • Apify Platform Support: Use the built-in messaging system in Apify Console

๐Ÿ† Built for Apify Challenge 2025

This actor demonstrates:

  • โœ… Production-ready code - Error handling, fallbacks, normalization
  • โœ… Real business value - ROI calculator, automation, crisis detection
  • โœ… Technical excellence - 3D viz, MCP integration, multi-tier system
  • โœ… Beautiful UX - Interactive reports, responsive design
  • โœ… Comprehensive docs - Clear examples, use cases, parameters

Not a demo. A complete intelligence platform. ๐Ÿš€


๐Ÿ“œ License

Apache 2.0 - Free to use,


Author

Created by: Anirban Roy
GitHub: (https://github.com/ar48code-dev)

๐Ÿ™ Credits

Built with:


โญ If you find this useful, please star the actor!

๐Ÿš€ Ready to transform Reddit data into insights? Run the Actor โ†’