Get User Followers
User Endpoints
Get User Followers
List the accounts that follow a given X user, identified by @handle, newest follower first.
GET
Get User Followers
List the accounts that follow a given X user, identified by @handle, newest follower first.
Returns up to 200 per page by default with
has_next_page and next_cursor; each entry is a full user object (handle, name, bio, follower count, verification). Use this for audience analysis, mapping a competitor’s follower base, or finding influential followers.
For the reverse direction (who this user follows) use get_twitter_user_followings. For only the verified subset use get_twitter_user_verified_followers — note that one takes a numeric user_id, not a handle.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Screen name of the user
Cursor for pagination
Number of followers per page
Required range:
20 <= x <= 200