TikTok Profile & Video Scraper avatar

TikTok Profile & Video Scraper

Pricing

from $5.00 / 1,000 profile scans

Go to Apify Store
TikTok Profile & Video Scraper

TikTok Profile & Video Scraper

Extract TikTok video stats, views, likes, and creator follower counts in bulk to track viral trends and influencer growth.

Pricing

from $5.00 / 1,000 profile scans

Rating

0.0

(0)

Developer

Andok

Andok

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 days ago

Last modified

Share

TikTok Profile & Video Intelligence

Scout TikTok creators and track video performance for influencer campaigns without running a headless browser. Supply profile or video URLs, and the actor extracts play counts, likes, comments, shares, author stats, and captions for every video. Built for marketers, agencies, and data teams who need structured TikTok data at scale.

Features

  • Profile-level scanning — extract up to 500 videos from a single creator's page
  • Video-level stats — plays, likes, comments, shares, and creation timestamp per video
  • Author metadata — follower count, unique ID, and display name for each creator
  • Captions & hashtags — full video description text for content and trend analysis
  • No browser overhead — parses TikTok's internal rehydration payload directly
  • Bulk input — process multiple profiles or videos in one run
  • Pay-per-event pricing — you only pay for each video record returned

Input

FieldTypeRequiredDefaultDescription
urlsarrayYesTikTok profile or video URLs to scan (e.g. https://www.tiktok.com/@charlidamelio)
maxItemsintegerNo30Maximum number of videos to extract per profile. Increase for deeper analysis or lower for quick checks.
timeoutSecondsintegerNo15Maximum seconds to wait for each page to respond

Input Example

{
"urls": [
"https://www.tiktok.com/@tiktok",
"https://www.tiktok.com/@charlidamelio"
],
"maxItems": 50
}

Output

Each video produces one dataset item with the source URL, video ID, direct video URL, author info, engagement stats, caption text, and creation timestamp.

Output Example

{
"sourceUrl": "https://www.tiktok.com/@charlidamelio",
"videoId": "7345678901234567890",
"videoUrl": "https://www.tiktok.com/@charlidamelio/video/7345678901234567890",
"authorUniqueId": "charlidamelio",
"authorNickname": "Charli D'Amelio",
"authorFollowers": 155200000,
"text": "new dance tutorial #dance #fyp #viral",
"playCount": 8500000,
"diggCount": 1200000,
"commentCount": 24500,
"shareCount": 45000,
"createTime": 1709251200
}

Pricing

EventCost
Profile ScanPay per event on Apify platform

Use Cases

  • Influencer scouting — compare engagement rates across creators before signing partnerships
  • Campaign tracking — monitor video performance over time with scheduled runs
  • Trend research — analyze captions and hashtags to spot emerging content trends
  • Competitive intelligence — benchmark your brand's TikTok presence against competitors
  • Content strategy — identify which video formats drive the most views and shares
ActorWhat it adds
TikTok Comments ExtractorPull individual comments from TikTok videos for sentiment analysis
Instagram Follower CounterTrack creator audience size on Instagram alongside TikTok
Twitter/X Follower CounterAdd Twitter/X follower data to cross-platform creator profiles

Notes

  • The actor parses TikTok's __UNIVERSAL_DATA_FOR_REHYDRATION__ payload. If TikTok serves a captcha or login wall, the run returns an error for that URL.
  • Profile pages typically expose 20-30 videos in the initial payload; the maxItems cap applies to what is available on the page.