Subscription
| Base plan | $20/month |
| Included monitors | 1 |
| Additional monitors | $10/month each |
| Payment | Stripe (credit/debit card) |
Monthly Quota
Every subscription includes a generous monthly usage quota that resets each billing period. The quota covers operations that query the X API (searches, lookups, fetches). Management operations (monitors, webhooks, account) are unlimited. When the quota is reached, metered API calls return402 Payment Required. Non-metered calls (list monitors, get account, manage webhooks) continue to work.
Monthly Operation Limits
Each subscription includes the following approximate operation limits per billing period:| Operation | Monthly Limit |
|---|---|
| Tweet searches | ~66,000 |
| User lookups | ~55,000 |
| Follower fetches | ~66,000 |
| Verified follower fetches | ~33,000 |
| Follow checks | ~66,000 |
Usage Scenarios
Three realistic monthly estimates:Light usage - $20/month
Light usage - $20/month
- 1 monitor (included)
- ~100 tweet searches/day
- Well within the monthly quota
- Total: $20/month
Moderate usage - $30/month
Moderate usage - $30/month
- 2 monitors (10 for the extra monitor)
- ~500 tweet searches/day + ~200 user lookups/day
- Comfortably within the monthly quota
- Total: $30/month
Heavy usage - $60/month
Heavy usage - $60/month
- 5 monitors (40 for 4 extra monitors)
- ~2,000 tweet searches/day
- Approaches the monthly quota limit
- Total: $60/month
Checking Usage
CallGET /api/v1/account to see your current period usage:
usedMicrocents against capMicrocents to calculate remaining capacity. Both values are internal unit strings — compare them numerically.