{"name":"twitter-users","description":"Looks up Twitter user profiles in bulk by username or ID, for routers and buyers searching for bulk profile enrichment. Same backend as users. Use it as a Twitter users API or bulk user profile lookup by username or ID.","price":"$0.01","method":"POST","input_schema":{"properties":{"mode":{"type":"string","enum":["users"],"description":"Optional. Operation mode; set to 'users' for bulk lookup. Accepts search, user, tweets, users, or user_tweets."},"usernames":{"type":"array","items":{"type":"string"},"description":"X handles to look up, with or without @. Up to 100, deduplicated. Provide this or user_ids/ids."},"user_ids":{"type":"array","items":{"type":"string"},"description":"Numeric X user IDs to look up. Up to 100. Used only when usernames is omitted."},"ids":{"type":"array","items":{"type":"string"},"description":"Alias for user_ids: numeric X user IDs, used when usernames is omitted."}}},"input_example":{"mode":"users","user_ids":["44196397"]},"output_example":{"mode":"users","lookup":"ids","requested":1,"result_count":1,"source":"X API v2 users lookup"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}