This website requires JavaScript.

TikTok Kommentare Exporter

Jeden Kommentar aus jedem öffentlichen TikTok-Video nach Excel, CSV oder JSON laden. Inkl. Antworten, Likes, @-Mentions und Zeitstempeln.

What gets exported from TikTok

Every comment on the target video, including all replies. Each row in your file:

  • 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
  • permalink — direct URL to the comment on TikTok

Three formats

Excel (.xlsx)

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

CSV (.csv)

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

JSON (.json)

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

Common workflows

  • Viral video analysis — pull comments under your highest-engagement upload to identify what the audience reacted to most.
  • Brand mention monitoring — bulk-export comments under viral videos that tagged your brand.
  • Influencer reporting — count engaged commenters per sponsored video for the brand's monthly report.
  • Giveaway entry list — export then run our random comment picker against the export.
  • Sentiment analysis — pipe the CSV into ChatGPT or Anthropic Claude for a "how did viewers react?" summary.
  • Trend research — bulk-export comments under videos using a trending sound or hashtag to spot emerging language patterns.

Saving GIFs, stickers, and photos from TikTok comments

TikTok lets users reply with a GIF, a sticker pack, or a custom photo instead of plain text. None of those are saveable through TikTok's native UI — long-press just gives you "Copy" or "Report", not "Save image". The exporter captures them all:

  • How to save a GIF from a TikTok comment — paste the video URL above, run the export, then open the resulting Excel/CSV. Comments with a GIF reply have the GIF URL in the media_url column. Click through to download the original GIF asset.
  • How to download photo comments — Indonesian creators in particular get tons of photo-reply comments (search volume for "download foto komentar tiktok" / "download komen foto tiktok" is sizable). The exporter pulls the original photo URLs into the media_url column — open them in a new tab to save full resolution.
  • How to save a TikTok sticker — sticker replies are exported the same way; the column points at TikTok's CDN URL for the sticker. Useful for screenshotting a viral sticker reaction or compiling them into a creator's response montage.
  • Bulk-save — the Excel export gives you every GIF/sticker/photo URL in a single column; pipe through a download-helper script (or paste into wget -i) to grab them all at once.

This works for any public TikTok video. Private videos and login-walled comments aren't accessible.

TikTok Live and other content types

This page handles regular TikTok videos. For chat from a Live broadcast use our TikTok Live chat exporter — it pulls the live-chat replay rather than the video's comment thread. For Story / Now Playing / Slides comments, the same exporter works.

About TikTok rate limits

TikTok throttles anonymous reads aggressively. Small videos (a few thousand comments) usually finish in minutes; viral videos with hundreds of thousands take longer. You can close the tab — we email you when the file is ready.

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 Exporter — FAQ

How do I save a GIF from a TikTok comment?
Paste the TikTok video URL into the form above and run the export. Open the resulting Excel or CSV — comments with a GIF reply have the original GIF URL in the media_url column. Right-click the URL → Save link as to download the original GIF asset. The same workflow saves sticker replies and photo-comment replies.
How do I download photo comments on TikTok?
Same flow as GIFs — paste the video URL, run the export, and open the spreadsheet. Photo replies are in the media_url column at full resolution. Useful when an Indonesian or Filipino creator gets dozens of photo-reply comments under a viral video.
Is the TikTok comments exporter 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 export 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.
Does the export include replies?
Yes — replies have a reply_to column linking each one to its parent's @-handle.
Will TikTok notice that I exported?
No. We read public data the same way an unauthenticated browser would.
Can I export from a private TikTok account?
No. The exporter reads only public videos. Private/login-walled videos aren't accessible.
Does it work on TikTok Live chat?
For live-chat replays use our dedicated TikTok Live chat exporter.
Can I export from many videos 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 videos).
What about deleted comments?
We respect TikTok's moderation. Deleted or hidden comments aren't in the export.
Is there an API?
Yes — the same pipeline is exposed as a JSON-over-HTTP API on Premium and Business plans. See API tiers.