twitter.users.profile
Retrieve Twitter/X user profile data including bio, follower counts, verification status, and account details by providing a username or user ID.
Instructions
Get a Twitter/X user profile by username. Returns display name, bio, follower/following count, tweet count, verified status, profile image, location, and account creation date.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | Twitter/X username without @ (e.g. "elonmusk", "OpenAI") | |
| user_id | No | Twitter/X numeric user ID as alternative to username |