~ / Services / X Follower Count
Enter an X (Twitter) handle to get their follower count.
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
}