Tweet Analytics Scraper - X Post Metrics, Views & Likes avatar

Tweet Analytics Scraper - X Post Metrics, Views & Likes

Pricing

from $2.00 / 1,000 tweet analytics & metrics

Go to Apify Store
Tweet Analytics Scraper - X Post Metrics, Views & Likes

Tweet Analytics Scraper - X Post Metrics, Views & Likes

Get detailed analytics for any public tweet - no login, no API key. Paste X (Twitter) status URLs and get likes, retweets, quotes, replies, views, plus author follower counts and tweet text. Export to CSV, JSON or Excel, run via API or on a schedule.

Pricing

from $2.00 / 1,000 tweet analytics & metrics

Rating

0.0

(0)

Developer

Zaver

Zaver

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Tweet Analytics Scraper (X / Twitter) ๐Ÿ“Š

Tweet Analytics Scraper gets detailed metrics for any public tweet โ€” no login, no API key, no developer account. Paste one or more X (Twitter) status URLs and get likes, retweets, quotes, replies and views, plus the author's follower count and the tweet text. Export to CSV, Excel or JSON, or pull it via the API.

Built for social media analytics, competitor tracking, campaign reporting and viral-tweet research โ€” the engagement data X's own API now charges heavily for.

  • โœ… No login, no API key โ€” no X developer account or paid API tier needed
  • โœ… Full engagement set โ€” likes, retweets, quotes, replies, views/impressions
  • โœ… Author stats โ€” follower, following and tweet counts
  • โœ… Tweet text, publish date and video duration
  • โœ… Bulk โ€” analyze hundreds of tweets in one run
  • โœ… CSV, Excel, JSON, XML export + full API, scheduler and integrations

What data does it extract?

One row per tweet:

FieldDescriptionExample
channel_idAuthor @handlenasa
titleTweet textWe have liftoff ๐Ÿš€
likesLike count12000
sharesRetweets3400
quotesQuote tweets210
commentsReplies880
view_countViews / impressions900000
author_followersAuthor follower count95000000
publish_dateWhen it was posted2026-01-01
tweet_urlCanonical tweet URLhttps://x.com/nasa/status/โ€ฆ

Why choose this tweet analytics scraper?

  • No X API needed. X's official API is expensive and rate-limited. This reads the public tweet page directly, so you get engagement data โ€” including views โ€” without a developer account.
  • The complete engagement picture. Most tools miss quotes and views; this returns likes, retweets, quotes, replies and views in one row, plus author stats for context.
  • Bulk and schedulable. Feed a list of tweet URLs, run on a schedule, and track how a campaign's tweets perform over time.

How to analyze tweets (step by step)

  1. Paste one or more tweet URLs (https://x.com/USER/status/ID).
  2. Click Start.
  3. Download from the Storage โ†’ Dataset tab as CSV, Excel, JSON or XML, or read via the API.

Example input

{
"tweetUrls": [
"https://x.com/NASA/status/1750500000000000000",
"https://x.com/SpaceX/status/1750600000000000000"
]
}

Example output

{
"channel_id": "nasa",
"title": "We have liftoff ๐Ÿš€",
"likes": 12000,
"shares": 3400,
"quotes": 210,
"comments": 880,
"view_count": 900000,
"author_followers": 95000000,
"publish_date": "2026-01-01",
"tweet_url": "https://x.com/nasa/status/1750500000000000000"
}

Run it via the Apify API

curl "https://api.apify.com/v2/acts/YOUR~ACTOR/runs?token=YOUR_TOKEN" \
-X POST -H "Content-Type: application/json" \
-d '{"tweetUrls": ["https://x.com/NASA/status/1750500000000000000"]}'

Works with the Apify SDK, scheduled runs, webhooks, and integrations for Make, Zapier, n8n, Google Sheets and LangChain.

Pricing โ€” pay only for results

You are billed per tweet successfully analyzed. Removed, protected or unparseable tweets return an error row and cost nothing.

Result typePrice
Analyzed tweet$0.002 per tweet ($2 / 1,000)

Frequently asked questions

Do I need an X API key or developer account?

No. The Actor reads the public tweet page โ€” no API key, no login, no paid X tier.

Does it return view counts?

Yes, where X exposes them on the public page. Views are included alongside likes, retweets, quotes and replies.

Can it analyze many tweets at once?

Yes. Pass a list of tweet URLs; each becomes one row. Run on a schedule to track performance over time.

Why did a tweet come back as "unavailable"?

The tweet may be deleted, from a protected account, age-restricted, or the page format changed. Those rows are not billed.

The Actor collects only publicly available data. You are responsible for using it in compliance with the laws that apply to you and X's terms.

Support & roadmap

Open an issue on the Actor's Issues tab. On the roadmap: bulk tweet URLs from a profile or search, and media/engagement-rate fields.