Tweet Scraper API Tool
Pricing
$10.00/month + usage
Go to Apify Store

Tweet Scraper API Tool
Fetch tweet text and author details instantly using Twitter’s official oEmbed API—no login or authentication required. A lightweight, reliable tool for extracting content and metadata from public tweets with ease.
Pricing
$10.00/month + usage
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Tweet Scraper
Fetch tweet text and author info using Twitter/X's official public API. No login, no API key, no cookies.
This is the most stable method — oEmbed is a documented, supported endpoint that Twitter uses for tweet embeds across the web.
What it does
- Extracts tweet text content
- Gets author name and handle
- Returns canonical tweet URL
- Optionally includes raw embed HTML
- Detects deleted/protected tweets (404/403)
Input
| Field | Type | Description |
|---|---|---|
tweetUrls | string[] | Full tweet URLs to scrape |
tweetIds | string[] | Tweet IDs (converted to URLs automatically) |
includeHtml | boolean | Include raw embed HTML (default: false) |
maxWidth | integer | Max embed width in pixels (default: 550) |
delayMs | integer | Delay between requests in ms (default: 500) |
Output
{"text": "just setting up my twttr","author_name": "jack","author_handle": "jack","author_url": "https://twitter.com/jack","tweet_url": "https://twitter.com/jack/status/20","tweet_id": "20","scrape_method": "oembed"}
Limitations
- Text + author only (no likes/retweets/media counts)
- Individual tweets only (no search, no timelines)
- Public tweets only