The cheapest
Twitter / X API.
Every endpoint $0.0008 per call. Returns ~20 tweets per call, just $0.04 per 1,000 tweets. No subscriptions, no developer account needed.
per call, every endpoint.
tweets, 20 per call.
free credits at signup.
endpoints: tweets, profiles, search.
// ENDPOINTS
Everything you need
to access Twitter data.
20+ REST endpoints covering tweets, users, threads, timelines, and follower graphs. All at $0.0008 per call with JSON responses and standard HTTP auth.
โโโโโโโโโโโโ โ query_ โ โโโโโโโโโโโโค โ โโโโโโโโ โ โโโโโโโโโโโโ
Advanced Tweet Search
Search by keyword, hashtag, user mention, date range, and more. The same advanced operators you use on X.com.
โ โโโโโโโ โโโโโโโ โโโโโโโ
User Profiles
Fetch full user info: bio, follower count, following, tweet count, and verified status by handle or ID.
โโโ โ โโบโโ โโฌโ โโบโโ โโผโ โ โ โโโ
Thread Lookup
Expand any tweet into a full conversation thread. Great for AI summarisation, research, and content analysis.
โโ โ โ โ โโ โ โ โ โโ โ โ โ โโโโโโโโโ
Timeline Access
Retrieve any user's recent tweets and replies. Paginate through history without hitting X's rate limits.
โโโโโ
โ โ โ
โโโผโโ
โ
โFollower Graph
List followers and following for any public account. Build social graphs, find influencers, map communities.
[AI] โโโบ API โโโบ [you]
MCP Server
Plug twitterapis.com into Claude, Cursor, or any MCP-compatible AI agent. Fetch Twitter data from your prompts.
// QUICKSTART
Three steps to
your first tweet.
// RELIABILITY
No rate limits.
No caps. Just data.
A managed API that returns clean, structured Twitter data on demand. No official X developer app, no API tiers, no quota resets. You only pay for the calls you make.
โก
No platform rate limits
twitterapis.com imposes zero platform-level rate limits. Call any endpoint as often as your credits allow.
๐
Automatic failover
Built-in redundancy and automatic retries keep your data flowing, even under heavy load.
๐
No X developer account
Skip the official X developer application, approval queue, and app credentials. Sign up and call the API in minutes.
// PRICING
The numbers speak
for themselves.
// BUILD WITH
Works with your stack.
Instantly.
Standard REST + JSON means twitterapis.com slots into any language or framework. Plus a first-party MCP server, Apify actors, and Postman collection so you can start in seconds.
>>> ...
Python
Language
[JS] ---
Node.js
Language
curl โโโโ
cURL
CLI
[AI] โโโ
Claude MCP
AI Agent
{ }
โโโCursor
AI IDE
GET โโโบ
Postman
API Client
โถ โถ โโโโ
Apify
Actors
๐ โโโ
Fern Docs
Interactive Docs
Wire it into your agent over plain REST.
Every endpoint is one HTTP GET with a Bearer key, so your AI can fetch tweets, users, and threads directly from your prompts today. A native MCP server for Claude and Cursor is on the way.
View Docs// PRIVACY
Your credentials stay yours.
No stored passwords. Reads stay on public data with no login; write actions never persist your credentials. We keep it simple so you can trust it.
โโโโโ โ โ โ โโโโโ
No X credentials stored
We never ask for or store your Twitter/X login or password. Only your twitterapis.com API key is used.
โโโโโ โ โ โ โโโโโ
Reads need no login
The 21 read endpoints only touch public data, no credentials required. Write actions (like, retweet, bookmark, follow) use your session in-flight and discard it.
โญโโโโฎ โ ๐โ โฐโโโโฏ
HTTPS encryption
All API traffic travels over TLS 1.3. Your API key is transmitted only in encrypted request headers.
[===] [tok]
Bearer token auth
Simple revocable bearer tokens. Lost or leaked? Generate a new key from your dashboard instantly.
โโโ โpubโ
Public data only
twitterapis.com only accesses publicly visible tweets and profiles. Private accounts are never accessible.
โช โ โช โโโโโ
No data resale
We store only your email and API usage logs. We never sell, share, or train models on your request data.
๐
What we store
We store your email address, hashed password (if applicable), and per-call usage logs for billing. That is all. No tweet content, no X credentials, no browsing data. Read our Privacy Policy โ
// FOR DEVELOPERS
Integrate in under
5 minutes.
One endpoint, one header. Fetch tweets, users, and threads from any language. No OAuth dance, no rate-limit math, no developer account required.
No X developer account
Use twitterapis.com without managing official X developer app credentials or waiting for approval.
Per-call pricing
Pay only for what you use. No monthly minimums. $0.50 free credits to start, no card required.
Standard REST / JSON
Plain HTTP GET requests, JSON responses. Works with any language, framework, or AI agent.
SDK + Postman + MCP
Python package, npm package, Postman collection, Fern docs, and an MCP server for AI agents.
1export KEY="ta_your_api_key_here"23curl -s \4 -H "Authorization: Bearer $KEY" \5 "https://api.twitterapis.com/twitter/tweet/advanced_search?query=openai%20filter:verified&limit=20" \6 | jq '.tweets[].text'Start fetching Twitter data today.
$0.50 free credits on signup. No credit card. No developer account. Just an API key and your first call running in under 5 minutes.
No credit card required ยท $0.0008 per call ยท Cancel anytime