Pricing
from $10.00 / 1,000 results
Go to Apify Store
Tweet Scraper API
Fetch structured tweet data instantly from public X (Twitter) posts β no authentication required.Lightweight tool to extract tweet content, metadata, and engagement metrics by ID.Fast and reliable tweet extraction tool built for developers β no API keys needed.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
23 days ago
Last modified
Categories
Share
Tweet Scraper
Fetch tweet data using Twitter/X's public API. No login, no API key, no cookies required.
What it does
Extracts rich tweet data from public tweets by ID:
- Full tweet text
- Engagement metrics (likes, retweets, replies)
- Author info (name, handle, avatar, verification)
- Media URLs (images, videos)
- Hashtags and embedded URLs
- Timestamps and language
Input
| Field | Type | Description |
|---|---|---|
tweetIds | string[] | Tweet IDs to scrape |
tweetUrls | string[] | Full tweet URLs (IDs extracted automatically) |
delayMs | integer | Delay between requests in ms (default: 1000) |
maxRetries | integer | Retries per failed tweet (default: 2) |
Example input
{"tweetIds":["20","1893369093609771247"],"tweetUrls":["https://x.com/NASA/status/1234567890"]}
Output
{"id":"20","text":"just setting up my twttr","user_screen_name":"jack","user_name":"jack","favorite_count":312635,"retweet_count":0,"reply_count":17865,"created_at":"2006-03-21T20:50:14.000Z","lang":"en","media_urls":[],"hashtags":[],"tweet_url":"https://x.com/jack/status/20"}
Limitations
- Individual tweets by ID only (no search, no timelines)
- Public tweets only
- Rate limited β use reasonable delays
- Endpoint may change without notice
