Reddit Trend Crawler (Pay Per Result) avatar

Reddit Trend Crawler (Pay Per Result)

Try for free

Pay $8.00 for 1,000 results

Go to Store
Reddit Trend Crawler (Pay Per Result)

Reddit Trend Crawler (Pay Per Result)

hung.ad4gate/reddit-trend-crawler-pay-per-result
Try for free

Pay $8.00 for 1,000 results

The Reddit Trend Analyzer is an Apify actor that analyzes trending topics and hashtags on Reddit

Reddit Trend Analyzer 🔥

Overview

The Reddit Trend Analyzer is an Apify actor that analyzes trending topics and hashtags on Reddit. For each trend, it provides:

  • Engagement metrics (upvotes, comments, awards, active users)
  • Reasons for trending
  • User demographics
  • Cultural and social impact analysis

Features

  • Analyzes up to 50 trending topics/hashtags
  • Supports multiple countries/regions
  • Provides detailed engagement metrics
  • Tracks both subreddits (r/...) and hashtags (#...)
  • Offers cultural context and significance
  • Easy-to-read formatted output

Input Parameters

ParameterTypeDescription
maxHashtagsIntegerMaximum number of trends to analyze (1-50, default: 10)
countryStringTwo-letter country code (e.g., VN, US, JP)

Example input:

1{
2    "maxHashtags": 10,
3    "country": "US"
4}

Output Format

The actor outputs each trend as a separate item with the following structure:

1{
2    "title": "🔥 r/Technology",
3    "region": "US",
4    "timestamp": "2024-03-16T...",
5    "details": {
6        "engagement": "100K upvotes, 5K comments, 50 awards, 10K active users",
7        "reason": "Major tech announcement or breakthrough",
8        "demographics": "Tech enthusiasts, professionals, students",
9        "impact": "Driving tech literacy and innovation discussions"
10    }
11}

Requirements

  • Python 3.9+
  • Required packages: google-generativeai, apify, python-dotenv

Usage

  1. Configure the input parameters (maxHashtags and country)
  2. Run the actor
  3. Access the results in the actor's dataset

Example Results

1{
2    "title": "🔥 r/WorldNews",
3    "region": "US",
4    "timestamp": "2024-03-16T10:30:00Z",
5    "details": {
6        "engagement": "200K upvotes, 15K comments, 100 awards, 50K active users",
7        "reason": "Major global event coverage",
8        "demographics": "News followers, international community",
9        "impact": "Facilitating global awareness and discussions"
10    }
11}

Limitations

  • Results may vary based on region and time
  • Maximum 50 trends per run
  • Limited to public subreddits and trends

Support

For issues, questions, or suggestions, please:

  1. Check the actor documentation
  2. Submit an issue on GitHub
  3. Contact Apify support
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 1 star

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 2 days ago