Get X User Profile
x_get_user_profileFetch an X user's profile by username to get bio, follower/following counts, post count, and account creation date.
Instructions
Fetch an X user profile by username. Returns bio, follower/following counts, post count, and account creation date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | X username (without @ symbol) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |