Skip to main content
GET
获取用户提及
获取提及某个 @handle 的推文,每页 20 条。这是唯一支持时间窗口的用户维度 X endpoint:传入 Unix 秒级时间戳 sinceTime 和/或 untilTime 来限定范围。适合用于监测——品牌提及、收到的回复、声誉跟踪,或「这个账号过去 24 小时发生了什么」。 返回推文并带 has_next_pagenext_cursor 如果要的是该账号自己发布的帖子而不是对它的提及,请使用 get_twitter_user_tweet_timeline

授权

Authorization
string
header
必填

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

查询参数

userName
string
必填

要获取提及信息的用户显示名称。

sinceTime
integer<int64>

在指定的 Unix 时间戳(秒)当日或之后。

untilTime
integer<int64>

早于指定的 Unix 时间戳(以秒为单位)。

cursor
string

用于对结果进行分页的游标。第一页为空。

响应

200 - application/json

成功响应

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