UnifyAPI
← Back to catalog

twitter.search

mock data$0.002 / call

Search 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.

Socialprovider: Twitter#twitter#social

Input schema

queryrequired

Search query — keywords, hashtags, or advanced operators (e.g. "AI agents", "#crypto", "from:elonmusk")

string
cursor

Pagination cursor from previous response (for next page of results)

string
sort_order

Sort order: "recency" for latest first, "relevancy" for most relevant (default recency)

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.