Search Tweets
Last updated
Last updated
keyword
Matches a keyword within the body of a Tweet. This is a tokenized match, meaning that your keyword string will be matched against the tokenized text of the Tweet body. Tokenization splits words based on punctuation, symbols, and Unicode basic plane separator characters.
For example, a Tweet with the text βI like coca-colaβ would be split into the following tokens: I, like, coca, cola. These tokens would then be compared to the keyword string used in your query. To match strings containing punctuation (for example coca-cola), symbol, or separator characters, you must wrap your keyword in double-quotes.
pepsi OR cola OR "coca cola"
emoji
Matches an emoji within the body of a Tweet. Similar to a keyword, emojis are a tokenized match, meaning that your emoji will be matched against the tokenized text of the Tweet body.
Note that if an emoji has a variant, you must wrap it in double quotes to add to a query.
(π OR π‘) π¬
from:
Matches any Tweet from a specific user. The value can be either the username (excluding the @ character) or the userβs numeric user ID. You can only pass a single username/ID per from: operator.
from:docialcom
to:
Matches any Tweet that is in reply to a particular user. The value can be either the username (excluding the @ character) or the userβs numeric user ID. You can only pass a single username/ID per to: operator.
to:docialcom
#
Matches any Tweet containing a recognized hashtag, if the hashtag is a recognized entity in a Tweet. This operator performs an exact match, NOT a tokenized match, meaning the rule #thanku will match posts with the exact hashtag #thanku, but not those with the hashtag #thankunext.
#thankunext #fanart OR @arianagrande
$
Matches any Tweet that contains the specified βcashtagβ (where the leading character of the token is the β$β character).
$twtr OR @twitterdev -$fb
url:
Performs a tokenized match on any validly-formatted URL of a Tweet.
from:TwitterDev url:"https://developer.twitter.com"
has:mentions
Matches Tweets that mention another Twitter user.
#nowplaying has:mentions
has:images
Matches Tweets that contain a recognized URL to an image.
#meme has:images
has:videos
Matches Tweets that contain native Twitter videos, uploaded directly to Twitter. This will not match on videos created with Periscope, or Tweets with links to other video hosting sites.
#icebucketchallenge has:videos