TikTok Comment Scraper avatar

TikTok Comment Scraper

Pricing

from $10.00 / 1,000 tiktok comment scrapers

Go to Apify Store
TikTok Comment Scraper

TikTok Comment Scraper

Scrape all comments and replies from any TikTok video. Returns structured JSON with usernames, text, likes, timestamps, and nested reply threads.

Pricing

from $10.00 / 1,000 tiktok comment scrapers

Rating

0.0

(0)

Developer

Benetti Corporation

Benetti Corporation

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

Scrape all comments and replies from any TikTok video. Returns structured JSON with usernames, comment text, likes, timestamps, and nested reply threads.

Features

  • Scrapes ALL comments — automatically scrolls and loads everything
  • Captures nested replies by expanding all reply threads
  • Uses stealth mode to avoid bot detection
  • Intercepts TikTok's comment API for reliable, fast loading
  • Supports batch scraping of multiple videos
  • Mutes video audio during scraping

Input

FieldTypeDescription
urlsstring[]Required. List of TikTok video URLs to scrape
scrollTimeoutSecnumberSeconds to wait with no new comments before stopping (default: 30)
maxReplyRoundsnumberMax rounds of "View more replies" clicking (default: 20)

Example input

{
"urls": [
"https://www.tiktok.com/@username/video/1234567890",
"https://www.tiktok.com/@another/video/0987654321"
],
"scrollTimeoutSec": 30,
"maxReplyRounds": 20
}

Output

Each video produces a dataset item:

{
"videoId": "1234567890",
"url": "https://www.tiktok.com/@username/video/1234567890",
"commentCount": 47,
"replyCount": 123,
"comments": [
{
"index": 1,
"username": "user123",
"text": "Great video!",
"likes": "1.2K",
"time": "3d ago",
"replies": [
{
"index": 1,
"username": "creator",
"text": "Thanks!",
"likes": "89",
"time": "2d ago"
}
]
}
]
}

MCP Integration

This Actor is automatically available via the Apify MCP Server. Add it to Claude Desktop or any MCP client to scrape TikTok comments conversationally.

Also Available As

  • Chrome Extension: TikTok Comment Scraper — scrape from your browser
  • npm MCP Server: npx tiktok-scraper-mcp — local Puppeteer-based MCP tool

Built by Benetti Corporation.

Buy me a beer: PayPal