Twitter Top Hashtags Scraper 🔍 avatar
Twitter Top Hashtags Scraper 🔍

Pricing

$19.99/month + usage

Go to Store
Twitter Top Hashtags Scraper 🔍

Twitter Top Hashtags Scraper 🔍

Developed by

EasyApi

EasyApi

Maintained by Community

Effortlessly scrape Twitter's most tweeted hashtags from 60+ countries worldwide. Get real-time insights into top social media topics with detailed metrics including tweet counts and timestamps. Perfect for social media analytics, market research, and content strategy planning. 🌍📊🔍

0.0 (0)

Pricing

$19.99/month + usage

1

Total users

7

Monthly users

1

Runs succeeded

>99%

Last modified

4 months ago

What does Twitter Top Hashtags Scraper do? 🤔

This actor scrapes top Twitter hashtags across 60+ countries worldwide. It provides real-time insights into the most tweeted hashtags in different regions, helping you stay on top of social media conversations and viral topics.

Features ✨

  • 🌍 Coverage of 60+ countries including US, UK, Japan, Germany, etc.
  • 📊 Detailed metrics including tweet counts and trending timestamps
  • ⏱️ Flexible time range options: daily, weekly, monthly, or yearly trends
  • 🚀 Fast and efficient data collection
  • 📈 Real-time top hashtags data
  • 💾 Structured JSON output

Use Cases 📱

  • 📊 Social Media Analytics
  • 🎯 Marketing Campaign Planning
  • 🔍 Market Research
  • 📈 Trend Analysis
  • 🌐 Global Social Listening
  • 📱 Content Strategy Development

Output 📋

The actor provides detailed information for each top hashtag:

  • Hashtag name
  • Tweet count
  • Record date
  • Country
  • Timestamp of data collection

Input Parameters 🎛️

ParameterTypeDescription
countryStringCountry code for top hashtags (e.g., "united-states")
dateTypeStringTime range for data ("day", "week", "month", "year")
proxyConfigurationObjectProxy settings (optional)

Tips 💡

  • Use proxy configuration for better reliability
  • Adjust maxItems based on your needs
  • Consider rate limiting and API usage guidelines

Input Example

A full explanation of an input example in JSON.

{
"country": "united-states",
"dateType": "day"
}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"hashtag": "#LINК",
"tweetsCount": "556.4K",
"recordDate": "17 hours ago",
"country": "united-states",
"scrapedAt": "2024-12-16T09:23:38.447Z"
},
{
"hashtag": "#SNME",
"tweetsCount": "183.1K",
"recordDate": "22 hours ago",
"country": "united-states",
"scrapedAt": "2024-12-16T09:23:38.448Z"
},
{
"hashtag": "#njSSE",
"tweetsCount": "12.5K",
"recordDate": "Now",
"country": "united-states",
"scrapedAt": "2024-12-16T09:23:38.451Z"
},
...
]