Tweet Scraper API avatar

Tweet Scraper API

Pricing

$10.00/month + usage

Go to Apify Store
Tweet Scraper API

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

$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

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

FieldTypeDescription
tweetIdsstring[]Tweet IDs to scrape
tweetUrlsstring[]Full tweet URLs (IDs extracted automatically)
delayMsintegerDelay between requests in ms (default: 1000)
maxRetriesintegerRetries 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