twitter_tweet_counts
Measure post volume for a search query over time, using configurable time buckets, to gauge buzz without reading individual posts.
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 |