Skip to main content
GET
搜索所有社区中的推文
按关键词搜索所有 X Communities 中的帖子,可按 Latest(默认)或 Top 排序,支持 cursor 分页。适合用于查找发生在社区内部、而非公开时间线上的特定话题讨论——信号密度通常更高,噪音更少。 返回完整的推文对象。 一旦找到值得关注的社区,可用 get_twitter_community_tweets 直接阅读,或用 get_twitter_community_info 获取其元数据。如需在公开时间线上搜索,请使用 get_twitter_tweet_advanced_search

授权

Authorization
string
header
必填

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

查询参数

query
string
必填

搜索查询(例如关键字)

queryType
enum<string>
默认值:Latest
必填

查询类型(Latest 或 Top)

可用选项:
Latest,
Top
cursor
string

分页游标

响应

200 - application/json

推文响应

tweets
object[]
has_next_page
boolean
next_cursor
string