{"name":"social-profile-pack","description":"Snapshots an X (Twitter) account in one call: profile, recent tweets, and sentiment. Composite: one call runs twitter-user-lookup + user-tweets + twitter-sentiment in parallel for a username and merges them into {profile, tweets, sentiment}; sentiment is scored over the account's recent public posts and degrades gracefully when unavailable. Read-only X API v2: no posting, replying, liking, following, or account mutation. Use it as a social profile pack API or audience research data for social and brand agents.","price":"$0.04","method":"POST","input_schema":{"properties":{"username":{"type":"string","description":"X/Twitter handle, with or without @, e.g. 'bankrbot'."},"max_tweets":{"type":"number","description":"Recent posts to fetch. Clamped to 5-50. Default 10."}},"required":["username"]},"input_example":{"username":"bankrbot","max_tweets":10},"output_example":{"username":"bankrbot","profile":{"user":{"username":"bankrbot","public_metrics":{"followers_count":1234}}},"tweets":{"result_count":10,"tweets":[{"id":"123","text":"x402 payments are live"}]},"sentiment":{"overall_sentiment":"positive","average_score":0.22,"distribution":{"positive":4,"neutral":5,"negative":1}},"composed_of":["twitter-user-lookup","user-tweets","twitter-sentiment"],"components":[{"name":"twitter-user-lookup","ok":true,"ms":540},{"name":"user-tweets","ok":true,"ms":780}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}