Intagram Trend Crawler (Pay Per Result) avatar

Intagram Trend Crawler (Pay Per Result)

Try for free

Pay $7.00 for 1,000 results

Go to Store
Intagram Trend Crawler (Pay Per Result)

Intagram Trend Crawler (Pay Per Result)

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

Pay $7.00 for 1,000 results

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

Instagram Hashtag Analyzer 📸

Overview

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

  • Engagement metrics (likes, comments, shares, saves)
  • 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 likes, 100K comments, 50K saves",
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": "📸 #VietnamFood",
3    "region": "VN",
4    "timestamp": "2024-03-16T10:30:00Z",
5    "details": {
6        "engagement": "500K likes, 50K comments, 20K saves",
7        "reason": "Rising interest in Vietnamese cuisine and food photography",
8        "demographics": "Food enthusiasts, photographers, travelers",
9        "impact": "Promoting Vietnamese culinary culture globally"
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