twitter_user_by_username
Retrieve any Twitter user's public profile by providing their @handle. Get details like name, description, follower count, and more.
Instructions
One account's public profile by @handle (without the @).
Returns: {data:{id, username, name, description, verified, public_metrics:{followers_count, following_count, tweet_count}}}
Example: The NBA's official account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| user_fields | No | created_at,description,public_metrics,verified |