TikTok Top-Level Comments Scraper Lite
Pricing
Pay per usage
TikTok Top-Level Comments Scraper Lite
Extract bounded public top-level comments from known TikTok video URLs.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Itay Elgazar
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Extract public top-level comments from known TikTok video URLs.
Use it when you already have TikTok video links and want a small structured sample of public comments.
What you get
Each comment row can include:
- TikTok video URL
- video ID
- comment ID
- comment text
- public author fields
- like count
- reply count
- creation time
- pagination fields
- structured error details when comments are unavailable
Quick start
{"postURLs": ["https://www.tiktok.com/@apifyoffice/video/7200360993149553925"],"maxCommentsPerPost": 10,"includeReplies": false}
Input fields
postURLs— direct TikTok video URLs.maxCommentsPerPost— maximum top-level comments per video.cursor— optional cursor from a previous run.includeReplies— currently kept off for this lite Actor.maxRepliesPerComment— currently not used when replies are off.
Output
The Actor saves one dataset row per top-level comment, plus error rows for videos that cannot be processed or have no available public comments.
Limits
This Actor collects top-level public comments from direct video URLs only. It does not collect replies in this version, scrape profiles, search TikTok, scrape hashtag feeds, log in, use user cookies, bypass CAPTCHA, or access private data.