X Advanced Search: Difference between revisions
Jump to navigation
Jump to search
(Created page with "X (tweets) Advanced Search == Methods == # https://x.com/search-advanced # Enter the query directly into the search box # ''$'' apify: [https://console.apify.com/actors/61RPP7dywgiy0JPD0/input 🏯 Tweet Scraper V2 - X / Twitter Scraper] == Use Cases == === Case 1: Search recent posts from a specific account === Recent posts from account: @elonmusk <pre> from:elonmusk </pre> 🔗 https://x.com/search?q=from%3Aelonmusk&src=typed_query === Case 2: Search posts by date...") |
|||
| Line 30: | Line 30: | ||
🔗 https://x.com/search?q=from%3Aelonmusk%20since%3A2026-05-01%20until%3A2026-05-03&src=typed_query&f=top | 🔗 https://x.com/search?q=from%3Aelonmusk%20since%3A2026-05-01%20until%3A2026-05-03&src=typed_query&f=top | ||
No timezone specification is needed. The following query is incorrect: (tested at 2026/5/13) | |||
<pre> | |||
from:claudeai since:2026-05-02_00:00:00_UTC until:2025-05-02_23:59:59_UTC | |||
</pre> | |||
=== Case 3: Filter posts by reply status === | === Case 3: Filter posts by reply status === | ||
Latest revision as of 10:31, 13 May 2026
X (tweets) Advanced Search
Methods[edit]
- https://x.com/search-advanced
- Enter the query directly into the search box
- $ apify: 🏯 Tweet Scraper V2 - X / Twitter Scraper
Use Cases[edit]
Case 1: Search recent posts from a specific account[edit]
Recent posts from account: @elonmusk
from:elonmusk
🔗 https://x.com/search?q=from%3Aelonmusk&src=typed_query
Case 2: Search posts by date[edit]
1. Posts from @elonmusk on 2026/5/1 ❗ Dates are in UTC — if you are signed in to X, the displayed timezone may follow your account settings instead.
from:elonmusk since:2026-05-01 until:2026-05-02
2. Posts from @elonmusk between 2026/5/1 and 2026/5/2
from:elonmusk since:2026-05-01 until:2026-05-03
No timezone specification is needed. The following query is incorrect: (tested at 2026/5/13)
from:claudeai since:2026-05-02_00:00:00_UTC until:2025-05-02_23:59:59_UTC
Case 3: Filter posts by reply status[edit]
1. Posts from @elonmusk on 2026/5/1, excluding replies
from:elonmusk since:2026-05-01 until:2026-05-02 -filter:replies
2. Replies only from @elonmusk on 2026/5/1
from:elonmusk since:2026-05-01 until:2026-05-02 filter:replies
🔗 https://x.com/search?q=from%3Aelonmusk%20since%3A2026-05-01%20filter%3Areplies&src=typed_query&f=top