← Back to catalog
twitter.search
mock data$0.002 / callSearch Tweets
Search Twitter/X tweets by keyword, hashtag, or advanced query. Returns tweet text, author info, engagement metrics (likes, retweets, replies, views), and timestamps. 96% cheaper than official X API. Covers recent tweets.
Input schema
queryrequired
stringSearch query — keywords, hashtags, or advanced operators (e.g. "AI agents", "#crypto", "from:elonmusk")
cursor
stringPagination cursor from previous response (for next page of results)
sort_order
stringSort order: "recency" for latest first, "relevancy" for most relevant (default recency)
Call via REST
curl -X POST https://unifyapi.pro/api/call/twitter.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"query":"<query>","cursor":"<cursor>","sort_order":"<sort_order>"}'