Advanced Twitter/X Search API
Search Twitter/X public social data with query text, feed selection, count limits, and cursor pagination for agents and market monitors.
Common use case
Track narratives, cashtags, launches, breaking news, influencer posts, and market sentiment.
Query parameters
qSearch text or advanced Twitter/X public social data query.feedSearch feed such as top or latest.countMaximum returned items for the first page.cursorPagination token from response cursor.bottom.Example request
curl --request GET 'https://xai.xxxstrategy.com/v1/search/tweets?q=elon&feed=top&count=5' \
--header 'Authorization: Bearer tw_live_your_api_key'Related endpoint docs
Create an API key from the console to run this endpoint against live Twitter/X data.