on the developer portal it says I can use 0 Tweets pulled of 500,000 MONTHLY TWEET CAP USAGE. How does this limit work? In what kind of research can I use this amount of tweets?
That looks like the Standard API limit, the Academic Access one is 10,000,000 tweets per month.
In both cases, several endpoints contribute to the limit: Projects overview | Docs | Twitter Developer Platform
Igor,
Igor,
Thanks for the feedback.
In the image below. I did a test using Search Tweets: Full Archive / Sandbox and only managed to extract: 5k tweets. “The Tweet cap volume depends on which product track you are using: If you are using the Standard product track at the Basic access level, you will be limited to receiving 500,000 Tweets per month across the v2 endpoints noted earlier.”
But the delivery limitation is on the amount of requests and Tweets this month. as per the picture. In other words, with the Standard product, it doesn’t actually deliver pulled-of-500,000 Tweets.
Has anyone been able to extract a volume larger than 5k using Search Tweets: Full Archive?
I got access to Academic Research. I would like to do some testing before creating a new academic apps.
Ah, it looks like you are looking at the Premium API dashboard, https://developer.twitter.com/en/dashboard which is a different, v1.1 API which is not relevant to you.
This is a v2 API and it’s here: https://developer.twitter.com/en/portal/projects-and-apps (You should see 2 projects, “Standard”, and “Academic Research” here)
Academic access is being able to use this v2 endpoint: GET /2/tweets/search/all | Docs | Twitter Developer Platform
This is a good place to start:
1 Like