Skip to main content
GET
获取趋势
按 Yahoo WOEID(Where On Earth ID)获取某个地区的热门话题,可选 count(默认 30)。适合用于实时了解某个市场当下在讨论什么——对内容发布时机把握和捕捉新兴话题很有用。 trends 下返回话题名称和热度。 选定某个话题后,可用 get_twitter_tweet_advanced_search 搜索其相关帖子。

授权

Authorization
string
header
必填

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

查询参数

woeid
integer<int64>
必填

位置的 WOEID。示例:2418046。

count
integer<int64>
默认值:30

要返回的趋势数量。默认值为 30。

必填范围: x >= 30

响应

200 - application/json

成功响应

status
enum<string>
可用选项:
success,
error
msg
string