~ / Services / X Follower Count

X Follower Count

Enter an X (Twitter) handle to get their follower count.

API

You can also query the API directly. It returns JSON.

# Get follower count for an X handle
curl "/api/x-followers?handle=elonmusk"

Response:

{
  "handle": "elonmusk",
  "followers": 210643954
}