How Can I get the count number of each hashtag belong to the top trend of some country?
I tried by using “https://api.twitter.com/1.1/search/tweets.json”, however the field “next_results” does not appears after some iterations, and the total result is very low.
Is there any way to get the real count of hashtags?
Thank you for your help.
If you program with Python, this might be of use: