twitter limits

wclasterwclaster Member, University Professor Posts: 43 University Professor
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!
Tagged:

Best Answer

  • jwpfaujwpfau Employee, Member Posts: 277 RM Engineering
    Solution Accepted
    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,
    Jonas

Answers

  • wclasterwclaster Member, University Professor Posts: 43 University Professor
    Hello. I just tested trying 800 and it worked
Sign In or Register to comment.