Tweet HTML Meta Scraper
Pricing
$10.00/month + usage
Go to Apify Store
Tweet HTML Meta Scraper
Extract Open Graph and Twitter Card metadata from public tweet and profile pages. Extract rich tweet preview data instantly — no API required. Lightweight tool to extract social preview metadata from any tweet.
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
3 days ago
Last modified
Categories
Share
Extract Open Graph and Twitter Card metadata from tweet and profile pages. Uses a crawler User-Agent to access the server-rendered HTML that Twitter serves for link previews. No login, no API key, no cookies.
What it does
- Extracts
og:title,og:description,og:imagefrom tweets - Extracts
twitter:title,twitter:description,twitter:image(Twitter Cards) - Works on both tweet URLs and profile URLs
- Supports multiple crawler User-Agents (Twitterbot, Googlebot, etc.)
Input
| Field | Type | Description |
|---|---|---|
urls | string[] | Tweet or profile URLs to scrape |
tweetIds | string[] | Tweet IDs (converted automatically) |
userAgent | string | Crawler UA (default: Twitterbot/1.0) |
extractTwitterCards | boolean | Include twitter:* tags (default: true) |
delayMs | integer | Delay between requests in ms (default: 1000) |
Output
{"url": "https://x.com/jack/status/20","page_title": "jack on X","og_title": "jack on X","og_description": "just setting up my twttr","og_image": "https://pbs.twimg.com/...","tc_card": "summary","tc_site": "@x","scrape_method": "html_meta"}
Use Cases
- Quick preview/existence check for tweets
- Extracting social preview images
- Verifying tweet content without full API access
- Monitoring which tweets are still live vs deleted