TikTok Comments Scraper
Pricing
from $0.40 / 1,000 comments
TikTok Comments Scraper
Scrape TikTok comments and replies from any video, search or hashtag. Exports text, likes, reply counts, timestamps and commenter profiles to JSON, CSV or Excel.
TikTok Comments Scraper
Pricing
from $0.40 / 1,000 comments
Scrape TikTok comments and replies from any video, search or hashtag. Exports text, likes, reply counts, timestamps and commenter profiles to JSON, CSV or Excel.
TikTok videos to read comments from. Accepts full URLs (https://www.tiktok.com/@user/video/7231338487075638570), share links from the app's Share button (https://vm.tiktok.com/ZGxxxxxxx/), photo-post URLs, and bare video IDs. This is the most direct and cheapest input.
Same as Video URLs, but can also load a list from a remote file — point it at a CSV or text file of TikTok links in Google Sheets, S3 or any public URL instead of pasting them one by one.
Keywords to search for videos, whose comments are then collected. Slower than naming videos directly, because search and comments are served from different TikTok regions and the run has to establish a second connection.
How many videos to take from each search query or hashtag before reading their comments. Ignored for video URLs, which are used exactly as given.
Cap on distinct top-level comments collected from each video. Replies are counted separately, under Max replies per comment.
Also collect the replies under each comment. Each reply arrives as its own record, linked to its parent by parentCommentId.
Cap on replies fetched per comment when replies are enabled.
Maximum number of comment records to return in total, across every video. Set 0 for as many as possible — a single run tops out at 20,000 records either way.
Drop comments older than this. Comments with no readable timestamp are always kept.
Order the run's output. "Most liked" and "Newest" hold the harvested comments in memory and sort them before saving, so results arrive at the end of the run rather than streaming in as they are found.
Track state between runs and emit only comments that are new or changed since last time, each tagged with a changeType. A comment counts as changed when its text, its likes or its reply count move.
Stable name for the tracked set. Leave empty to derive one automatically from this run's inputs.
Also emit records that have not changed since the previous run.
Chat or channel ID, e.g. "-100123456789" or "@yourchannel".
Any HTTPS endpoint. Receives a JSON POST with the matched records — works with n8n, Make, and Zapier.
Extra headers for the webhook request, e.g. {"Authorization": "Bearer xyz"}.
How many records to include in each notification message.
Emit only the core fields — the comment, who wrote it, its likes and reply count, which video it came from, and its thread links. Ideal for AI agents and MCP clients.
Remove null, empty-string, and empty-array fields from each record.
JavaScript function applied to every comment before it is saved, e.g. (object) => { return {...object} }. Use it to reshape or trim output, not to filter.
How many times to retry a failed request before giving up on it.
Required. TikTok serves comments only to European visitors, so the run needs a European exit. The settings below are already correct — a run without one finds no comments at all. Change the country if you like (GB, FR and NL all work); leave the group as it is.
{ "useApifyProxy": true, "apifyProxyGroups": [ "RESIDENTIAL" ], "apifyProxyCountry": "DE"}