Hi,
I collected tweets by using by Streaming API(statuses/filter) like below.
r = api.post("https://stream.twitter.com/1.1/statuses/filter.json", stream=True, data={"track": "#specifiedtag"})
But, I can’t detect some tweets(about 10%) and search api can detect these tweets.