Twitter – Is the official Twitter search widget subject to the API rate limit

twittertwitter-apiwidgets

I have been told by a development partner that we cannot use the normal Twitter search widget – found here – https://twitter.com/about/resources/widgets/widget_search because of the API rate limit. My understanding is that the rate limit applies to the API as used by app developers, and not to the official widgets. Who is correct?

Best Answer

This page - http://dev.twitter.com/pages/rate-limiting - has information on this (important stuff highlighted in bold below)

Requests to the Search API, hosted on search.twitter.com, do not count towards the REST API limit. However, all requests coming from an IP address are applied to a Search Rate Limit.

The Search Rate Limit isn't made public to discourage unnecessary search usage and abuse, but it is higher than the REST Rate Limit.

We feel the Search Rate Limit is both liberal and sufficient for most applications and know that many application vendors have found it suitable for their needs.

The API limit is linked to an IP address but does allow 150 requests per hour.

OAuth calls are permitted 350 requests per hour.

Also see; https://support.twitter.com/groups/31-twitter-basics/topics/114-guidelines-best-practices/articles/15364-about-twitter-limits-update-api-dm-and-following

Hope this helps