Overview
Theuser command fetches and displays a Twitter user’s profile information, including their bio, follower counts, verification status, and account statistics.
Syntax
Arguments
The Twitter username (handle) to look up. You can include or omit the
@ symbol.Examples: elonmusk, @elonmuskOptions
Output the user profile as JSON instead of formatted display.
Examples
Output
The command displays comprehensive profile information:- Display name and username
- Bio/description
- Location and website
- Join date
- Follower and following counts
- Tweet count
- Verification status
- Profile and banner images
Example Output
JSON Output Structure
The
@ symbol is optional when specifying usernames. Both twitter user elonmusk and twitter user @elonmusk work identically.Related User Commands
For more detailed user information, use these related commands:-
user-posts - View tweets from a user
-
likes - View tweets liked by a user
-
followers - List a user’s followers
-
following - List accounts a user follows
Use Cases
- Profile research - Gather information about Twitter accounts
- Verification checking - Confirm account authenticity
- Network analysis - Collect follower/following statistics
- Account monitoring - Track changes in profile data over time
