{"name":"x-search","description":"Searches recent public X posts, wrapping the read-only X API v2 recent-search route. Takes a query, excludes retweets by default, offers an optional language filter, expands author profile data, and returns public post text, timestamps, metrics, and author username/profile fields. Requires X_BEARER_TOKEN; no posting, replying, liking, following, or account mutation. Use it as an X search API, Twitter search API, recent tweet search, public posts search, or social search.","price":"$0.01","method":"POST","input_schema":{"properties":{"query":{"type":"string","description":"X recent-search query, e.g. 'x402 payments' or '(coinbase OR bankr) x402'."},"max_results":{"type":"number","description":"Number of recent posts to fetch. Clamped to 10-50. Default 10."},"language":{"type":"string","description":"Optional two-letter language filter, e.g. 'en'."}},"required":["query"]},"input_example":{"query":"x402 payments","language":"en","max_results":10},"output_example":{"mode":"search","result_count":10,"tweets":[{"id":"123","text":"x402 payments are live","author":{"username":"agentutility_ai"}}],"source":"X API v2 recent search"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}