Twitter API Search Limitations and Tools to Overcome

Twitter API Search has the limitations such as

You may not be able to retrieve tweets from very old dates. It may return only 1500 or from 7 days which one is earlier.

 

It may return only around 20 per request. You can set rpp to get more

 

You may not be allowed to query within 30 secs.

 

There are some services such as Topsy, SnapBird : I saw claims that they can provide you tweets from earlier dates. However, it probably is pretty difficult to get the specific tweets that you are searching for, unless they have stored all tweets themselves. They might have special agreement with twitter to access the data [I do not know].

 

Twitter probably could have a paid service for that.

 

Or you can write some code to store all tweets or for any particular type tweets. and store them for a long time. who knows, your data may become valuable once in the future. You take it from here, for all the new such twitter like services comes around, you can collect and store data, you can create search services based on the data. Who knows the stuff can become valuable once in the future.

 

If you are making an application based on tweets, and if you need to keep upto date with tweets, you may use only search API, or both Search and Streaming API. Search can collect the past 7 days. but Streaming can collect the live stream. You can still use the search as a cron job and collect tweets as you go. However, streaming api may give you more tweets. And Yes, definitely, you can use the third party services to collect very old tweets. I have given a list below:

You can check on it at:

http://140dev.com/twitter-api-programming-tutorials/aggregating-tweets-search-api-vs-streaming-api/

 

List of Twitter Search Services:

http://snapbird.org/

http://www.sysomos.com/social-media-monitoring/

https://github.com/sferik/t

http://knightlab.northwestern.edu/2013/09/16/twxplorer-find-meaning-in-the-global-conversation/

http://php.dzone.com/articles/twitter-search-api-using-php

 

Search engines such as Google can be searched for Twitter Tweets

Google site:twitter.com/ From: http://sitestree.com/?p=658
Categories:Web Development, Root, By Sayed Ahmed
Tags:
Post Data:2014-01-05 00:32:47