AS
Apify Store
/clockworks/tiktok-comments-scraper
List TikTok Comments
Extract TikTok comments. Just add a TikTok URL and get TikTok video and profile data: comments, URLs, numbers of shares, followers, hashtags, hearts, video, and music metadata. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.
liveverifiedasyncdegraded · 9.9s~30s typical
tiktokcomments
$0.0020
per result + $0.01 call
plus $0.001 platform fee per run
Usage-based actor: event charges passed through at cost plus 25%
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /clockworks/tiktok-comments-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| postURLs | array | Add the video URLs you want to extract comments from. Enter URLs one by one or edit it in bulk. |
| commentsPerPost | integer | The number of comments extracted from every result. Due to TikTok API limitations, the actual number of scraped comments may differ, especially for posts with thousands of comments. |
| topLevelCommentsPerPost | integer | The maximum number of top-level (non-reply) comments you want from a single post. |
| maxRepliesPerComment | integer | The maximum number of replies you want from a single comment. Note: Successful extraction of all desired replies is currently not guaranteed. |
| profiles | array | Add one or multiple TikTok usernames you want to scrape. You can enter the usernames one by one, or use the <strong>Bulk edit</strong> section to add a prepared list. |
| resultsPerPage | integer | Add the number of videos you want to scrape per profile. default 1 |
| profileScrapeSections | array | If a profile has reposted videos, you can scrape them by selecting <i>Reposts</i> default ["videos"] |
| profileSorting | string (latest | popular | oldest) | Select Latest to scrape the most recent videos first, Oldest - the oldest videos first, Popular - the most popular videos first. Date filters only work with Latest and Oldest. Note: Popular sorting is limited by TikTok to approximately 400–500 videos per profile and may return significantly fewer results than Latest or Oldest. default "latest" |
| oldestPostDateUnified | string | Optional filter. Only videos uploaded after or on this date will be scraped. Alternatively, specify how old the scraped videos should be in days. Putting <code>1</code> will get you only today's posts, <code>2</code> - yesterday's and today's, and so on. |
| newestPostDate | string | Optional filter. Only videos uploaded before or on this date will be scraped. |
| excludePinnedPosts | boolean | Tick to exclude pinned posts from profiles. Pinned posts are usually the first videos on a profile's page. default false |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/clockworks/tiktok-comments-scraper","input":{"postURLs":["https://www.tiktok.com/@nike/video/7000000000000000000"],"commentsPerPost":50},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /clockworks/tiktok-comments-scraper -i '{"postURLs":["https://www.tiktok.com/@nike/video/7000000000000000000"],"commentsPerPost":50}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/clockworks/tiktok-comments-scraper", input: {"postURLs":["https://www.tiktok.com/@nike/video/7000000000000000000"],"commentsPerPost":50}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.