📊 No-Code Twitter API Tweet Counts Data Scraper

Download Historical Tweet Counts

If you’re interested in tracking trends on Twitter for a specific topic, query or hashtag, you may have considered scraping ALL the Tweets using either the 7-day Tweet Search Scraper or the Historical Archive Tweet Scraper.

While these will certainly give you more than enough data to understand trends over time, you’ll need to do a lot of post-processing if you only care about the number of Tweets over time (e.g. how many people Tweeted with a certain hashtag each day for the past year).

Fortunately though, Twitter has made this easy to collect using the scraper we have implemented here. It works just like the search scrapers, where you can use the exact same query syntax and features, but instead of returning the raw Tweets, this API endpoint will return the date range and number of Tweets for that range. You can also control the granularity, e.g. get the number of Tweets per hour, day or minute!

⚡️ Endpoints