twitter_users_by_usernames
Look up Twitter user profiles in bulk by handles (up to 100) to retrieve IDs, names, and public metrics. Solve the problem of retrieving multiple account details in a single call.
Instructions
Batch profile lookup by handles (up to 100).
Returns: {data:[{id, username, name, public_metrics}]}
Auth: needs your own key in X_BEARER_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| usernames | Yes | Handle(s) without the @, up to 100. | |
| user_fields | No | User fields (CSV). | created_at,description,public_metrics,verified |