twitter limits
wclaster
New Altair Community Member
Hello. I heard somewhere that the limit on tweets per day using the Search Twitter operator is 1000. However, I think if one connects through the API using, say Python, the limit is orders of magnitude larger. Can anyone confirm the 1000 number?
Also, can I use a boolean expression for the query, for example, (Japan OR Korea) AND vaccine? Thanks!
Also, can I use a boolean expression for the query, for example, (Japan OR Korea) AND vaccine? Thanks!
0
Best Answer
-
Hi,
The search requests limit is 180 per 15 min at the moment.
I have tried OR, but the other standard search operators should also work.
In your example only "Japan OR Korea vaccine" is needed, "AND" would require the word "and" in the tweet.
Greetings,
Jonas0
Answers
-
Hi,
The search requests limit is 180 per 15 min at the moment.
I have tried OR, but the other standard search operators should also work.
In your example only "Japan OR Korea vaccine" is needed, "AND" would require the word "and" in the tweet.
Greetings,
Jonas0 -
Hello. I just tested trying 800 and it worked1