This website requires JavaScript.

Экспорт комментариев Twitter / X

Скачайте все ответы на любой публичный твит — @-handle, подписчики, лайки и метки времени — в Excel, CSV или JSON.

Common workflows

  • Crisis monitoring — when a viral negative reply chain hits a brand tweet, export the full thread to your customer-success team in minutes.
  • Social listening — pull replies under your CEO's tweets to gauge audience sentiment.
  • Competitor analysis — export replies to a competitor's launch tweet to see who's engaging and what they're saying.
  • Influencer discovery — replies under a major industry tweet often contain the next-tier creators in the same niche; the verified accounts are usually worth following up.
  • Sentiment analysis — pipe the CSV into ChatGPT or Anthropic Claude with a "score 1-5 for positive sentiment" prompt.
  • Lead generation — replies with bio links pointing at .com domains are often potential customers; the export gives you their @-handle for outreach.

About X's "view rate-limited" behavior

X (Twitter) aggressively rate-limits anonymous reads of replies — large viral tweets often hit the cap and only show ~half the reply tree to any given viewer. The exporter respects this: if X starts limiting the public reply view on the tweet, the export tells you exactly how many replies it could see. For complete coverage of very large reply trees, authenticated mode uses your own X session.

X / Twitter URL formats

All of these work: twitter.com/user/status/..., x.com/user/status/..., www.twitter.com/..., mobile.twitter.com/.... The exporter normalises them all server-side.

Plan limits

Per-tweet size scales with your plan. Free (no signup): up to 100 results per tweet. Personal: 5,000. Premium: 50,000. Business: 250,000 — see pricing for the full feature comparison and API tiers for the API-specific limits.

FAQ

Twitter / X Comments Exporter — FAQ

Is the Twitter / X exporter free?
The free tier (no signup) returns up to 100 replies per tweet. Larger replies and CSV/JSON require a paid plan: Personal 5,000, Premium 50,000, Business 250,000. See pricing.
Does it work on x.com URLs as well as twitter.com?
Yes — both formats are accepted and normalised server-side. Mobile URLs (mobile.twitter.com) work too.
How does X rate-limiting affect the export?
X heavily throttles anonymous reads of large reply trees. If we hit a rate-limit while exporting, the file tells you exactly how many replies were visible at that moment. For complete coverage on very large tweets, authenticated mode uses your own X session.
Can I export tweets from a protected (locked) account?
Only via authenticated mode if you follow that account. Public mode reads what an unauthenticated browser can see.
Are quote-tweets included?
No — this exporter handles direct replies under the target tweet. Quote-tweets are a separate surface; see our API for endpoints that pull them.
Does the export include the original tweet author's pinned reply?
Yes — the OP's own pinned/follow-up reply gets a is_op flag in the export.
Will X notice that I exported?
No. We read the public reply tree the same way an unauthenticated browser would.
Can I export replies to many tweets at once?
Yes — bulk URL upload on a paid plan processes each URL as a separate export and bundles the resulting files in one ZIP (one file per tweets).
Is there an API?
Yes — the same pipeline is exposed as a JSON-over-HTTP API on Premium and Business plans. See API tiers.