twitter_community_search
Search X Communities by keyword to find community IDs, with cursor pagination for browsing results. Start here to discover communities, then use their IDs to fetch details, members, or posts.
Instructions
Find X Communities by keyword, cursor-paginated. This is the discovery step the rest of the community family assumes: every other community endpoint starts from a community id, and this is the one that produces one. Each hit is a compact record, id, name, member count, nsfw flag, topic name, banners and the facepile avatars, exactly what X's own search sends and nothing more. Once you have an id, use twitter_community_info or twitter_community_about for detail, twitter_community_members / twitter_community_moderators for the roster, and twitter_community_tweets for its posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Keyword to search for, 1 to 500 characters, e.g. 'build in public'. | |
| cursor | No | Opaque pagination cursor from a previous response's next_cursor field. Omit on the first call. |