{"name":"x-users","description":"Fetches public X profiles and metric fields in bulk from usernames or numeric user IDs. Same read-only X API v2 backend as users. Use it as an X users API, bulk Twitter profile lookup, or public social profile lookup.","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","usernames":["bankrbot"]},"output_example":{"mode":"users","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"}