Twitter's advanced search functionality offers powerful options to refine your queries directly in the search text field. By appending specific parameters, users can retrieve precise data based on various filters. Here’s a guide to the most commonly used advanced search parameters:
from:[username]from:elonmusk retrieves tweets only from the user @elonmusk.to:[username]to:NASA retrieves tweets addressed to @NASA.since:[YYYY-MM-DD]since:2023-01-01 fetches tweets from January 1, 2023, onward.until:[YYYY-MM-DD]until:2023-12-31 retrieves tweets before December 31, 2023.since_time:[UNIX_TIMESTAMP]since_time:1672444800 fetches tweets from January 1, 2023, 00:00 UTC.until_time:[UNIX_TIMESTAMP]until_time:1672531200 fetches tweets up to January 2, 2023, 00:00 UTC.filter:[type]filter:images retrieves tweets with images.filter:videos retrieves tweets with videos.filter:links retrieves tweets containing links.filter:replies retrieves tweets that are replies to other tweets.from:elonmusk filter:replies retrieves all reply tweets from @elonmusk.lang:[language_code]en for English, es for Spanish).lang:en fetches tweets in English.You can exclude specific words, phrases, or filters from your search results by using the - (minus) operator before a parameter or word:
from:NASA -Mars retrieves tweets from @NASA that do not mention "Mars."from:elonmusk -filter:replies retrieves all tweets from @elonmusk that are not replies.You can combine multiple parameters in a single search query for highly specific results. For instance:
from:elonmusk since:2025-01-01 until:2025-01-07 Tesla -filter:replies
This query retrieves tweets by @elonmusk mentioning "Tesla" between January 1 and January 7, 2025, excluding replies.
#WorldCup2022 since:2022-11-20 until:2022-12-18from:NASA Mars filter:images -filter:repliesfrom:BillGates lang:en since:2022-01-01 -filter:linkssince_time and until_time for exact timing in UTC.- operator to filter out irrelevant data.These advanced search parameters provide unparalleled control over the data you retrieve, helping you locate exactly what you need on Twitter with ease.