Re: [twitter-dev] Search results limitation

2010-05-14 Thread John Kalucki
Results from the Search API should be delayed only by a few seconds
during normal operations. If there's some operational issue, search
can get behind, but this should be fairly rare.

The lowest latency API is the Streaming API. Results are often
available here before they are published onto timelines, and generally
before Search. But, we're talking by hundreds of milliseconds or low
seconds. This shouldn't matter for most applications.

-John Kalucki
http://twitter.com/jkalucki
Twitter, Inc.

On Thu, May 13, 2010 at 11:18 PM, Amit saksena...@gmail.com wrote:
 Hi,

 I am developing an application where i want to get twitter updates
 (follow-ups, tweets etc.) based on keywords straightaway into my
 application. I am using twitter4j for that purpose. The problem is
 that the search results are quite outdated as compared to the ones
 gotten through twitter directly.

 Is it a restriction imposed by twitter?

 In case it is, if there is any other API to resolve the issue or some
 customization sort of paid service provide by twitter or whatever the
 solution can be. Please respond.

 Thanks
 Amit



Re: [twitter-dev] Search results limitation

2010-05-14 Thread devjyoti patra
Use since and until parameters to specify the time period
for which you would like to see the results. For each day you can
retrieve a maximum of 1500 tweets per search term.



On Fri, May 14, 2010 at 11:48 AM, Amit saksena...@gmail.com wrote:
 Hi,

 I am developing an application where i want to get twitter updates
 (follow-ups, tweets etc.) based on keywords straightaway into my
 application. I am using twitter4j for that purpose. The problem is
 that the search results are quite outdated as compared to the ones
 gotten through twitter directly.

 Is it a restriction imposed by twitter?

 In case it is, if there is any other API to resolve the issue or some
 customization sort of paid service provide by twitter or whatever the
 solution can be. Please respond.

 Thanks
 Amit