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. Only $0.09 per 1000 results.
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:
The actor currently supports scraping trends from the following countries:
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
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:
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
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!