PRICING
Twitter and X API Pricing 2026: Tiers, Free Tier and Costs
Both TwitterAPIs and the official X API use pay-per-use pricing, but the cost difference is massive. TwitterAPIs costs $0.04 per 1,000 tweets ($0.0008 per call, ~20 tweets per call). The official X API costs $5-$10 per 1,000 tweets ($0.005-$0.010 per single resource). That makes TwitterAPIs over 100x cheaper per tweet. See the full per-endpoint breakdown below.
TwitterAPIs
$0.0008
Per call, pay as you go
- Every endpoint: $0.0008 / call (~20 tweets)
- $0.04 per 1,000 tweets fetched
- $0.50 free credits, no card required
Official X API (Pay-Per-Use)
$0.005 to $0.20
Per resource, pay as you go
- Posts: Read: $0.005 / resource
- User: Read: $0.010 / resource
- DM Event: Read: $0.010 / resource
- Content: Create: $0.015 / resource
- Content: Create (with URL): $0.200 / resource
- DM Interaction: Create: $0.015 / resource
- User Interaction: Create: $0.015 / resource
Current official pricing model
As of February 9, 2026, the official X API has transitioned to a consumption-based pay-per-use model with no fixed monthly costs and no monthly caps. developer.x.com/#pricing. TwitterAPIs remains 5x-15x cheaper per request across all equivalent endpoint types.
Update cadence: this comparison is re-checked monthly and whenever X publishes pricing changes.
What changed in the 2026 X API pricing
Two dates reshaped the official pricing this year. Both are worth knowing before you size a budget.
- February 9, 2026: pay-per-use became the default. New developers load credits in the Developer Console and pay per request. The old $200 Basic and $5,000 Pro subscriptions closed to new signups (existing subscribers keep them).
- April 20, 2026: three changes landed at once. Owned reads (your own posts, bookmarks, followers, lists) dropped to $0.001 per resource. Standard writes rose from $0.010 to $0.015. And posts containing a URL jumped to $0.20 per request, a 13x premium over a plain-text post.
The URL-post tax
A standard post costs $0.015. A post with any link costs $0.20. Auto-publishing newsletter, blog, or affiliate URLs at volume multiplies your write bill fast.
Owned reads
Reading your own account data (your posts, followers, bookmarks) is $0.001 per resource on the official X API. TwitterAPIs charges $0.0008 per call for any public read on standard endpoints.
24-hour deduplication
Requesting the same post or user twice within one UTC day is charged once. The window resets at midnight UTC. Per-resource billing still applies, so a call returning 100 posts is 100 reads.
Official X API Pricing Tiers and Free Tier (2026)
X retired the old fixed Basic / Pro / Enterprise subscription tiers and moved to pay-per-use in 2026. Here's how the current tiers, free-tier limits, and per-resource costs map out, plus where a third-party API lands against each one.
| Tier | Monthly cost | Included / limits | TwitterAPIs equivalent |
|---|---|---|---|
| Free tier | $0 | Write-only / very limited reads (~100 reads/mo); not viable for data collection | $0.50 free credits (~625 calls), no card |
| Pay-per-use (Reads) | From $0.005/resource | $0.005 post read, $0.010 user read; ~$5-$10 per 1,000 tweets | $0.0008/call (~20 tweets) = $0.04 / 1,000 tweets |
| Pay-per-use (Writes) | From $0.015/request | $0.015 per post, $0.20 per post with a URL; 2M post-read monthly hard cap | $0.0008/call, no monthly cap |
| Enterprise | $42,000+/mo | Required above the 2M read cap; custom contract, multi-month sales cycle | Same pay-per-call rate at any volume, no contract |
Is there a free X API tier in 2026? Technically yes, but the official free tier is write-focused with negligible read access, so you can't realistically collect tweets on it. For actual free testing, TwitterAPIs gives every new account $0.50 in credits (~625 calls) with no credit card, then charges $0.04 per 1,000 tweets. That works out to roughly 100x cheaper than the official per-resource read price.
Legacy subscription tiers (closed to new signups)
Before the February 2026 cutover, the official X API sold fixed monthly plans. They still apply to accounts that subscribed earlier, so they are useful as a reference point:
- Basic, $200/mo ($175/mo annual): 50,000 posts/month at the app level (3,000 per user), 15,000 reads/month, 2 app IDs.
- Pro, $5,000/mo ($4,500/mo annual): 300,000 posts/month, 1,000,000 reads/month, 3 app IDs, filtered stream and full-archive search.
- Free (legacy): write-focused, ~1,500 posts/month, no meaningful read access.
New projects can no longer subscribe to Basic or Pro. The only self-serve path today is pay-per-use; above the 2M monthly read cap, Enterprise is required.
Per-Request Cost Comparison by Endpoint
| TwitterAPIs Endpoint | Type | TwitterAPIs Cost | Official X Cost | You Save |
|---|---|---|---|---|
tweet/advanced_search | read | $0.0008 | $0.0050 | 6x cheaper |
tweet/detail | read | $0.0008 | $0.0050 | 6x cheaper |
tweet/replies | read | $0.0008 | $0.0050 | 6x cheaper |
tweet/retweeters | read | $0.0008 | $0.0050 | 6x cheaper |
tweet/thread | read | $0.0008 | $0.0050 | 6x cheaper |
user/search | read | $0.0008 | $0.0100 | 13x cheaper |
user/info | read | $0.0008 | $0.0100 | 13x cheaper |
user/info_by_id | read | $0.0008 | $0.0100 | 13x cheaper |
user/user_about | read | $0.0008 | $0.0100 | 13x cheaper |
user/media | read | $0.0008 | $0.0100 | 13x cheaper |
user/tweets | read | $0.0008 | $0.0100 | 13x cheaper |
user/tweets_and_replies | read | $0.0008 | $0.0100 | 13x cheaper |
user/mentions | read | $0.0008 | $0.0100 | 13x cheaper |
user/affiliates | read | $0.0008 | $0.0100 | 13x cheaper |
user/check_follow_relationship | read | $0.0008 | $0.0100 | 13x cheaper |
user/followers | read | $0.0008 | $0.0100 | 13x cheaper |
user/following | read | $0.0008 | $0.0100 | 13x cheaper |
user/followers_v2 | read | $0.0008 | $0.0100 | 13x cheaper |
user/following_v2 | read | $0.0008 | $0.0100 | 13x cheaper |
user/verified_followers | read | $0.0008 | $0.0100 | 13x cheaper |
list/members | read | $0.0008 | $0.0100 | 13x cheaper |
Cost at 10,000 Requests
| Operation Type | TwitterAPIs | Official X API |
|---|---|---|
| 10K post reads | $8.00 | $50.00 |
| 10K user reads | $8.00 | $100.00 |
| 10K follower reads | $8.00 | $100.00 |
| 10K search reads | $8.00 | $50.00 |
Sources
Official X API pay-per-use pricing from developer.x.com/#pricing. TwitterAPIs pricing from twitterapis.com/pricing.
Pricing values last verified on June 13, 2026, reflecting the April 20, 2026 X API update (owned reads $0.001, writes $0.015, URL posts $0.20).
Pricing alone does not capture the full cost of a Twitter API integration. For the per-endpoint quotas and 429-handling patterns, see the Twitter API rate limits comparison. For a worked monthly bill at your projected volume, plug numbers into the cost calculator.
Pricing this page covers read endpoints at $0.0008 per call. The same rate powers the data products built on it: the Twitter scraper API for tweets and profiles, the Twitter search API for keyword and operator queries, and the Twitter followers API for follower and following exports, all at $0.04 per 1,000.
What Will You Actually Pay?
Plug in your monthly read, write, and DM volumes, see the real bill against the official X API and TwitterAPIs side by side.
Frequently Asked Questions
The official X API uses pay-per-use pricing: reads cost $0.005-$0.010 per resource and writes cost $0.010-$0.015 per resource. TwitterAPIs offers the same data at $0.0008 per call (~20 tweets per call) for every endpoint. That's $0.04 per 1,000 tweets vs $5-$10 on the official API.
No. TwitterAPIs uses pure pay-per-call pricing with no monthly subscriptions, no minimum spend, and no commitment. You get $0.50 in free credits at signup and only pay for what you use.
X retired the old fixed Basic / Pro / Enterprise subscription tiers and moved to a pay-per-use model in 2026. The current structure is: a Free tier (write-focused, ~100 reads/mo, not viable for data collection), pay-per-use reads from $0.005 per resource, pay-per-use writes from $0.010 per resource with a 2 million post-read monthly hard cap, and Enterprise (required above the cap) starting around $42,000/month. TwitterAPIs charges a flat $0.0008 per call (~20 tweets) at any volume with no tiers and no monthly cap.
The official X API free tier is designed for posting, not reading. It caps reads at roughly 100 posts per month and is intended for bots that publish rather than apps that collect data. It does not include meaningful search, timeline, or follower access. If you need to read tweets at any scale, the practical free option is TwitterAPIs's $0.50 signup credit (~625 calls), then pay-per-use at $0.04 per 1,000 tweets with no monthly read cap.
X closed the Basic ($200/mo) and Pro ($5,000/mo) subscription tiers to new signups at the February 2026 cutover to pay-per-use. Basic included 50,000 posts and 15,000 reads per month; Pro included 300,000 posts, 1,000,000 reads, full-archive search, and filtered stream. Existing subscribers keep their plans, but new projects must use pay-per-use, with Enterprise (from about $42,000/month) required above the 2 million monthly read cap. TwitterAPIs has no tiers: it is a flat $0.0008 per call (~20 tweets) at any volume.
TwitterAPIs is 5x-15x cheaper than the official X API across all endpoint types. For example, a tweet read costs $0.0008 on TwitterAPIs (~20 tweets per call) vs $0.005 on the official API. At 10,000 calls, you pay $8 with TwitterAPIs (~200K tweets) vs $50 with the official API.
TwitterAPIs is the cheapest Twitter API on the market at $0.0008 per call (~20 tweets per call), making it just $0.04 per 1,000 tweets. The official X API starts at $0.005 per single resource, over 100x more expensive per tweet.
There is an official X API free tier, but it's write-focused with negligible read access (around 100 reads per month), so you can't realistically collect tweets on it. For free testing that actually works, TwitterAPIs gives every new account $0.50 in credits (~625 calls) with no credit card required, then $0.04 per 1,000 tweets after that.
As of the April 20, 2026 update, a standard text or media post costs $0.015 per request on the official X API, but a post containing any URL costs $0.20 per request, roughly 13x more. The premium applies to anything with a link in the body: newsletter URLs, blog posts, affiliate links, or tracking URLs. If you auto-publish links at volume, model this line item before you ship, because it dominates the write bill. TwitterAPIs is a read API for collecting tweet, user, and follower data and does not carry a per-link write premium.
Next read
Continue exploring related pages:
TwitterAPIs pricing
Brand pricing page with endpoint-level costs and quick totals.
Twitter API cost calculator
Estimate monthly spend using your request volume.
Twitter scraper API
Scrape tweets, profiles, and followers via a managed API at $0.04 per 1,000, no developer account.
TwitterAPIs vs TwexAPI comparison
Pay per call vs per endpoint subscription, 21 read endpoints vs smaller catalog, 3 cost scenarios.