get_community_tweets
Fetch tweets from a Twitter Community by ID, choosing Top, Latest, or Media sorting. Use the returned cursor to paginate through more results as needed.
Instructions
Get tweets from a Twitter Community (paginated).
Args:
community_id: The community ID.
tweet_type: One of "Top", "Latest", or "Media".
count: Number of tweets to fetch (default 40, max 100).
cursor: Pagination cursor from a previous response's next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| cursor | No | ||
| tweet_type | Yes | ||
| community_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |