{"name":"tweets-search","description":"Searches recent public X posts and returns post text, timestamps, metrics, and expanded author profile data. Same read-only X API v2 recent-search backend as x-search, exposed under the buyer wording used by tweet-search clients. Requires X_BEARER_TOKEN; no posting, replying, liking, following, or account mutation. Use it as a tweets search API, X recent post search, or Twitter search endpoint.","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"}