Fetch public Twitter (X) tweets, replies, quote tweets, retweeters, liking users, related posts, edit history, Community Notes, and long-form Articles as structured JSON.
{
"data": {
"id": "1234567890",
"text": "Just shipped a new feature!",
"created_at": "2025-01-15T10:30:00Z",
"author": { "id": "987654321", "username": "developer", "name": "Dev" },
"favorite_count": 142,
"retweet_count": 23,
"reply_count": 8,
"quote_count": 5,
"media": [],
"is_quote_status": false
}
}All endpoints return structured JSON and authenticate with your API key in the x-api-key header.
Get complete tweet data including text, media, polls, engagement metrics, quoted tweets, and author info. One API call, all the data you need.
/v1/twitter/tweets/tweet/{tweet_id}Pass up to 100 tweet IDs and get full data for all of them in a single API call. Perfect for data pipelines, backfill jobs, and batch processing.
/v1/twitter/tweets/Get the complete list of users who retweeted a tweet with full profile data. Analyze retweet patterns, identify amplifiers, and measure reach.
/v1/twitter/tweets/tweet/{tweet_id}/retweetersGet every reply to a tweet with full text, author profiles, and engagement data. Ideal for conversation analysis, customer feedback mining, and sentiment tracking.
/v1/twitter/tweets/tweet/{tweet_id}/repliesRetrieve the complete list of users who liked a tweet. Analyze engagement patterns, identify your most engaged audience, and find potential leads.
/v1/twitter/tweets/tweet/{tweet_id}/favoritersFind tweets similar to any given tweet using Twitter's own recommendation engine. Expand your research, discover related content, and map topic clusters.
/v1/twitter/tweets/tweet/{tweet_id}/similarGet every quote tweet with the quoter's commentary, profile data, and engagement stats. Understand how your content is being discussed and reshared.
/v1/twitter/tweets/tweet/{tweet_id}/quotesAccess the full edit history of any tweet. See what changed, when it was edited, and compare versions for accountability and research.
/v1/twitter/tweets/tweet/{tweet_id}/edit_historyAccess Twitter's crowd-sourced fact-checking notes on any tweet. Get note text, helpfulness ratings, and classification data for misinformation research.
/v1/twitter/tweets/tweet/{tweet_id}/community_notesSearch tweets using powerful query operators: keywords, hashtags, mentions, date ranges, language, and more. Get Top, Latest, or Media results programmatically.
/v1/twitter/tweets/advanced_searchRetrieve full Twitter Articles (long-form content) including title, body text, embedded media, and author information.
/v1/twitter/tweets/article/{article_id}Failed requests never consume credits, and the exact charge is returned in the X-Credits-Used response header.
Start with pay-as-you-go credits (never expire) or save up to 64% with a monthly or annual subscription. No hidden fees, no lock-in.
Everything you need to know about the Twitter Tweets API.
Sign up free and get 1,000 API credits. No credit card required.
Disclaimer: ScrapeBadger is not affiliated with, endorsed by, or in any way officially connected with X Corp. (formerly Twitter, Inc.) or any of its subsidiaries or affiliates. The names Twitter, X, and related trademarks are the property of their respective owners.