I need a way to cound occurrences of a given Hashtag on Twitter, so that i know exacly how many was found on the twitter.
The main idea was to use the simple "search" API, but, i would need to iterate trough many pages to know exacly how many, and also, there is a "limit" for the page (which is 1500 tweets), so, if there are more than 1500 tweets, i would read it as 1500.
Is there any other "inteligent" and emproved way to do this?
Thanks