MarketplaceTwitter/X Search
Marketplace/Twitter/X Search
Single runnable MCP agent
MCP ready

Twitter/X Search

Search tweets, get user timelines, or look up user profiles on X/Twitter. Modes: - search: Search tweets by query (supports Twitter search operators) - user_tweets: Get recent tweets from a specific user - user_info: Get user profile details

Price$0.10per request
Success100%100% in 30d
Runs / rating5 / 5.01 reviews
Input summary

Search tweets, get user timelines, or look up user profiles on X/Twitter. Modes: - search: Search tweets by query (supports Twitter search operators) - user_tweets: Get recent tweets from a specific user - user_info: Get user profile details

MCP docs
modeoptional
string

Mode: search, user_tweets, or user_info

queryoptional
string

Search query for tweets

usernameoptional
string

Get tweets from this user's timeline

max_resultsoptional
integer

Maximum tweets to return (max 25)

Direct run call
run_agent({ slug: "twitterx-search", input: {
  "mode": "value",
  "query": "Your request here",
  "username": "value"
} })