v3
latestOpenAPI 3.0.32026-08-02415689.9 KBSearch
Search Mentions
Returns tweets that mention the specified user handle. Up to 20 results per page, sorted by mention time (newest first by default). Supports the richest set of filters among all search endpoints: minimum likes, replies, retweets, and a date range. Results can also be sorted by popular or latest.
post/mentions
Request body
Example request
{
"min_likes": 100,
"min_replies": 100,
"min_retweets": 100,
"next_cursor": "JKHSJFHADUYJKSDy2y3u123",
"order": "popular",
"query": "elonmusk",
"since_date": "2026-01-01",
"until_date": "2026-01-01"
}Response
OK