twitter_tweet_counts
Count tweets matching a search query across configurable time buckets. Track volume trends to gauge buzz and measure post activity for any topic.
Instructions
Post volume over time for a query (last 7 days) — the cheap way to gauge buzz without reading posts.
Returns: {data:[{start, end, tweet_count}], meta:{total_tweet_count}}
Auth: needs your own key in X_BEARER_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Same operator syntax as search. | |
| end_time | No | ISO 8601 upper bound. | |
| start_time | No | ISO 8601 lower bound. | |
| granularity | No | Bucket size. One of: minute, hour, day. | hour |