Search tweets within an X Community
One resumable page. Requires a Community ID and query.
Query parameters
Numeric ID of the community whose posts to search
Search query
Sort order (Latest or Top)
Pagination cursor for community search
Maximum page items (1-100, default 20). Source, filters, or credits can reduce results. Follow next_cursor while the response reports more pages. Deprecated limit and count aliases remain accepted.
Filter by language. Alias lang is accepted.
Start date in YYYY-MM-DD format.
End date in YYYY-MM-DD format.
Filter media. Aliases: has_video, has_media.
Minimum likes. Aliases: minFaves, min_likes, min_faves.
Minimum retweets threshold.
Minimum replies threshold.
Minimum view count threshold.
Only return tweets from verified authors.
Response
Tweet search results from the selected X Community
Example response
{
"tweets": [],
"has_next_page": false,
"next_cursor": ""
}