Twitter Trends Scraper avatar

Twitter Trends Scraper

Try for free

Pay $0.09 for 1,000 results

View all Actors
Twitter Trends Scraper

Twitter Trends Scraper

karamelo/twitter-trends-scraper
Try for free

Pay $0.09 for 1,000 results

Scrape the top trends for each data point spanning 8 time periods from live... to... 3 days about trending tweets and hashtags and topics on Twitter from any of the countries listed below. Including volume of tweets.

Twitter Trends Proxy Scraper

If you want to know what's trending on twitter right now, or one hour ago or three or maybe what was trending twitter yesterday, or three days ago, this is the place.

This actor scrapes the top 50 for each datapoint spanning 8 time periods about trending topics, tweets, hashtags on Twitter from any of the countries listed below. It utilizes proxies to ensure reliable scraping and to avoid rate limits imposed by the endpoint. The actor outputs the trends for each country as an array of JSON objects, including the time of scraping, trend name, the time it was trending, and its volume of tweets. This data can be useful for:

  • Market research 📊: Analyze trending topics to understand consumer interests and preferences in different regions.
  • Social media monitoring 📢: Track trending topics to identify emerging news and conversations.
  • Content creation ✍️: Use trending topics as inspiration for content creation relevant to specific audiences.
  • Competitive analysis 📈: Monitor competitor activity and industry trends.

Supported Countries:

The actor currently supports scraping trends from the following countries:

  • World
  • United States
  • Canada
  • Mexico
  • United Kingdom
  • France
  • Germany
  • Italy
  • Spain
  • Portugal
  • Netherlands
  • Denmark
  • Austria
  • Belgium
  • Switzerland
  • Greece
  • Russian Federation
  • Turkey
  • Korea
  • Singapore
  • Indonesia
  • Philippines
  • Viet Nam
  • Thailand
  • Australia
  • Israel
  • United Arab Emirates
  • Saudi Arabia
  • Argentina
  • Brazil
  • Egypt
  • Nigeria
  • Kenya
  • South Africa

The actor outputs a JSON array containing objects, where each object represents a trending topic at a specific point in time. Here's an example:

Time periods are:
Live
1 hour ago
3 hours ago
6 hours ago
12 hour ago
24 hours ago
2 days ago
3 days ago

Output Example:

1[
2  {
3    "time": "2024-09-09T01:11:10.312Z",
4    "timePeriod": "Live",
5    "trend": "Browns",
6    "volume": "94,633Tweets"
7  },
8   // ... more Live trends ...  
9    "time": "2024-09-09T01:11:10.312Z",
10    "timePeriod": "1 hour ago",
11    "trend": "Browns",
12    "volume": "85,079Tweets"
13  },
14  // ... more 1 hour ago trends ...
15  {
16    "time": "2024-09-09T01:11:10.312Z",
17    "timePeriod": "3 hour ago",
18    "trend": "Panthers",
19    "volume": "63,266Tweets"
20  },
21  // ... more 3 hours ago trends ...
22  // ... and so on ...
23]

Understanding the timePeriod Field

The timePeriod field is crucial for understanding the context of each trend. It indicates when the specific trend was observed, relative to the time the actor was run. Here's a breakdown of possible values:

  • "Live" : This means the trend is currently trending in real-time.
  • "X hour(s) ago" : This indicates the trend was trending X hours before the actor's execution.
  • "X day(s) ago" : This indicates the trend was trending X days before the actor's execution.

By analyzing the timePeriod along with the trend itself, you can gain valuable insights into how trends evolve over time. For example, you can identify trends that are quickly gaining popularity ("Live") versus trends that have been sustained for a longer period ("X days ago").

Notes

  • Twitter may occasionally change its website structure or API, which could impact the actor's functionality. If you encounter any issues, please report them on the issues tab.
  • The actor relies on proxies to avoid being blocked and stay anonymous. However, there's always a small chance to be detected and block the proxies. If this happens, you might need to adjust your proxy settings to Residential, they are fast and much less blocked.
Developer
Maintained by Community
Actor metrics
  • 3 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in Sep 2024
  • Modified 8 days ago