Apify Store
AS
Apify Store
/clockworks/tiktok-video-scraper

TikTok Video Scraper

Extract data from chosen tiktoks. Just add a TikTok URL and get TikTok video and profile data: URLs, numbers of shares, followers, hashtags, hearts, video, and music metadata. Export scraped data, run

liveasyncunknown~30s typical
social mediavideostiktokvideo
$0.0037
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.003 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 /clockworks/tiktok-video-scraper for me.

Input

FieldTypeDescription
postURLs*arrayAdd the URLs of posted videos you want to scrape. You can enter URLs one by one, or you can upload or link to a text file. default ["https://www.tiktok.com/@apifylife/video/7200360993149553925"]
scrapeRelatedVideosbooleanTick to scrape related videos for the post URLs you provide. - The maximum number of scraped related videos is set by the `resultsPerPage` count. default false
resultsPerPageintegerAdd the number of related videos you want to scrape for each post URL. This field is applicable when the <strong>Scrape related videos</strong> option is enabled. default 1
shouldDownloadVideosbooleanThis is a charged add-on. Tick to download TikTok videos. default false
shouldDownloadCoversbooleanTick to download TikTok video cover images (thumbnails). Note that this will increase time and costs needed to extract the data. default false
downloadSubtitlesOptionsstring (NEVER_DOWNLOAD_SUBTITLES | DOWNLOAD_SUBTITLES | DOWNLOAD_AND_TRANSCRIBE_VIDEOS_WITHOUT_SUBTITLES | TRANSCRIBE_ALL_VIDEOS)Choose how to handle subtitles and audio transcription for input videos. Subtitles are provided by TikTok for some videos, and transcription means that this Actor will use speech-to-text AI to generate video transcript. Transcripts are charged as an extra event according to your plan. default "NEVER_DOWNLOAD_SUBTITLES"
shouldDownloadSlideshowImagesbooleanTick to download TikTok slideshow images. Note that this will increase costs and time required for scraping. default false
videoKvStoreIdOrNamestringName (or ID) of the Key Value Store where the videos and other media like thumbnails will be stored. Omit to store in the default one. Using this option will provide a named Key-Value store can help bypass data retention and store the content forever until the store is manually deleted.<br><br>The Key-Value store's name can consist of a versatile combination of uppercase letters, lowercase letters, digits, or hyphens, all without any spaces.

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-video-scraper","input":{"postURLs":["https://www.tiktok.com/@apifylife/video/7200360993149553925"],"scrapeRelatedVideos":false,"resultsPerPage":3,"shouldDownloadVideos":false,"shouldDownloadCovers":false,"downloadSubtitlesOptions":"NEVER_DOWNLOAD_SUBTITLES","shouldDownloadSlideshowImages":false,"videoKvStoreIdOrName":"tiktok-videos"},"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-video-scraper -i '{"postURLs":["https://www.tiktok.com/@apifylife/video/7200360993149553925"],"scrapeRelatedVideos":false,"resultsPerPage":3,"shouldDownloadVideos":false,"shouldDownloadCovers":false,"downloadSubtitlesOptions":"NEVER_DOWNLOAD_SUBTITLES","shouldDownloadSlideshowImages":false,"videoKvStoreIdOrName":"tiktok-videos"}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/clockworks/tiktok-video-scraper", input: {"postURLs":["https://www.tiktok.com/@apifylife/video/7200360993149553925"],"scrapeRelatedVideos":false,"resultsPerPage":3,"shouldDownloadVideos":false,"shouldDownloadCovers":false,"downloadSubtitlesOptions":"NEVER_DOWNLOAD_SUBTITLES","shouldDownloadSlideshowImages":false,"videoKvStoreIdOrName":"tiktok-videos"}, wait: false })

Try it

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