Tweet HTML Meta Scraper avatar

Tweet HTML Meta Scraper

Pricing

$10.00/month + usage

Go to Apify Store
Tweet HTML Meta Scraper

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

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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:image from 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

FieldTypeDescription
urlsstring[]Tweet or profile URLs to scrape
tweetIdsstring[]Tweet IDs (converted automatically)
userAgentstringCrawler UA (default: Twitterbot/1.0)
extractTwitterCardsbooleanInclude twitter:* tags (default: true)
delayMsintegerDelay 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