x_get_profile
Fetch one X account's profile: name, bio, location, website, follower/following counts, tweet and media counts, verification state, and join date. identifier accepts a screen name without the @ (e.g. 'nasa'), a full x.com or twitter.com profile URL, or the numeric account id; numeric strings are treated as ids, and the rare all-digit handle can be forced with by='screen_name'. Costs 4 credits. The returned platform_fields.id is stable across handle changes; store it for repeat lookups. To find accounts by topic use x_search type=people, and to read what an account posts use x_get_tweets; this tool returns no tweets.
Remote veezeehq/veezee
Remote (network-hosted)
Other tools also called x_get_profile?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"by": {
"type": "string"
},
"freshness": {
"type": "string"
},
"identifier": {
"type": "string",
"description": "Screen name without the @ (e.g. 'nasa'), profile URL, or numeric account id."
},
"max_credits": {
"type": "number"
}
}
}