twitter limits

wclaster
wclaster New Altair Community Member
edited November 5 in Community Q&A
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

  • jwpfau
    jwpfau New Altair Community Member
    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,
    Jonas

Answers

  • jwpfau
    jwpfau New Altair Community Member
    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,
    Jonas
  • wclaster
    wclaster New Altair Community Member
    Hello. I just tested trying 800 and it worked