Get Every Comment Out of YouTube and Into a Spreadsheet

Free exporter, API route, and Takeout โ€” which one fits your job

By Joe Sโ€ขJune 8, 2026โ€ข9 min read
On This Page

Whether you're auditing sentiment after a campaign, archiving a comment section before re-uploading a video, collecting a dataset for research, or keeping a fair record of giveaway entries, the job starts the same way: getting comments out of YouTube. And YouTube doesn't make it easy โ€” YouTube Studio shows comments one screen at a time with no export button, and the watch page is even worse. There's no native "download comments" feature anywhere in the product.

Quick answer: YouTube has no built-in comment export. The fastest free method is a web-based comment exporter โ€” paste the video URL and download Excel or CSV in seconds, no account needed. Developers can use the YouTube Data API's commentThreads endpoint, and Google Takeout covers only comments you wrote yourself.

Method 1: A Free Comment Exporter (No Signup)

The simplest route is our free YouTube Comment Exporter. It works on any public video or Short: paste the URL, click Fetch comments, and download the result as Excel (.xlsx) or CSV. Every row includes the author, comment text, published and edited dates, like count, reply count, a direct permalink to the comment, the author's channel link and avatar, and the video ID/URL (handy when you merge exports from several videos) โ€” the columns you actually need for analysis, moderation records, or giveaway audits.

  • Free and no signup โ€” up to 1,000 of a video's most recent comments without an account, 5,000 with a free login
  • Replies included โ€” up to 5 replies per comment thread, linked to their parent comment
  • Excel-safe encoding โ€” the CSV ships UTF-8 encoded, so emoji and non-English comments open correctly with no import wizard
  • Works on Shorts โ€” paste either URL format
  • AI-ready copy โ€” a one-click option formats the whole thread as clean text for ChatGPT, Claude, or Gemini

Method 2: The YouTube Data API (For Developers)

If you need recurring exports, multiple videos, or full reply chains, the official route is the YouTube Data API's commentThreads.list endpoint. It's free for up to 10,000 quota units per day โ€” and at 1 unit per page of 100 comments, that's roughly a million comments a day if you paginate carefully. The trade-off is that you're writing and maintaining code: API keys, pagination cursors, quota handling, and YouTube's occasional schema quirks. We wrote a full developer walkthrough in our commentThreads.list guide, covering quota costs, maxResults, and pagination patterns.

One detail that surprises people: commentThreads.list returns up to 5 replies per thread inline. Pulling every reply on long threads requires a separate comments.list call per thread, which is why many export tools quietly truncate replies โ€” check what any tool actually returns before trusting a "complete" export.

Method 3: Google Takeout (Your Own Comments Only)

A common mix-up: Google Takeout exports the comments you wrote across YouTube โ€” not the comments on your videos, and not anyone else's comment section. If "export my comment history" is actually the job, Takeout (or youtube.com/feed/history/comment_history) is the right tool. For everything else โ€” your videos' comment sections, competitor videos, research datasets โ€” you need one of the first two methods.

What to Do With the Export

  • Sentiment and campaign audits โ€” pivot on dates and like counts in Sheets, or run the text through a sentiment pass; our sentiment analysis guide walks through the workflow
  • AI analysis โ€” paste the AI-formatted export into ChatGPT or Claude and ask for the top questions, recurring complaints, or content ideas hiding in the thread
  • Giveaway records โ€” keep an auditable list of every entry, then draw the winner with the Random Comment Picker
  • Research datasets โ€” timestamps, like counts, and parent-reply structure survive the export, so thread analysis still works downstream
  • Archives โ€” snapshot a comment section before deleting, privating, or re-uploading a video

When an Export Is the Wrong Tool

If you're exporting your own channel's comments every week to find the ones that need answers, you've outgrown spreadsheets. The CommentShark dashboard syncs comments from all of your videos continuously, makes them searchable and filterable by sentiment, and its AI Comment Assistant can draft or post the replies themselves. The export becomes a report you pull occasionally instead of a chore you repeat.

Frequently Asked Questions

How do I export YouTube comments to Excel for free?
Paste the video URL into the free YouTube Comment Exporter, click Fetch comments, and download the .xlsx file. Up to 1,000 comments need no account; a free login raises the cap to 5,000.
Can I download comments from someone else's video?
Yes โ€” any public video or Short. Exports read public data through YouTube's official API. Private or unlisted videos and videos with comments turned off can't be exported.
Does exporting include replies to comments?
Standard exports include up to 5 replies per comment thread (that's what YouTube's API returns inline). Most threads have fewer than 5 replies, so typical exports are complete; very long reply chains are truncated to their first 5 replies.
Why do emoji break when I open a CSV in Excel?
Excel assumes a legacy encoding unless the CSV declares UTF-8 with a byte-order mark. Exports from our tool include the BOM, so emoji and non-English text open correctly without the import wizard.
Is it legal to export YouTube comments?
Reading public comments through YouTube's official Data API is the supported, documented way to access comment data. Exporting doesn't post, modify, or notify anyone. How you use the data (especially personal data, at scale) is governed by your local privacy laws โ€” for research and moderation use, cite and store responsibly.
How do I export every comment I've ever written on YouTube?
That's Google Takeout's job, or visit your comment history. Per-video exporters work on a video's comment section, not your account history.

Export any video's comments to Excel, CSV, or AI-ready text โ€” free, no signup.

Try the YouTube Comment Exporter