scrappy / x / user-info

X Data API

Profiles, tweets, followers, and search over plain HTTP.

user-info

GET/scrappy/x/v1/user-info1 credit / call

Profile for a username: bio, counts, verification.

Parameters

username
required · 1 to 15 letters, digits, or underscores

Request

curl "https://sfaie.com/api/scrappy/x/v1/user-info?username=elonmusk" \
  -H "Authorization: Bearer $SFAIE_API_KEY"

Response

{
  "data": {
    "id": "58374912",
    "name": "Elon Musk",
    "username": "elonmusk",
    "created_at": "2009-04-18T20:31:07.000Z",
    "description": "Rockets, cars, and other projects.",
    "profile_image_url": "https://cdn.sfaie.com/samples/elonmusk.jpg",
    "public_metrics": {
      "followers_count": 224318905,
      "following_count": 1123,
      "tweet_count": 81294
    },
    "verified": true
  }
}

Try it

1 to 15 letters, digits, or underscores

Sign in to try this endpoint.

Calls are real. Accepted calls cost 1 credit.