Twitter Data API • 96% Cheaper • No Auth Required
Access Twitter Data
When You Need It
Enterprise-grade Twitter data API that powers your decision-making
with real-time social intelligence.
1000+
QPS
Real-time
Data Access
~800ms
Response Time
$0.15
Per 1k Tweets
96%
Cost Savings
No Auth
Required
Enterprise
Reliability
24/7
Support
Simple and Powerful API
Get started in minutes with our straightforward API endpoints
Available Endpoints
Comprehensive Twitter data endpoints
User Endpoints
GETGet User Info
/twitter/user/info
GETGet User Last Tweets
/twitter/user/last_tweets
GETGet User Followers
/twitter/user/followers
GETGet User Followings
/twitter/user/followings
GETGet User Mentions
/twitter/user/mentions
Tweet Endpoints
GETGet Tweets by IDs
/twitter/tweet/lookup
GETGet Tweet Replies
/twitter/tweet/replies
GETGet Tweet Quotations
/twitter/tweet/quotes
GETGet Tweet Retweeters
/twitter/tweet/retweeters
GETAdvanced Search
/twitter/tweet/advanced_search
Code Examples
Get started with our API in your preferred language
import requests
# Get user last tweets
url = "https://api.twitterapi.io/twitter/user/last_tweets"
headers = {"X-API-Key": "{api_key}"}
params = {
"userName": "elonmusk"
}
response = requests.request("GET", url, headers=headers, params=params)
print(response.text)
# Advanced search tweets
url = "https://api.twitterapi.io/twitter/tweet/advanced_search"
headers = {"X-API-Key": "{api_key}"}
params = {
"query": "from:elonmusk meme since_time:1142974200 until_time:1142974215"
}
response = requests.request("GET", url, headers=headers, params=params)
print(response.text)
# Get followers
url = "https://api.twitterapi.io/twitter/user/followers"
params = {
"userName": "elonmusk"
}
response = requests.request("GET", url, headers=headers, params=params)
print(response.text)
# Search tweets
url = "https://api.twitterapi.io/twitter/tweet/advanced_search"
params = {
"query": "btc",
"queryType": "Latest"
}
response = requests.request("GET", url, headers=headers, params=params)
print(response.text)
Simple, Transparent Pricing
Sign Up Bonus
$1 Free Credits
Get started immediately
Tweets
$0.15
per 1K tweets
Profiles
$0.18
per 1K users
Followers
$0.15
per 1K followers
Pay as you go - No monthly fees or commitments
Full API access with every account
24/7 support via email and chat
No credit card required to start
Why Choose Our API?
Lightning Fast
Get data in milliseconds
Rock-Solid Stability
99.99% uptime guarantee
High Concurrency
Support millions of requests
Affordable Pricing
Pay only for what you use
Ignite Your Creativity
Our API empowers you to build innovative applications, conduct in-depth analyses, and create value from Twitter data.
Innovative Apps
Develop unique applications that leverage Twitter data
Trend Analysis
Identify and track emerging trends in real-time
Data Insights
Extract valuable insights from Twitter conversations