Apify Store
AS
Apify Store
/apidojo/tiktok-comments-scraper

Tiktok Comments Scraper (Pay Per Result)

Extract TikTok comments at 100–200 comments/second. No proxy required. 98% success rate. Scrape text, likes, replies, and user data with simple URL input. Export to JSON/CSV, integrate via API. Ideal

liveasyncunknown~30s typical
seo toolsvideossocial mediatiktokcomments
$0.00038
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.0003 per result; Cracked adds 25% plus a $0.005 call fee
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 /apidojo/tiktok-comments-scraper for me.

Input

FieldTypeDescription
startUrlsarrayTikTok Video and/or Photo URLs. Paste the URLs and get the results immediately. Only Post/Video/Photo URLs are supported.
includeRepliesbooleanThis option enables the reply fecthing operation for all the comments it encounter. default false
maxItemsintegerMaximum number of items that you want as output.
customMapFunctionstringFunction that takes each of the objects as argument and returns data that will be mapped by the function itself. This function is not intended for filtering, please don't use it for filtering purposes or you will get banned automatically.

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":"/apidojo/tiktok-comments-scraper","input":{"startUrls":["https://www.tiktok.com/@billieeilish/video/7050551461734042926","https://www.tiktok.com/@gordonramsayofficial/video/7229884545150061851"],"maxItems":3,"customMapFunction":"(object) => { return {...object} }"},"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 /apidojo/tiktok-comments-scraper -i '{"startUrls":["https://www.tiktok.com/@billieeilish/video/7050551461734042926","https://www.tiktok.com/@gordonramsayofficial/video/7229884545150061851"],"maxItems":3,"customMapFunction":"(object) => { return {...object} }"}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/apidojo/tiktok-comments-scraper", input: {"startUrls":["https://www.tiktok.com/@billieeilish/video/7050551461734042926","https://www.tiktok.com/@gordonramsayofficial/video/7229884545150061851"],"maxItems":3,"customMapFunction":"(object) => { return {...object} }"}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.