Hi,
I’m trying to get a list of tweets by https://api.twitter.com/1.1/search/tweets.json.
but I often dont get specific tweets. It's public tweets and dont have deleted.
Why!?
please help me.
The standard search API index is incomplete, and generally only searches the last 5-7 days of tweets https://developer.twitter.com/en/docs/tweets/search/overview
Alternatively, if you don’t need old tweets, you could capture live tweets with Streaming API https://developer.twitter.com/en/docs/tweets/filter-realtime/api-reference/post-statuses-filter.html which will get a lot more but requires keeping a stream open
2 Likes
Thank you for reply.
I did not know Streaming API .
I’ll try check the doc.
Thank you.
system
closed
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.