Tweet Scraper API Tool avatar

Tweet Scraper API Tool

Pricing

$10.00/month + usage

Go to Apify Store
Tweet Scraper API Tool

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

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

FieldTypeDescription
tweetUrlsstring[]Full tweet URLs to scrape
tweetIdsstring[]Tweet IDs (converted to URLs automatically)
includeHtmlbooleanInclude raw embed HTML (default: false)
maxWidthintegerMax embed width in pixels (default: 550)
delayMsintegerDelay 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