VOOZH about

URL: https://apify.com/logiover/x-tweet-scraper

โ‡ฑ Twitter Scraper: Scrape Tweets, No API Key Needed ยท Apify


๐Ÿ‘ Twitter Scraper - Scrape Tweets from X Profiles avatar

Twitter Scraper - Scrape Tweets from X Profiles

Pricing

from $2.00 / 1,000 results

Go to Apify Store

Twitter Scraper - Scrape Tweets from X Profiles

Scrape tweets from any X / Twitter profile without an API key or login. Twitter timeline scraper with full engagement; export tweets to CSV/JSON.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share


๐Ÿ“Œ Overview

The X (Twitter) Tweet Scraper collects tweets from any list of X / Twitter @handles or profile URLs and returns each tweet with complete metadata: likes, retweets, replies, quotes, bookmarks and views, plus hashtags, mentions, links, media, language and the post date. It paginates each timeline to pull hundreds of tweets per profile.

It needs no login, no cookies and no API key โ€” it reads only public data through residential proxies, so there's zero risk to any X account. With no headless browser, it's a fast and low-cost way to build large tweet datasets.

โœ… Add many handles and raise maxTweetsPerProfile to assemble an analysis-ready tweet dataset in a single run.


โœจ Features

FeatureDescription
๐Ÿ“ฆHundreds per profileCursor pagination walks the full public timeline.
๐Ÿ“ŠEvery engagement metricLikes, retweets, replies, quotes, bookmarks & views.
๐ŸงตRich tweet dataHashtags, mentions, links, media, language & flags (reply / quote / retweet).
๐Ÿ‘คAuthor contextUsername, name, follower count and verified status per tweet.
๐ŸŽš๏ธSmart filtersToggle retweets and replies in or out.
โšกNo browserLightweight API access โ€” fast and cheap at scale.
๐Ÿ›ก๏ธLogin-free & safeGuest-token access over residential proxies โ€” no account, no ban risk.
๐Ÿ“คAny formatExport to JSON, CSV, Excel, HTML or pull via API & webhooks.

๐ŸŽฏ Who it's for

  • Content & competitor analysis โ€” see which posts and formats win in your niche.
  • Brand & executive monitoring โ€” archive an account's output with engagement.
  • Data science & ML โ€” build labelled tweet datasets for NLP, sentiment & trends.
  • Marketers & analysts โ€” benchmark reach and engagement across accounts and time.

๐Ÿงพ Input

FieldTypeDescription
profilesarrayRequired. X @handles or profile URLs (nasa, @naval, https://x.com/stripe).
maxTweetsPerProfileintegerHow many tweets to collect per profile (paginated). Default 100.
includeRetweetsbooleanInclude the profile's retweets. Default true.
includeRepliesbooleanInclude the profile's replies. Default true.
maxResultsintegerGlobal cap on tweets saved. 0 = unlimited.
proxyConfigurationobjectResidential proxy (required by X). Pre-configured for you.

Example input

{
"profiles":["nasa","naval"],
"maxTweetsPerProfile":200,
"includeReplies":false
}

๐Ÿ“ฆ Output

Each tweet is saved as one structured record:

{
"tweetId":"2059393717111308634",
"url":"https://x.com/NASA/status/2059393717111308634",
"text":"On Tuesday, June 9, we'll announce the four astronauts who will...",
"createdAt":"Tue Jun 03 16:00:00 +0000 2026",
"lang":"en",
"likeCount":38146,
"retweetCount":4120,
"replyCount":612,
"quoteCount":210,
"bookmarkCount":1503,
"viewCount":2834957,
"isReply":false,
"isQuote":false,
"isRetweet":false,
"hashtags":["Artemis"],
"mentions":["NASA_Astronauts"],
"urls":["https://www.nasa.gov/..."],
"media":[{"type":"photo","url":"https://pbs.twimg.com/media/..."}],
"author":{"username":"NASA","name":"NASA","followers":92089565,"verified":true},
"fromProfile":"NASA"
}

๐Ÿ“– Output field reference

FieldDescription
textFull tweet text (long-form posts supported)
likeCount / retweetCount / replyCountCore engagement
quoteCount / bookmarkCount / viewCountExtended engagement & reach
isReply / isQuote / isRetweetTweet type flags
hashtags / mentions / urlsEntities extracted from the tweet
mediaPhotos / videos with type and URL
authorTweet author with follower count & verified status
createdAt / urlPost date and direct link

โš™๏ธ How it works

  1. You provide X @handles or profile URLs.
  2. The actor resolves each profile and walks its public timeline with cursor pagination.
  3. Each tweet is parsed into a clean record with full engagement metrics.
  4. Your retweet / reply filters are applied and results stream to the dataset.

No login, no cookies, no API keys โ€” and no X account is ever used or risked.


โ“ FAQ

Is this an X / Twitter API alternative?

Yes. It pulls a profile's tweets with full engagement without the official X / Twitter API, a developer account, app keys or the API's low free-tier read caps โ€” just paste handles and run.

Does it need login or cookies?

No. The Actor uses public guest-token access โ€” no login, no cookies you provide and no developer API key. No X account is involved, so there's zero ban risk.

How many tweets can I get per profile?

Hundreds โ€” it paginates the public timeline with cursor pagination and you control depth with maxTweetsPerProfile. Run many handles in one go for a large dataset.

Are view counts included?

Yes โ€” the view count is captured whenever X exposes it, alongside likes, retweets, replies, quotes and bookmarks.

Can I exclude retweets or replies?

Yes โ€” toggle includeRetweets and includeReplies independently to get only the original tweets you want.

Can I scrape tweets without an API key or login?

Yes. This is a Twitter scraper without API key โ€” it uses public guest-token access over residential proxies, so you scrape tweets without login, cookies or a developer account, and with zero ban risk.

How do I export tweets to CSV or JSON?

Every run builds a tweet dataset you can export to CSV, JSON, Excel or HTML, or pull straight from the API and webhooks โ€” ideal for a tweet engagement dataset.

Is this a Twitter timeline scraper?

Yes. Point it at any @handle and it walks the public timeline with cursor pagination to pull hundreds of tweets per profile with full engagement metrics.


๐Ÿ”— Works great with

  • ๐Ÿฆ X (Twitter) Profile & Email Scraper โ€” enrich the authors with contact details.
  • ๐Ÿฆ X (Twitter) Post Scraper by URL โ€” grab specific posts in bulk.

๐Ÿ“ Changelog

2026-06-15

  • Hardened X engine: retry/fresh-proxy + built-in fallback queryIds โ€” fixes intermittent zero-result and socket-disconnect runs.

2026-06-07

  • Docs: added coverage for scraping tweets without an API key or login, exporting tweets to CSV/JSON, and using the actor as a Twitter timeline scraper / API alternative.

2026-06-05

  • ๐Ÿ›ก๏ธ Reliability fix: results are no longer dropped by strict output validation โ€” runs now complete cleanly even at high volume (thousands of results).
  • โšก Stability & performance hardening; fresh rebuild.

2026-06-04

  • Verified live & refreshed build โ€” reliability/maintenance pass.

You might also like