This website requires JavaScript.

Exportador de Comentários do YouTube

Baixe cada comentário de qualquer vídeo público do YouTube para Excel, CSV ou JSON. Inclui respostas, curtidas e datas exatas.

What gets exported from YouTube

Every comment on the target video, including all replies, with the following fields per row:

  • author — the channel name of the commenter
  • author_channel_url — link to that commenter's YouTube channel
  • comment — the comment text, with @mentions and hashtags preserved
  • likes — like count on the comment
  • published_at — ISO 8601 UTC timestamp of when the comment was posted
  • updated_at — last edit timestamp (if the comment was edited)
  • reply_to — the parent comment's author for replies (empty for top-level comments)
  • permalink — direct URL to that comment on YouTube
  • is_pinned, is_hearted_by_creator — bonus signals on which comments the channel owner highlighted

What it filters out

YouTube applies its own held-for-review and shadow-block layers to comments. The exporter respects those — what you get is what a logged-out viewer sees on the video page. We don't bypass moderation; if a comment was hidden by the creator or auto-flagged by YouTube, it isn't in the export.

Common workflows

  • Creator monthly reporting — export the last 30 days' uploads, count comments per video, identify top engaged subscribers.
  • Sponsored-video deliverables — when a brand asks for "all comments on the sponsored upload", deliver them an Excel + a screenshot in minutes.
  • Product-launch giveaway — export, then run our random comment picker against the export to draw a winner with a verifiable seed.
  • Sentiment analysis — pipe the CSV into ChatGPT or Anthropic Claude with a "score 1-5 for positive sentiment" prompt to spot launch problems.
  • Academic research — bulk export comments across many videos for discourse analysis or NLP training data. Cite our API as the data source.
  • Compliance archives — store the export alongside the video as part of brand-safety record-keeping.

Three formats — pick what fits

Excel (.xlsx)

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

CSV (.csv)

UTF-8 with BOM (so Excel-on-Windows opens it correctly), RFC 4180-compliant escaping. Drop straight into your data warehouse, BI tool, or spreadsheet. Available from the Personal plan up.

JSON (.json)

Nested reply structure preserved as { comment: {...}, replies: [{...}] }. Best for programmatic consumers. Available on the Business plan.

YouTube Live and YouTube Shorts

This page handles regular videos. For chat from a Live broadcast use our YouTube Live chat exporter — it pulls the live-chat replay rather than the video's comment thread. Shorts are treated as regular videos by this tool.

Plan limits

Per-export 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

YouTube Comments Exporter — FAQ

Is the YouTube comments exporter free?
The free tier (no signup) returns up to 100 results per video as XLSX. Larger exports and CSV/JSON require a paid plan: Personal 5,000, Premium 50,000, Business 250,000. See pricing.
How long does the YouTube export take?
Small videos with a few thousand comments usually finish in under a minute. Very large videos (tens or hundreds of thousands of comments) take longer because YouTube paginates the comment API. You can close the tab — we email you when the file is ready.
Does the export include replies?
Yes. Replies have a reply_to column linking back to the parent comment's author, so you can reconstruct threads in Excel.
Are pinned and hearted comments flagged?
Yes. The export includes is_pinned and is_hearted_by_creator columns — useful for identifying the comments the channel owner explicitly highlighted.
Can I export comments from a YouTube Live stream?
Use our dedicated YouTube Live chat exporter — that one pulls the live-chat replay rather than regular video comments.
Will YouTube notice that I exported?
No. We read the public comment list the same way an unauthenticated browser would — nothing is logged on the video owner's side.
Does it work on YouTube Shorts?
Yes — Shorts have the same comment surface as regular videos. Just paste the URL.
Can I export across 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 or hidden comments?
We respect YouTube's moderation. If a comment was hidden by the channel owner or auto-flagged by YouTube's spam filter, it isn't in the export.
Is there an API?
Yes — the same export pipeline is exposed as a JSON-over-HTTP API on Premium and Business plans. See API tiers for limits.