scraping-tiktok-comments
Installation
SKILL.md
Scraping TikTok Comments
Exports all comments from any TikTok video URL. Returns the raw comment dataset for sentiment analysis, community research, or product feedback extraction.
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 |