Skip to main content
GET
获取用户粉丝列表
按 @handle 列出关注某个 X 用户的账号,最新关注者排在最前。 默认每页最多返回 200 条,并带 has_next_pagenext_cursor;每个条目都是完整的用户对象(handle、名称、简介、粉丝数、认证状态)。适合用于受众分析、梳理竞品的粉丝构成,或找出有影响力的关注者。 如需反方向(该用户关注了谁),请使用 get_twitter_user_followings。如果只要认证账号子集,请使用 get_twitter_user_verified_followers——注意后者接受的是数字 user_id,而不是 handle。

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

userName
string
必填

用户的显示名称

cursor
string

分页游标

pageSize
integer
默认值:200

每页的关注者数量

必填范围: 20 <= x <= 200

响应

200 - application/json

用户粉丝

followers
object[]
has_next_page
boolean
next_cursor
string | null
status
enum<string>
可用选项:
success,
error
msg
string
code
integer