Twitter Sentiment
sentiment_twitterSearches Twitter/X and returns matching tweets with engagement (likes, retweets, replies, views) and author reach (followers, verified). Raw crowd voice for judging social sentiment on a coin or topic. Sorted by relevance; set latest=true for the newest tweets instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tweets to return (1-50). Defaults to 10. | |
| query | Yes | Search keywords, $cashtag or #hashtag, e.g. "$BTC" or "bitcoin etf". | |
| latest | No | Return the newest tweets instead of top-relevance. Defaults to false. | |
| minLikes | No | Only tweets with at least this many likes. Useful for cutting spam in top-relevance mode; avoid combining with latest=true (brand-new tweets have no likes yet, so it returns nothing). Defaults to 0. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tweets | No |