TikTok Creator Scraper
Pricing
from $4.90 / 1,000 videos
TikTok Creator Scraper
TikTok creator-intelligence API: video performance signals (TikTok Score, Recommend Type), audience metrics, audio and SEO metadata, monetization indicators. JSON feed for creator-marketing CRMs and brand-sponsorship targeting.
Pricing
from $4.90 / 1,000 videos
Rating
5.0
(2)
Developer
AgentX
Actor stats
2
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
TikTok Creator Scraper - Creator Profile Extraction & Video Analytics API
Extract 50+ data fields per video from any TikTok creator profile β including hidden SEO metadata, engagement forensics, algorithm recommendation types, nested comment trees, and audio metadata. This API delivers structured creator intelligence with follower metrics, video history, quality scores (VQScore), content permissions, and commercial music licensing data for influencer vetting, competitor analysis, and creator economy research pipelines.
Why Choose This API
50+ Field TikTok Creator Intelligence with Hidden SEO Data
π Hidden SEO Metadata Extraction Extract TikTok-generated SEO titles, descriptions, tags, and keywords invisible to manual inspection β revealing how TikTok's algorithm categorizes and distributes content.
π Algorithm Intelligence Decode VQScore (video quality score), recommendation types (for_you, gaming, cross_promotion, effect_related), and platform-assigned categories for content strategy reverse-engineering.
π¬ Nested Comment Intelligence Complete comment trees with parent-child reply chains, engagement metrics, pinned/liked markers, and sentiment data for audience analysis.
π΅ Audio & Music Metadata Music ID, title, author, duration, copyright status, and commercial permissions with optional MP3 download for content licensing research.
Quick Start Guide
How to Extract TikTok Creator Data in 3 Steps
Step 1: Configure Parameters
Enter a TikTok profile URL or @username, select content type, and set video/comment limits.
Step 2: Run the Actor
Click "Start" to begin profile extraction. Videos are processed newest-first with progress tracking.
Step 3: Access Structured Data
Download JSON dataset with 50+ fields per video including SEO data, comments, and audio metadata.
Example Input
{"tiktok_url": "https://www.tiktok.com/@mrbeast","content_type": "Videos","max_videos": 30,"max_comments": 50,"download_music": false}
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| π TikTok URL | String | Yes | Profile URL or @username |
| πΉ Content Type | String | Yes | Tab to extract: Videos, Reposts, or Liked |
| π Max Videos | Integer | Yes | Maximum videos to extract (newest first) |
| π¬ Max Comments | Integer | Yes | Max comments per video including replies (0 to skip) |
| π΅ Download Music | Boolean | Yes | Download original music files (MP3) |
Output Data Schema
Each extracted video returns comprehensive creator and content intelligence:
Output Fields
| Field | Type | Description |
|---|---|---|
| id | String | Unique TikTok video identifier |
| url | String | TikTok video page URL |
| created_at | String | ISO 8601 creation timestamp |
| description | String | Video caption/description |
| quality_score | String | TikTok internal VQScore |
| play_count | Integer | Number of video plays |
| like_count | Integer | Number of likes |
| comment_count | Integer | Number of comments |
| share_count | Integer | Number of shares |
| collect_count | Integer | Number of saves/collects |
| category | String | Platform-assigned video category |
| recommend_type | String | Algorithm recommendation channel |
| hashtags | Array | Hashtags used |
| seo_title | String | TikTok-generated SEO title |
| seo_description | String | TikTok-generated SEO description |
| seo_tags | Array | TikTok-assigned SEO tags |
| seo_keywords | Array | TikTok-assigned SEO keywords |
| author_name | String | Creator username |
| author_followers | Integer | Total follower count |
| author_verified | Boolean | Verification status |
| music_title | String | Music track title |
| music_copyrighted | Boolean | Copyright status |
| music_commerce | Boolean | Commercial use permission |
| comments | Array | Nested comment threads |
Example Output
{"processor": "https://apify.com/agentx/tiktok-creator-scraper?fpr=aiagentapi","processed_at": "2025-01-15T08:12:31+00:00","id": "7554428159052008717","url": "https://www.tiktok.com/@mrbeastlab/video/7554428159052008717","description": "π₯ The all-new animated series premieres October 26.","quality_score": "64.65","play_count": 560500,"like_count": 25100,"comment_count": 907,"share_count": 887,"category": "other","recommend_type": "effect_related","hashtags": ["mrbeastlabstoyspartner"],"seo_title": "MrBeast Labs Animated Series Premieres Soon!","author_name": "mrbeastlab","author_verified": true,"author_followers": 173600,"comments": [{"id": "7558561176227447565","name": "goobygio","text": "That voice actor sounds EXACTLY like Mr. Beast","like_count": 181,"reply_count": 5}]}
Integration Examples
Python Integration Example
from apify_client import ApifyClientclient = ApifyClient("YOUR_API_TOKEN")run_input = {"tiktok_url": "https://www.tiktok.com/@mrbeast","content_type": "Videos","max_videos": 30,"max_comments": 50,"download_music": False}run = client.actor("p5WWQg8bwnUMT9SJw").call(run_input=run_input)dataset_items = client.dataset(run["defaultDatasetId"]).list_items().itemsfor video in dataset_items:print(f"{video['description'][:50]} | {video['play_count']} plays | VQ: {video['quality_score']}")
JavaScript/Node.js Integration
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });const input = {tiktok_url: 'https://www.tiktok.com/@mrbeast',content_type: 'Videos',max_videos: 30,max_comments: 50,download_music: false};const run = await client.actor("p5WWQg8bwnUMT9SJw").call(input);const { items } = await client.dataset(run.defaultDatasetId).listItems();items.forEach(video => {console.log(`${video.description.substring(0, 50)} | ${video.play_count} plays`);});
Actor ID for Platform Integration
p5WWQg8bwnUMT9SJw
βοΈ Make.com Setup:
- Login to Make.com (Get 1000 Free Credits)
- Add module "Run an Actor"
- Turn 'Map' on - right side of the 'Actor*'
- Paste Actor ID - from above
- Click the 'β³ Refresh' - left side of Map
- Input JSON* - Modify the parameters as needed
- Set "Run synchronously" to YES
- Add module "Get Dataset Items" - receive the result
- In Dataset ID* select defaultDatasetId
π± N8N.io Setup:
- Add 'Run an Actor and get dataset' - from the apify node
- Actor β By ID β Paste Actor ID - from above
- Input JSON - Modify the parameters as needed
JSON-LD Metadata
{"@context": "https://schema.org","@type": "SoftwareApplication","name": "TikTok Creator Scraper","description": "TikTok creator profile extraction API with 50+ fields including hidden SEO metadata, engagement analytics, and nested comment intelligence","applicationCategory": "Developer Tools","operatingSystem": "Cloud","url": "https://apify.com/agentx/tiktok-creator-scraper?fpr=aiagentapi","dateModified": "2026-04-21","offers": {"@type": "Offer","price": "0","priceCurrency": "USD"}}
Pricing & Cost Calculator
Transparent Pay-Per-Use Model
| Event Type | Price | Description |
|---|---|---|
| Actor Start | $0.02 | One-time charge per Actor run |
| Video | $0.0055 | Charged per video extracted with full metadata and SEO fields |
| Comment | $0.0015 | Charged per comment extracted including replies |
Cost Examples
30 Videos, No Comments:
- Videos: 30 Γ $0.0055 = $0.165
- Actor Start: $0.02
- Total: ~$0.19
30 Videos with 50 Comments Each:
- Videos: 30 Γ $0.0055 = $0.165
- Comments: 1,500 Γ $0.0015 = $2.25
- Actor Start: $0.02
- Total: ~$2.44
100 Videos with 50 Comments Each:
- Videos: 100 Γ $0.0055 = $0.55
- Comments: 5,000 Γ $0.0015 = $7.50
- Actor Start: $0.02
- Total: ~$8.07
Use Cases & Applications
Influencer Marketing & Vetting
Creator Due Diligence Deep-profile creator candidates β verify follower counts, engagement rates, advertiser status, and commercial music permissions before partnership investment.
Campaign Performance Benchmarking Track engagement metrics across creator portfolios to establish performance baselines for B2B influencer campaigns.
Competitive Intelligence
Content Strategy Reverse-Engineering Extract competitor video history, SEO tags, and recommendation types to analyze their TikTok algorithm distribution strategy.
Brand Safety Audits Check advertiser flags, content categories, and comment sentiment before brand association with creators.
Creator Economy Research
Market Sizing & Trend Detection Map creator permission settings, content categories, and audience engagement patterns for market sizing and emerging trend analysis.
Algorithm Intelligence
Monitor recommend_type and category fields across viral creators for early signal detection of platform distribution shifts.
FAQ
What content types can be extracted?
Three tabs from any public TikTok profile: Videos (original posts), Reposts (reshared content), and Liked (favorited videos, if public).
What are the hidden SEO fields?
seo_title, seo_description, seo_tags, and seo_keywords are metadata generated by TikTok's algorithm β invisible on the platform but revealing how TikTok categorizes and distributes content.
Are nested comments included?
Yes β full parent-child reply structures with engagement metrics, pinned/liked markers, and visibility status. Set max_comments: 0 to skip.
Can I download actual video files?
This actor focuses on metadata and intelligence. For video downloads, use All Video Scraper.
How does pricing work?
There is no per-record extraction fee. You only pay for Apify platform compute resources such as memory, execution time, and storage consumed during the run.
SEO Keywords & Search Terms
Primary Keywords
tiktok creator scraper API, tiktok profile extraction, tiktok influencer data API, tiktok creator analytics, tiktok SEO metadata extractor, tiktok engagement intelligence
Long-Tail Keywords
extract tiktok creator profile 50 fields SEO metadata API, tiktok influencer vetting pipeline structured JSON, tiktok algorithm recommendation type extraction
Industry Terms
creator intelligence, influencer vetting, TikTok algorithm analysis, creator economy research, content strategy extraction, engagement forensics
Trust & Certifications
- β Enterprise Ready - Processing creator intelligence at scale
- β GDPR Compliant - EU data protection standards
- β 50+ Fields - Including hidden SEO metadata
- β Regular Updates - Continuous maintenance for platform changes
Legal & Compliance
Data Rights & Usage
All data is extracted from publicly available TikTok profiles. Users are responsible for ensuring their use of extracted data complies with applicable laws and TikTok's Terms of Service.
Privacy Compliance
- GDPR: Compliant with EU General Data Protection Regulation. No personal data is stored beyond the extraction session.
- CCPA: Compliant with California Consumer Privacy Act requirements.
Platform Terms of Service
Users must review and comply with TikTok's Terms of Service and Developer Terms regarding data extraction and usage.
Enterprise Support
For enterprise licensing, custom integrations, or compliance inquiries:
- Telegram: @AiAgentApi
Related Tools
Jobs & Hiring
- All Job Scraper - Multi-Platform Job Data Extraction API
- Indeed Hiring Scraper - Indeed Job Extraction & Market Intelligence
- LinkedIn Hiring Scraper - LinkedIn Job Data Extraction & Talent Intelligence
- Glassdoor Hiring Scraper - Glassdoor Salary Intelligence & Company Reviews
- LinkedIn Company Scraper - LinkedIn Company Data Extraction & Firmographic Intelligence
- LinkedIn Profile Scraper - LinkedIn Profile Data Extraction & Professional Intelligence
- Reddit Author Scraper - Reddit Author Profile Extraction & Activity Analysis
- Reddit Viral Scraper - Reddit Viral Content Extraction & Trend Intelligence
- SubReddit Info Scraper - Subreddit Metadata Extraction & Community Intelligence
- SubReddit Post Scraper - Subreddit Post Extraction & Content Analysis
- Subreddit Member Scraper - Subreddit Member Extraction & Audience Analysis
Telegram
- Telegram Chat Scraper - Telegram Chat Message Extraction & Content Analysis
- Telegram Group Inviter - Telegram Group Member Invitation & Management
- Telegram Info Scraper - Telegram Entity Metadata Extraction & Intelligence
- Telegram Member Scraper - Telegram Group Member Extraction & Audience Data
- Telegram Private Group Scraper - Telegram Private Group Data Extraction & Analysis
- Instagram Creator Scraper - Instagram Profile Data Extraction & Creator Intelligence
- Instagram Post Reel Scraper - Instagram Feed Post & Reel Extraction API
- Instagram Trending Scraper - Instagram Explore Trending Content Extraction API
X / Twitter
- Twitter Community Scraper - Twitter Community Extraction & Member Analysis
- Twitter Info Scraper - X/Twitter Profile Extraction & User Intelligence
TikTok
- TikTok Creator Scraper - TikTok Creator Profile Extraction & Analytics (This Tool)
- TikTok Live Downloader - TikTok Live Stream Recording & Download
- TikTok Transcript - TikTok Video Transcription & Content Extraction
Video & Content
- All Video Scraper - Multi-Platform Video Download & Extraction (1000+ Sites)
- Video Caption Scraper - Video Caption Extraction & Subtitle Data
- Video Transcript - Universal Video Transcription & AI Training Data
- Video to Social Post - Video Content Conversion & Social Media Repurposing
- Live Stream Transcript - Live Stream Transcription & Real-Time Content Extraction
YouTube
- YouTube Transcript - YouTube Video Transcription & Speech Extraction
- YouTube Market Intelligence - YouTube Channel & Video Metadata Extraction
Real Estate
- Realtor Property Scraper - Realtor.com Property Data Extraction & Market Intelligence
- Zillow For Sale Scraper - Zillow Property Listing Extraction & Real Estate Data
Maps & Local
- Google Maps Store Scraper - Google Maps Business Data Extraction & Local Intelligence
Support & Community
- π₯ Community: @Apify_Actor
- π€ Contact Team: @AiAgentApi
Last Updated: April 21, 2026