curl -X GET "https://scrape.st/x/about-user?username=elonmusk" \
-H "x-api-key: YOUR_API_KEY"
{
"id": "44196397",
"name": "Elon Musk",
"username": "elonmusk",
"created_at": "2009-06-02T20:12:29.000Z",
"about_profile": {
"account_based_in": "United States",
"created_country_accurate": true,
"location_accurate": true,
"source": "TwitterApp",
"username_changes": {
"count": "2",
"last_changed_at_msec": "1686787200000"
}
},
"avatar": {
"image_url": "https://pbs.twimg.com/profile_images/123456789/elonmusk_normal.jpg"
},
"is_blue_verified": true,
"profile_image_shape": "Circle",
"privacy": {
"protected": false
},
"verification": {
"verified": false
},
"verification_info": {
"is_identity_verified": false
}
}
X Queries
About Account
Get the “About this account” metadata for an X user
GET
/
x
/
about-user
curl -X GET "https://scrape.st/x/about-user?username=elonmusk" \
-H "x-api-key: YOUR_API_KEY"
{
"id": "44196397",
"name": "Elon Musk",
"username": "elonmusk",
"created_at": "2009-06-02T20:12:29.000Z",
"about_profile": {
"account_based_in": "United States",
"created_country_accurate": true,
"location_accurate": true,
"source": "TwitterApp",
"username_changes": {
"count": "2",
"last_changed_at_msec": "1686787200000"
}
},
"avatar": {
"image_url": "https://pbs.twimg.com/profile_images/123456789/elonmusk_normal.jpg"
},
"is_blue_verified": true,
"profile_image_shape": "Circle",
"privacy": {
"protected": false
},
"verification": {
"verified": false
},
"verification_info": {
"is_identity_verified": false
}
}
Retrieve the About this account panel for an X user — origin country, account
creation accuracy, username change history, and verification details.
Query Parameters
string
required
X username (without @)
Response
string
User’s unique X ID
string
Display name
string
X handle
string
Account creation timestamp (ISO-8601)
object
Origin and provenance metadata for the account.
object
Profile image (
image_url)boolean
Whether the account has X Premium (blue) verification
object
Privacy settings (
protected)object
Legacy verification status (
verified)object
Identity verification details (
is_identity_verified)curl -X GET "https://scrape.st/x/about-user?username=elonmusk" \
-H "x-api-key: YOUR_API_KEY"
{
"id": "44196397",
"name": "Elon Musk",
"username": "elonmusk",
"created_at": "2009-06-02T20:12:29.000Z",
"about_profile": {
"account_based_in": "United States",
"created_country_accurate": true,
"location_accurate": true,
"source": "TwitterApp",
"username_changes": {
"count": "2",
"last_changed_at_msec": "1686787200000"
}
},
"avatar": {
"image_url": "https://pbs.twimg.com/profile_images/123456789/elonmusk_normal.jpg"
},
"is_blue_verified": true,
"profile_image_shape": "Circle",
"privacy": {
"protected": false
},
"verification": {
"verified": false
},
"verification_info": {
"is_identity_verified": false
}
}