| リソース | $ / 1,000 | ボリューム/月 | 料金 |
|---|
X API コストにリソースごとの計算ツールが必要な理由
何年もの間、X (旧 Twitter) API の予算を立てるには、月額 200 ドルのベーシック、月額 5,000 ドルのプロ、または実際の規模のエンタープライズ契約のサブスクリプションを選択する必要がありました。そのため、コストは予測可能になりましたが、全員が厳格なバケツに入れられることになりました。趣味のボットと成長段階のグロースハッキング ツールはどちらも、ピーク月をカバーするレベルに切り上げなければなりませんでした。 2026 年 2 月に、X はデフォルトを次のように切り替えました。 従量課金制:前払いクレジットを読み込み、実際に消費されたリソースごとに支払います。それは少量ではより公平ですが、それはあなたの請求書が今完全に次のものに依存していることを意味します どの 毎月の固定番号ではなく、呼び出すリソース—検索が多いセンチメントツールと投稿ボットは、「同じAPI」を使用して、まったく異なる請求書に到達することができます。
ラインアイテムは、ほぼ均等に価格設定されていません。投稿を読むには約0.5セントの費用がかかり、ユーザープロフィールを読むにはその2倍の費用がかかり、単純な投稿の書き込みには読み取り速度の3倍の費用がかかり、リンクを含む投稿にはおおよその費用がかかります 13倍以上 than a plain write. Most of the sticker-shock stories from X API users in 2026 trace back to one of these multipliers being missed during planning — usually the link-post surcharge or the profile-read rate on a pipeline that resolves author details for every post it pulls.
The September 21, 2026 Search pricing change
X Search billing moved off its flat $5-per-1,000-calls rate to the same resource-based split as the rest of the API: $5 per 1,000 posts fetched そして $10 per 1,000 user profiles fetched. If your integration searches for posts and stops there, nothing changes. If it also resolves the author's profile for every result — a common pattern for social-listening and lead-gen tools — that half of the query now costs double what post-fetching costs, and it wasn't broken out separately before. Re-run your Search volume through the Post reads そして User/profile reads rows above rather than assuming the old flat rate still applies.
The legacy tiers still lurking
If your account predates 2026, you may still be grandfathered onto a legacy subscription: 基本 (~$200/mo, roughly 10,000–15,000 post reads and 50,000 writes included, 7-day search only), プロ (~$5,000/mo, ~1,000,000 post reads, full-archive search, filtered/sampled streaming), or a custom 企業 contract (legacy floor around $42,000/mo). None of these are open to new signups anymore — new developers go straight to pay-per-use. If you're on a legacy tier, compare your included allowance against what this calculator estimates for the same volume on pay-per-use before you let the subscription lapse; at low-to-moderate volume, pay-per-use is usually cheaper, but a Pro subscriber doing millions of reads a month can still come out ahead on the flat rate.
使い方
1. Estimate monthly post reads — search results, timelines, mentions lookups, anything you fetch that isn't your own account's data.
2. 追加 user/profile reads separately whenever you resolve author or follower profile data — don't fold it into post reads.
3. Put reads of your own posts, mentions and DMs under owned-resource reads — they're an order of magnitude cheaper.
4. Split your post writes into plain posts and posts containing a link — the link surcharge is the single biggest per-unit rate on the API.
5. Leave the prepaid-credit field at 0 unless you're carrying a real unused balance; X's pay-per-use plan has no recurring free allowance.
よくある間違い
Treating the link-post rate as additive. The ~$0.20 rate is what a link-containing post costs in total, not a surcharge on top of the ~$0.015 write rate — enter link posts only in that row, not both. Lumping profile reads into post reads. They're priced 2× apart, so mixing them undercounts the bill for any pipeline that resolves author data. 以前のフラットな検索レートが引き続き適用されると仮定します。 2026 年 9 月 21 日の時点では、リソース タイプごとに分割されています。以前の定額料金に対して構築された統合を再確認してください。 月間 3,000,000 ポストリードの上限は無視します。 従量課金制プランはそれを超えて拡張することはできません。そのボリュームには、カスタム価格の Enterprise 契約が必要です。 所有リソースの読み取りを忘れることは低コストです。 自分のメンションや DM を頻繁にポーリングすることは、パブリック検索をポーリングするよりもはるかにコストが低くなります。習慣で制限しすぎないでください。
X API 行を理解したら、次のようにしてそれをスタック全体に組み込みます。 APIスタックコスト計算ツール, and compare it against other search and data sources in the search API guides そして data API guides.
Estimate only. X API pricing is reference figures and changes — verify at docs.x.com.