Get the followers of a specific Twitter/X user. Returns profile details for each follower including username, bio, follower counts, and verification status. Supports pagination.
curl "https://apidirect.io/v1/twitter/user/followers?username=elonmusk&pages=1" \
-H "X-API-Key: YOUR_API_KEY"
{
"followers": [
{
"username": "user123",
"name": "Example User",
"user_id": "123456789",
"description": "Tech enthusiast",
"followers_count": 5000,
"following_count": 200,
"tweet_count": 1500,
"verified": false,
"profile_image_url": "https://pbs.twimg.com/profile_images/.../photo.jpg",
"created_at": "2020-01-15 10:30:00",
"url": "https://twitter.com/user123"
}
],
"username": "elonmusk",
"pages": 1,
"count": 20
}
Each page returns approximately 20 follower profiles. You can fetch up to 10 pages (200 followers) in a single API call.
Followers are returned in reverse chronological order (most recent followers first).
You only pay for successful requests. The Twitter User Followers API costs $0.006 per page. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key