Twitter API limitation Sample Clauses
Twitter API limitation. Challenges: We crawl data from Twitter using the official API which is limited by a specific number of requests in a certain time window1. Further, the API comes in different access levels and pricing: standard, premium, and enterprise—each of them allowing different search options, such as crawling data of the last seven days, 30 days, or the full archive2. As we cannot provide paid Twitter search API tokens to the public, we are limited to the standard search API. In future versions of the microservice, we will add the possibility add a custom API access tokens to allow premium and enterprise searches.
