Use this file to discover all available pages before exploring further.
Requested result counts are upper bounds for paid authenticated calls. When remaining credits cannot cover the full page or ID list, Xquik returns fewer results. If zero paid results are affordable, it returns 402 insufficient_credits.
1 credit per tweet returned · All plans from $0.00012/credit
The Node.js and Python snippets write one JSON Lines row per mentioned tweet.
Persist each row with the latest next_cursor before requesting the next page.
Use GET /x/users/{id}/mentions when a support, community, brand monitoring,
lead routing, or agent workflow needs the newest tweets mentioning one account.
It returns one JSON page at a time. Use mentions
when you need a saved extraction, estimate, or CSV/JSON/XLSX file export.Store mentioned_user, tweet_id, text, tweet_url, author_id,
author_username, author_name, author_followers, author_verified,
author_profile_picture, created_at, conversation_id, reply context,
engagement counts, media URLs, page_cursor, has_next_page, and
next_cursor. Treat next_cursor as opaque and pass it back as cursor only
when has_next_page is true. Use sinceTime and untilTime to bound a
poller window. Zero affordable results return 402 insufficient_credits.
These optional filters apply to tweets[] returned by this route. They keep the
same mentions target and filter rows after each page is fetched, so selective
filters can return fewer rows than an unfiltered page.