This website requires JavaScript.

TikTok Comments Downloader

किसी भी पब्लिक TikTok video से हर कमेंट एक क्लिक में Excel, CSV या JSON में डाउनलोड करें।

What's in the download

One row per comment in your Excel/CSV file (or one object in JSON). The fields:

  • username — the @-handle of the commenter
  • display_name — the commenter's TikTok display name
  • comment — the comment text, with @mentions and hashtags preserved
  • likes — current like count on the comment
  • created_at_utc — ISO 8601 UTC timestamp
  • reply_to — the parent comment's @-handle for replies (empty for top-level)
  • permalink — direct URL to the comment on TikTok

Format guide

Excel (.xlsx)

Best for human review. Pre-formatted with auto-filter on every column, frozen header row. Available on every plan including the free tier.

CSV (.csv)

Best for ETL / database import. UTF-8 with BOM (so Excel-on-Windows opens correctly), RFC 4180-compliant. Available from the Personal plan up.

JSON (.json)

Nested reply structure preserved. Best for programmatic consumers. Available on the Business plan.

Common workflows

  1. Giveaway / contest entry list — download then run our random comment picker against the export.
  2. Brand mention monitoring — bulk-download comments under viral videos that tagged your brand.
  3. Sentiment analysis — pipe the CSV into ChatGPT or Anthropic Claude with a sentiment-scoring prompt.
  4. Influencer reporting — count engaged commenters per sponsored video for the brand's monthly report.
  5. FTC compliance archive — store the export alongside the video screenshot for the 2-year FTC retention rule on sponsored content.

About TikTok rate limits

TikTok throttles anonymous comment reads. A small video (a few thousand comments) usually finishes in a few minutes. Viral videos with hundreds of thousands of comments take longer. You can close the tab — we email you when the download is ready.

For private / login-walled videos

Some TikTok videos are restricted to logged-in viewers. Those aren't accessible via the public downloader. Public videos work without authentication.

Plan limits

Per-video size scales with your plan. Free (no signup): up to 100 results per video. 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

TikTok Comments Downloader — FAQ

Is the TikTok comments downloader free?
The free tier (no signup) returns up to 100 comments per video. Larger comments and CSV/JSON require a paid plan: Personal 5,000, Premium 50,000, Business 250,000. See pricing.
How long does the download take?
Small videos finish in minutes. Viral videos with hundreds of thousands of comments take longer because TikTok rate-limits anonymous reads aggressively. You can close the tab — we email you when ready.
What file formats are supported?
Excel (.xlsx, pre-formatted), CSV (RFC 4180, UTF-8 with BOM), and JSON (nested replies).
Does the download include replies?
Yes — replies have a reply_to column linking each one back to its parent's @-handle.
Can I download from a private TikTok account?
No. The downloader reads only public comments. Private/login-walled videos aren't accessible.
Will TikTok notice that I downloaded?
No. We read public data the same way an unauthenticated browser would.
Can I download from a TikTok Live stream?
Use our TikTok Live chat exporter for live-chat replays.
How do I download from many videos at once?
Use bulk URL upload on a paid plan — paste/upload a CSV of video URLs; each is processed as a separate export and bundled in one ZIP (one file per video).
Is there an API?
Yes — the same pipeline is exposed as a JSON-over-HTTP API on Premium and Business plans.