Is there any subscription from which we can retrieve total tweets(not limited to 3200 tweets).

What is the maximum number of tweets we can retrieve.
What is the oldest date we can retrieve a tweet.

Please provide us if there is any subscription from which we can retrieve full tweets and all dates.

Thanks in Advance

You want Premium Search: Search API | Twitter API | Docs | Twitter Developer Platform - that’s a good place to start.

With premium, there is a limit on the number of calls you make, and no limit to how many tweets you can retrieve (But there is a limit of 2,500,000 tweets per month). Oldest tweet is from around March 21, 2006, https://twitter.com/jack/statuses/20
that’s the oldest that can be retrieved.

Once you’ve explored the docs, here is a good implementation in python: GitHub - twitterdev/search-tweets-python: Python client for the Twitter 'search Tweets' and 'count Tweets' endpoints (v2/Labs/premium/enterprise). Now supports Twitter API v2 /recent and /all search endpoints.

Hi Igor,

Thanks for the reply.
I need to retrieve all the tweets from current date to last(full archive tweets) not search.

Can you please help on this

I’m not sure what you mean - you mean all tweets? If Premium fullarchive search doesn’t suit you, maybe you want to apply for Enterprise Historical PowerTrack API | Twitter API | Docs | Twitter Developer Platform

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.