TikTok Video Scraper - Video Details & Profile Feeds avatar

TikTok Video Scraper - Video Details & Profile Feeds

Pricing

from $5.00 / 1,000 scraped tiktok videos

Go to Apify Store
TikTok Video Scraper - Video Details & Profile Feeds

TikTok Video Scraper - Video Details & Profile Feeds

Scrape TikTok video details, captions, metrics, direct video URLs, transcripts, music, hashtags, and creator profile videos. Provider-backed, no cookies required, perfect for SEO and AI agents, MCP optimized.

Pricing

from $5.00 / 1,000 scraped tiktok videos

Rating

0.0

(0)

Developer

Khadin Akbar

Khadin Akbar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

TikTok Video Scraper

Scrape TikTok video details and creator profile video feeds with normalized, AI-agent-ready output. This actor extracts captions, engagement metrics, author data, music metadata, hashtags, transcript text when available, direct signed video URLs, no-watermark URLs when TikTok returns them, and optional permanent provider-hosted media URLs.

It is built for SEO workflows, social listening, creator research, competitive analysis, content repurposing, and agentic data collection. The actor uses public-data provider APIs with ScrapeCreators as the recommended primary provider and SociaVault as fallback. It does not ask users for TikTok cookies.

What This Actor Does

The actor supports two high-intent TikTok video workflows:

  1. Direct video URL scraping: pass one or more TikTok video URLs and get one normalized row per video.
  2. Creator profile feed scraping: pass creator handles or profile URLs and get recent or popular videos from those accounts.

For direct video URLs, the actor can also request transcripts with getTranscript. When a transcript is available, it is returned in the transcript field, usually as WEBVTT. For normal media work, the dataset includes direct signed TikTok play, download, and no-watermark URLs when providers and TikTok return them. These TikTok CDN URLs can expire, so download them promptly.

For permanent provider-hosted media URLs, enable downloadMedia. This is disabled by default because it is a higher-cost provider path. When permanent media is returned, the actor emits a separate media-downloaded PPE event so users and agents can predict the extra cost.

When To Use It

Use this actor when you need structured TikTok video records from known video URLs or from a known creator's public feed. It is a good fit for:

  • SEO teams researching short-form video topics and captions
  • AI agents collecting evidence from specific TikTok videos
  • Social media teams tracking creator performance
  • Content teams repurposing captions, transcripts, and video metadata
  • Growth teams comparing engagement across creator posts
  • Data teams building TikTok analytics pipelines

Do not use this actor for keyword search, hashtag search, or user search. Use the TikTok Search Scraper for those workflows. Do not use it for comments. Use a TikTok video comments scraper for comment threads.

Input

The most common input is:

{
"videoUrls": ["https://www.tiktok.com/@stoolpresidente/video/7324105620095765765"],
"profileHandles": ["stoolpresidente"],
"maxVideosPerProfile": 5,
"maxPagesPerProfile": 1,
"sortBy": "latest",
"region": "US",
"getTranscript": true,
"downloadMedia": false,
"providerOrder": "scrapecreators-first"
}

Important Inputs

FieldTypeDefaultDescription
videoUrlsarray[]Full TikTok video URLs to scrape directly.
profileHandlesarray[]TikTok handles, @handles, or profile URLs to scrape for videos.
maxVideosPerProfileinteger50Maximum videos saved from each creator profile.
maxPagesPerProfileinteger10Provider pagination safety cap for each creator profile.
maxTotalVideosinteger10000Whole-run cap across direct URLs and profile feeds.
sortBystringlatestSort profile feed videos by latest or popular.
regionstringUSAlpha-2 region code for provider requests.
getTranscriptbooleanfalseRequest transcripts for direct video URLs when available.
downloadMediabooleanfalseRequest permanent provider-hosted media URLs. Higher cost.
providerOrderstringscrapecreators-firstProvider fallback order.
includeRawDatabooleanfalseAttach raw provider payloads for debugging.

Output

Each dataset item is one TikTok video record. The output is intentionally flat so AI agents and spreadsheet tools can consume it easily.

FieldDescription
videoIdTikTok video ID.
videoUrlCanonical TikTok video page URL.
captionVideo caption text.
createdAtISO timestamp when available.
authorUsernameCreator handle.
authorNicknameCreator display name.
authorVerifiedWhether the creator is verified.
authorFollowerCountCreator follower count when returned.
playCountViews or play count.
likeCountLikes.
commentCountComments.
shareCountShares.
collectCountSaves or collects.
engagementRateApproximate engagement rate.
coverUrlStatic cover image URL.
playUrlDirect signed TikTok play URL.
downloadUrlDirect signed TikTok download URL.
noWatermarkUrlNo-watermark URL when TikTok returns one.
downloadedMediaUrlsPermanent provider-hosted media URLs when enabled and returned.
transcriptTranscript text, usually WEBVTT, when requested and available.
hashtagsHashtags attached to the video.
musicTitleTikTok sound or song title.
musicAuthorMusic artist or sound owner.

The actor also writes OUTPUT and RUN_SUMMARY to the key-value store. These contain run totals, provider status codes, provider errors, estimated PPE cost, providers used, and the final stop reason.

Pricing

This actor uses pay per event:

EventPriceWhen charged
apify-actor-start$0.00005Once per run, scaled by memory.
video-scraped$0.005Each normalized TikTok video row saved.
media-downloaded$0.05Each row with permanent provider-hosted media URLs.

Default runs do not request permanent provider media downloads. A typical 20-video run costs about $0.10005 before any Apify platform usage costs. A 20-video run with permanent media returned for every row costs about $1.10005.

Provider Strategy

The actor is provider-backed because TikTok's public web surface is heavily protected and browser scraping is more brittle. The default provider order is:

  1. ScrapeCreators
  2. SociaVault

You can force a provider with scrapecreators-only or sociavault-only for debugging or controlled testing. Missing provider keys cause a clean diagnostic exit instead of a crash.

Notes And Limits

  • Direct TikTok CDN URLs can expire. Download important videos promptly.
  • Transcripts are only returned when TikTok and the provider expose them.
  • No-watermark URLs are returned only when TikTok provides them to the provider.
  • Permanent media download is intentionally optional because it costs more provider credits.
  • The actor only scrapes public TikTok data available through the configured providers.
  • Results can vary by region and provider freshness.

This actor is intended for scraping publicly available TikTok data. You are responsible for using the output in compliance with applicable laws, platform terms, privacy obligations, and content rights. Do not use this actor to collect private data, bypass access controls, or republish copyrighted media without permission.