Search over Twitter's API.
Twitter API accepts a determined amount of requests in a 15 minute windows. For more details see API Rate Limits and Rate Limits: Chart . The amount of request the Twitter API accepts is limited to 180 (user authentication) or 450 (application authentication) in a 15 minute window. Since one request can return a maximum of 100 tweets, The maximum amount of tweets that can be pulled in a 15 minute window is 18000 or 45000, respectively. For more details see GET search/tweets .
Please note that Twitter's search service and, by extension, the Search API is not meant to be an exhaustive source of Tweets. Not all Tweets will be indexed or made available via the search interface.
- Type: TwitterTwitter API ConnectionConnection to Twitter's API.