There is no export button on TikTok. If you want to export TikTok comments to a spreadsheet you have three options: copy them by hand, run a third-party extension or web tool over the video's URL, or ask an AI agent connected to TikTok's data to pull them and write the CSV for you.

The first is free and slow. The second is cheap and sits in a grey area of TikTok's terms. The third is the one we use, and it is the only one that also does the part that matters: turning 761 comments into six things your audience actually wants.

Below is each route with its real limits, then a worked example on a real video with 761 comments, coded into themes you can act on.

What TikTok gives you, and what it doesn't

TikTok has no comment export. Not in the app, not in TikTok Studio, not in the web dashboard. The only manual moves are long-pressing a comment to copy its text, and screenshotting.

A TikTok comment section on a fitness video, with comments, like counts and reply threads, and no export or share-to-file option
A TikTok comment section. Everything you need is on the screen and none of it leaves the screen.

The obvious workaround is Settings and privacy → Account → Download your data. It does not solve this. That export is your own activity: the comments you posted, your likes, your searches, your login history. It does not include the comments other people left on your videos, because those are other people's data. Request the file if you want your own comment history; do not request it hoping for your video's comment section.

Before you pick a tool

TikTok's terms of service prohibit using any automated system to "scrape, crawl, export or otherwise extract any data or content in any form, for any purpose, from the Platform" without written approval. Every extension and scraper below does exactly that. Read the terms and decide what risk your account can carry.

TikTok comment scraper tools and extensions

These take a video URL and hand you a file. They are the fastest route if you need one video's comments right now and you are willing to paste a link into somebody else's website.

ToolFree limitPaid entryFormats
ExportComments100 comments per video, no signupPaid plans raise the cap to 5,000, 50,000 and 250,000XLSX free; CSV and JSON on paid tiers
TTCommentExporter (Chrome)200 commentsUpgrade for moreCSV and XLSX, 11 fields including reply count and pinned status
ExportTok2,000 commentsFrom $9.99 a month on a credit systemCSV and XLSX, replies included
Apify TikTok Comments ScraperAbout 1,000 results on Apify's $5 monthly free credit$5 per 1,000 results, cheaper on higher plansCSV, JSON, Excel, API
Bright Data5,000 records a month, no card$1.50 per 1,000 recordsCSV, JSON, API delivery

Prices and limits as published on each vendor's page, checked 19 September 2026. They change often.

Three things to know before you paste a URL. Browser extensions read the page you are logged into, so they run as you and can trip TikTok's rate limits on your own account. Web tools send the video to their server, so whatever they collect, they keep. And every one of these caps free use at a number chosen to be just below what a mid-size comment section holds, which is why 761 comments is an awkward figure.

Export TikTok comments with an AI agent

The route we use skips the browser. TokConnect is an MCP server, so Claude, ChatGPT, Cursor or Gemini can call TikTok's search and comment endpoints directly. The video_comments tool takes a video id and a count, returns up to 50 comments a page with the text, timestamp, reply count and the commenter's handle, and pages with a cursor until the section runs out.

That matters for one reason: the agent that fetches the comments can also read them. You get the CSV and the summary in the same reply, instead of a spreadsheet you will never open.

Try this prompt in Claude, ChatGPT or Cursor with TokConnect connected

Take this TikTok URL. Pull every comment on the video, up to 500. Write them to comments.csv with columns: comment text, likes, replies, date. Then group them into themes, give me a count per theme, and list the three most common questions people are asking, with one short example comment each. Do not include usernames.

Two practical notes. The id in a TikTok URL after /video/ is the id the tool wants. And the first page you get back is TikTok's own ranking, so it is the top comments, not the oldest, which is usually what you want for theme work.

If you would rather write the loop yourself, the comments API guide has the request and pagination in Python.

The part nobody covers: what to do with them

Exporting is easy. Reading 761 comments is not, and a spreadsheet of raw text is not an insight. Here is the full method on one video.

We searched TikTok for car detailing sorted by most liked, and took a video from Active Auto Detailing (@activedetails) posted in June 2025: a mobile detailing van tour, 759,000 views, 45,300 likes, 761 comments. We pulled the first 50 comments and coded every one of them by hand.

ThemeCommentsShareWhat it tells the creator
Praise or reaction only2550%Half the section is applause. It carries no information.
Which gear, and how do I build one714%Named products: vacuum, compressor, hose reel, chemicals, van model
Water and power logistics714%Hard water, gravity feed, tank range, what the generator runs
Aspiration and affordability714%People who want this setup and think they can't have it
What did it cost36%The single question the video refuses to answer
Business enquiry12%An actual customer asking about service area

Data: TikTok comments via TokConnect, pulled 19 September 2026. All 50 comments coded by hand. Open the snapshot, including the coding rules.

Three of the comments, shortened, with handles left out:

"How much for the whole setup + the van?"

"What do u do about hard water"

"how many vehicles can u do on a full water tank?"

Now read the table as a content plan. Half the section is noise, so ignore it. The other half is 25 comments that together say: tell us what it cost, tell us what you bought, and tell us how the water and power actually work. That is three videos, and the creator already knows people will watch them, because they asked.

The cost question is the sharpest signal in the set. Three people asked it directly and seven more circled it with "I wish I could afford a setup like this" and "that's the dream". Ten of fifty comments are about money on a video that never mentions a price.

The method generalises. Code every comment into a theme, count, drop the praise, then rank what is left by count. For a brand, run the same pass over a competitor's video instead of your own and you get their unanswered objections for free. The competitor analysis guide uses this as one of its steps.

Handle the data properly

Comments are public, but they are still written by people with names attached.

  • Strip handles before you share. Keep them in your working file if you need to reply. Take them out of anything you send a client or publish, as we did above.
  • Quote short and quote accurately. A screenshot of somebody's comment on a slide is a person's words in a room they didn't enter.
  • Don't build a profile. Counting themes is research. Following one commenter across videos to work out who they are is not.
  • Re-pull rather than archive. Comments get deleted and edited. A file from March is a claim about March.

If you want the demand side of the same picture, comments tell you what viewers of one video asked, and search data tells you what everyone else is typing into the search bar. The audience insights guide covers who those searchers are. Used together they are the cheapest content research there is.

Frequently asked questions

Is there a way to export TikTok comments?

Not inside TikTok. There is no export button in the app, in TikTok Studio or on the web, and TikTok's "Download your data" archive contains your own activity rather than the comments other people left on your videos. To get a CSV you need a third-party tool, a scraper, or an AI agent connected to TikTok's data through something like TokConnect.

Is there a free way to export TikTok comments without a limit?

No. Every free tier caps out: ExportComments gives you 100 comments per video, TTCommentExporter 200, ExportTok 2,000, and Bright Data 5,000 records a month. Open-source scrapers on GitHub have no cap but they break when TikTok changes its web app, and automated extraction is against TikTok's terms of service either way.

How do I copy a single TikTok comment?

Long-press the comment in the app and choose Copy. That gives you the text only, with no username, timestamp or like count, which is why it stops being practical after about ten comments.

Can I export the comments on someone else's video?

The tools do not distinguish: a comment section on a public video is public either way. What changes is what you do with it. Counting themes across a competitor's video is normal market research; republishing named comments, or tracking one commenter across videos, is not. Strip handles before anything leaves your working file.

Sources and data