{"name":"twitter-sentiment","description":"Searches recent public X posts for a query and scores each tweet's sentiment, returning tweet-level scores plus aggregate positive/neutral/negative distribution and average score. Excludes retweets by default with an optional language filter. Requires X_BEARER_TOKEN; read-only, no posting, replying, liking, following, or account mutation. Use it as a Twitter sentiment API, X sentiment API, social sentiment monitor, tweet sentiment analysis, brand sentiment search, or crypto sentiment tracker.","price":"$0.03","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. X API minimum is 10; this endpoint clamps 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":{"query":"x402 payments","result_count":10,"overall_sentiment":"positive","average_score":0.22,"distribution":{"positive":4,"neutral":5,"negative":1},"source":"X API v2 recent search + local sentiment lexicon"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}