User Followers API
Fetch follower accounts for one Twitter/X profile.
Common use case
Map audiences, communities, lead pools, and account influence.
Query parameters
countMaximum followers requested.cursorPagination token from response cursor.bottom.Example request
curl --request GET 'https://xai.xxxstrategy.com/v1/users/elonmusk/followers?count=5' \
--header 'Authorization: Bearer tw_live_your_api_key'Related endpoint docs
Create an API key from the console to run this endpoint against live Twitter/X data.