Reddit

x_search

Search X by keywords. type picks the mode: recent (default) is the deep chronological sweep and keeps paginating as far as you follow the cursor; popular returns the highest-engagement tweets for the query; people finds accounts and returns a single page (no cursor). Advanced query operators pass through verbatim, e.g. "from:nasa", "min_faves:100", exact phrases in quotes -- there is no separate date parameter, so use since:/until: operators for time windows. Costs 6 credits per page; a cursor page is a NEW call priced the same way, so a deep sweep costs linearly in pages. Returns tweet summaries (text, author with follower count, views, likes, retweets, replies, created_at, url, id) with a cursor. Fetch one tweet's full detail with x_get_tweet and an account's timeline with x_get_tweets. For comment-level sentiment inside topic communities, reddit_search type=comments is usually the sharper instrument.

Remote veezeehq/veezee

Remote (network-hosted)

Other tools also called x_search? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "query": {
      "type": "string",
      "description": "Free-text keywords; X advanced operators work, e.g. 'claude code from:AnthropicAI since:2026-06-01'."
    },
    "cursor": {
      "type": "string"
    },
    "freshness": {
      "type": "string"
    },
    "max_credits": {
      "type": "number"
    }
  }
}
          

Provider

Reddit →