{"name":"tweets-user","description":"Returns recent public tweets by username, using the same read-only X API v2 user_tweets backend as user-tweets. Exposed under the buyer wording used by /tweets/user-style clients. Use it as a tweets-by-username or Twitter user timeline API.","price":"$0.01","method":"POST","input_schema":{"properties":{"mode":{"type":"string","enum":["user_tweets"],"description":"Optional. Operation mode; defaults to 'user_tweets' for this endpoint. Accepts search, user, tweets, users, or user_tweets."},"username":{"type":"string","description":"X/Twitter handle, with or without @."},"max_results":{"type":"number","description":"Number of recent posts to fetch. Clamped to 5-50."},"pagination_token":{"type":"string","description":"Optional X pagination token."},"include_retweets":{"type":"boolean","description":"Include retweets when true. Defaults false."}},"required":["username"]},"input_example":{"mode":"user_tweets","username":"agentutility_ai","max_results":10},"output_example":{"mode":"user_tweets","result_count":10,"source":"X API v2 user tweets timeline"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}