v3

latestOpenAPI 3.0.32026-08-02415689.9 KB
Search

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

min_likesinteger
min_repliesinteger
min_retweetsinteger
next_cursorstring
orderstring
querystring
since_datestring
until_datestring

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

next_cursorstring

Cursor for fetching the next page of results. Null or absent if no more pages.