🚀 Twitter Tweet Scraper · 25,000 Free Tweets/Month avatar

🚀 Twitter Tweet Scraper · 25,000 Free Tweets/Month

Pricing

from $0.20 / 1,000 tweet scrapeds

Go to Apify Store
🚀 Twitter Tweet Scraper · 25,000 Free Tweets/Month

🚀 Twitter Tweet Scraper · 25,000 Free Tweets/Month

Twitter Tweet Scraper gets you tweets ⚡ fast, 🎯 100% accurate and 🔍 ridiculously detailed — text, HD videos, likes, views and authors from any URL, user, list or community. 💰 $0.20 per 1,000 tweets, no start fee. Scrape your first 25,000 tweets free every month 🚀

Pricing

from $0.20 / 1,000 tweet scrapeds

Rating

0.0

(0)

Developer

Omkar Cloud

Omkar Cloud

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 hours ago

Last modified

Share

Twitter Tweet Scraper

Twitter Tweet Scraper by Omkar Cloud gets you 🎯 accurate, 🔍 detailed Twitter (X) data.

X locks its data behind logins, guest tokens and rate limits to stop you from getting it.

Twitter Tweet Scraper beats them — no account, no cookies, no proxies — so you get the data, and can successfully complete your project.

$0.20 per 1,000 tweets. And with Apify's free plan you get $5 of credit every month, so your first ~25,000 tweets each month are free.

This is an excellent Actor made by Omkar Cloud, which is Rated Excellent — 4.7 based on 30 reviews on Trustpilot.

👉 Try Twitter Tweet Scraper free — your first ~25,000 tweets are Free.

What can I get

  • 🐦 Full details on any tweet — text, photos, HD video links, likes, retweets, bookmarks & views
  • 👤 Tweets from any account — the latest tweets, or the ~100 most-liked, best first
  • 💬 Replies under any tweet — the top reply threads, with every author
  • 📋 Lists & communities — the latest list tweets and a community's top tweets

Why Twitter Tweet Scraper

Most other Twitter scrapers fail you in one of four ways:

  • 🗄️ Inaccurate, cached, stale data
  • 🧩 Low-detail data — a few fields per row, never the full picture
  • 💸 Pay more to get the same data
  • 🪦 Works today, breaks next month — nobody maintains it

Twitter Tweet Scraper is scraped live on every run, priced honestly, and actively maintained.

Example: One Row

{
"id": "1671370010743263233",
"link": "https://x.com/FonsDK/status/1671370010743263233",
"text": "Watching Twitter videos on my TV only took me a few seconds to set up🤯\n\nAn awesome feature, if you’re watching longer videos on X/Twitter @elonmusk",
"created_at": "2023-06-21T04:10:37Z",
"author": { "id": "2337692699", "username": "FonsDK", "name": "Mathias Føns", "is_blue_verified": true, "followers_count": 41048 },
"media": [
{
"type": "video",
"image": "https://pbs.twimg.com/amplify_video_thumb/1671367628504309761/img/WoU2L8IXtzfmhlq9.jpg",
"duration_ms": 8333,
"video_link": "https://video.twimg.com/amplify_video/1671367628504309761/vid/720x1280/YSMJaf2mPv_41IO7.mp4?tag=14"
}
],
"stats": { "replies": 1274, "retweets": 1938, "likes": 16167, "quotes": 206, "bookmarks": 827 },
"source": "Twitter for iPad",
"source_input": "tweet"
}

Trimmed for readability.

Get Started with 25,000 Free Tweets

  1. Hit Try for Free Button — the input is pre-filled with two famous tweets and NASA's account.
  2. Enjoy your data 😎.

Pricing

High value, Low price.

WhatPrice
Tweets$0.20 per 1,000

No start fee — you pay only for the rows you get. A tweet scraped twice in one run is billed once.

💡 Apify's free plan includes $5 of credit every month — about 25,000 free tweets, every month.

👉 Scrape your first 25,000 tweets free

FAQ

How much does a run cost? $0.20 per 1,000 tweets, flat on every Apify plan. 10,000 tweets ≈ $2.00.

Do I need an X account, cookies or proxies? No. Twitter Tweet Scraper reads X's public data only — nothing to log in to, nothing to get banned.

What if an input is wrong or doesn't exist? It is skipped with a message in the log and never billed.

Run It from Code

Grab your API token from Integrations Settings here and replace <YOUR_API_TOKEN> below.

Python (pip install apify-client)

from apify_client import ApifyClient
client = ApifyClient("<YOUR_API_TOKEN>")
run = client.actor("omkar-cloud/twitter-tweet-scraper").call(run_input={"usernames": ["nasa"], "userTweetsMode": "top", "maxTweetsPerInput": 10})
for tweet in client.dataset(run["defaultDatasetId"]).iterate_items():
print(tweet["text"], tweet["stats"]["likes"])

Node.js (npm install apify-client)

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: '<YOUR_API_TOKEN>' });
const run = await client.actor('omkar-cloud/twitter-tweet-scraper').call({ tweetUrls: ['https://x.com/elonmusk/status/1585841080431321088'] });
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

💬 Have Questions? We Have Answers.

You're a business owner — we know how hard completing a project can be. So we offer full support: just message us and we'll reply ✅ with a solution within 1 working day.

Message Us on WhatsApp about Twitter Tweet Scraper

Ask Us on Email about Twitter Tweet Scraper

You are important to us — just message us and we will solve your problem ✅ within 1 working day. 🩷 Pinky Promise 🤙!

👉 Scrape your first 25,000 tweets free now