X (Twitter) Trend Crawler (Pay Per Result) avatar
X (Twitter) Trend Crawler (Pay Per Result)

Deprecated

Pricing

$5.00 / 1,000 results

Go to Store
X (Twitter) Trend Crawler (Pay Per Result)

X (Twitter) Trend Crawler (Pay Per Result)

Deprecated

Developed by

Hung Dinh

Hung Dinh

Maintained by Community

The X (Twitter) Hashtag Analyzer is an Apify actor analyze trending hashtags on Twitter

0.0 (0)

Pricing

$5.00 / 1,000 results

2

Total users

19

Monthly users

2

Runs succeeded

>99%

Last modified

4 months ago

X (Twitter) Hashtag Analyzer 🐦

Overview

The X (Twitter) Hashtag Analyzer is an Apify actor analyze trending hashtags on Twitter. For each hashtag, it provides:

  • Engagement metrics (likes, retweets, replies, impressions)
  • Reasons for trending
  • User demographics
  • Cultural and social impact analysis

Features

  • Analyzes up to 50 trending hashtags
  • Supports multiple countries/regions
  • Provides detailed engagement metrics
  • Offers cultural context and significance
  • Easy-to-read formatted output

Input Parameters

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

Example input:

{
"maxHashtags": 10,
"country": "VN"
}

Output Format

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

{
"title": "🐦 #HashtagName",
"region": "VN",
"timestamp": "2024-03-16T...",
"details": {
"engagement": "1M likes, 500K retweets, 100K replies",
"reason": "Why this hashtag is trending",
"demographics": "Main user groups",
"impact": "Cultural/social significance"
}
}

Requirements

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

Usage

  1. Set up your Gemini API key in the actor's environment variables
  2. Configure the input parameters (maxHashtags and country)
  3. Run the actor
  4. Access the results in the actor's dataset

Example Results

{
"title": "🐦 #BreakingNews",
"region": "VN",
"timestamp": "2024-03-16T10:30:00Z",
"details": {
"engagement": "1M likes, 500K retweets, 100K replies",
"reason": "Major current event or news story",
"demographics": "News followers, general public",
"impact": "Raising awareness about important issues"
}
}

Limitations

  • Results may vary based on region and time
  • Maximum 50 hashtags per run

Support

For issues, questions, or suggestions, please:

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