Skip to main content
GET
Search Tweets From All Communities
Search posts across all X Communities by keyword, sorted by Latest (default) or Top, cursor-paginated. Use this to find topic-specific discussion happening inside communities rather than on the public timeline — signal density is usually higher and noise lower. Returns full tweet objects. Once you identify a community worth following, use get_twitter_community_tweets to read it directly, or get_twitter_community_info for its metadata. For public-timeline search use get_twitter_tweet_advanced_search.

Authorizations

Authorization
string
header
required

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

Query Parameters

query
string
required

Search query (e.g., keyword)

queryType
enum<string>
default:Latest
required

Query type (Latest or Top)

Available options:
Latest,
Top
cursor
string

Cursor for pagination

Response

200 - application/json

Tweets response

tweets
object[]
has_next_page
boolean
next_cursor
string