{"name":"users","description":"Looks up X user profiles in bulk by usernames or IDs, using the read-only X API v2 users route matching market demand for bulk public profiles. Pass usernames or user_ids/ids and receive id, username, display name, bio, verification fields, created_at, followers, following, tweet count, and listed count. Requires X_BEARER_TOKEN; no posting, following, DM access, or account mutation. Use it as a users API, bulk X user lookup, or Twitter users lookup by usernames or IDs.","price":"$0.01","method":"POST","input_schema":{"properties":{"mode":{"type":"string","enum":["users"],"description":"Use 'users' for bulk public profile lookup."},"usernames":{"type":"array","items":{"type":"string"},"description":"X/Twitter handles, with or without @. Up to 100."},"user_ids":{"type":"array","items":{"type":"string"},"description":"Numeric X user IDs. Up to 100."},"ids":{"type":"array","items":{"type":"string"},"description":"Alias for user_ids."}}},"input_example":{"mode":"users","usernames":["bankrbot","agentutility_ai"]},"output_example":{"mode":"users","lookup":"usernames","requested":2,"result_count":2,"users":[{"id":"99","username":"bankrbot","public_metrics":{"followers_count":1234}}],"source":"X API v2 users lookup"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}