FaceBook Trend Crawler (Pay Per Result) avatar

FaceBook Trend Crawler (Pay Per Result)

Try for free

Pay $7.00 for 1,000 results

Go to Store
FaceBook Trend Crawler (Pay Per Result)

FaceBook Trend Crawler (Pay Per Result)

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

Pay $7.00 for 1,000 results

The Facebook Hashtag Analyzer is an Apify actor analyze trending hashtags on Facebook

Facebook Hashtag Analyzer 🔥

Overview

The Facebook Hashtag Analyzer is an Apify actor analyze trending hashtags on Facebook. For each hashtag, it provides:

  • Engagement metrics (views, likes, shares)
  • 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:

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

Output Format

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

1{
2    "title": "🔥 #HashtagName",
3    "region": "VN",
4    "timestamp": "2024-03-16T...",
5    "details": {
6        "engagement": "1M views, 100K shares",
7        "reason": "Why this hashtag is trending",
8        "demographics": "Main user groups",
9        "impact": "Cultural/social significance"
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": "🔥 #WorldCup2023",
3    "region": "VN",
4    "timestamp": "2024-03-16T10:30:00Z",
5    "details": {
6        "engagement": "10M views, 5M shares",
7        "reason": "Vietnam's historic World Cup qualification",
8        "demographics": "All age groups",
9        "impact": "National pride and unity"
10    }
11}

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
Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 1 star

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 2 days ago