extracting-tiktok-comments-for-research
Installation
SKILL.md
Extracting TikTok Comments for Research
Pulls all public comments from TikTok videos for audience sentiment analysis, product research, or competitive intelligence. Comments are the rawest form of consumer voice — unfiltered reactions at scale.
Prerequisites
APIFY_TOKENenvironment variable set- Optional: Apify MCP server installed
Inputs
| Parameter | Type | Required | Default | Notes |
|---|---|---|---|---|
startUrls |
array | ✅ | [] |
TikTok video URLs to scrape comments from |
includeReplies |
boolean | Optional | false |
Include reply comments (nested) |
maxItems |
number | Optional | Unlimited | Maximum comments to return |
customMapFunction |
string | Optional | — | JavaScript function to transform each output object |