TikTok Creator & Video Scraper
Pricing
from $0.01 / 1,000 results
TikTok Creator & Video Scraper
Enterprise-grade TikTok scraper that extracts 25+ data points per creator with built-in engagement analytics and video performance metrics. Perfect for influencer marketing, competitor analysis, and trend research.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
The Howlers
Actor stats
0
Bookmarked
35
Total users
7
Monthly active users
6 days ago
Last modified
Categories
Share
Scrape TikTok profiles, videos, and hashtags. Extract follower counts, engagement metrics, video stats, and creator data for influencer research and competitive analysis. Built by John Rippy (https://johnrippy.link/).
BYOK (Bring Your Own Key) -- you provide your own API credentials.
Before You Start
This actor requires your own API credentials to fetch real data.
Where to get your key: JSON array of cookies exported from Cookie-Editor browser extension. Helps bypass TikTok login walls and CAPTCHAs. Log into TikTok, export cookies, then paste the JSON here.
You can test with Demo Mode first (free, no key needed) to see the output format before committing.
Quick Start
Test with Demo Mode (free, no API key needed)
{"demoMode": true,"usernames": ["charlidamelio"]}
Run with real data
{"demoMode": false,"scrapeType": "profiles","usernames": ["charlidamelio"],"includeVideos": true,"videosPerProfile": 12,"maxResults": 50,"minFollowers": 0,"minViews": 0,"sortBy": "followers","sessionCookies": "YOUR_API_KEY_HERE","cookieKvStoreName": "cookie-sessions"}
Input Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
scrapeType | string | "profiles" | No | What to scrape from TikTok |
usernames | array | - | No | TikTok usernames to scrape (without @) |
hashtags | array | - | No | Hashtags to scrape videos from (without #) |
searchQueries | array | - | No | Search terms to find creators or videos |
sounds | array | - | No | TikTok sound/music IDs to scrape |
includeVideos | boolean | true | No | Scrape recent videos for each profile |
videosPerProfile | integer | 12 | No | Number of videos to scrape per profile |
maxResults | integer | 50 | No | Maximum items to return |
minFollowers | integer | 0 | No | Only return profiles with at least this many followers |
minViews | integer | 0 | No | Only return videos with at least this many views |
sortBy | string | "followers" | No | How to sort results |
proxyConfiguration | object | - | No | Required for TikTok - use residential proxies |
demoMode | boolean | true | No | Run with sample data. Set to false for real scraping. |
webhookUrl | string | - | No | Optional webhook URL to receive results when scraping completes |
sessionCookies | string | - | Yes* | JSON array of cookies exported from Cookie-Editor browser extension. Helps bypass TikTok login walls and CAPTCHAs. Log into TikTok, export cookies, then paste the JSON here. |
cookieStorageKey | string | - | No | Key to load cookies from the Cookie Manager's Named KV Store. Use this instead of manually pasting sessionCookies. Run Cookie Manager in 'capture' mode first to store cookies, then reference the same storageKey here. |
cookieKvStoreName | string | "cookie-sessions" | No | Name of the Named Key-Value Store where Cookie Manager saved the session. Defaults to 'cookie-sessions'. |
*Required when Demo Mode is off.
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| Actor Start | Base cost charged when the actor starts running | $0.10 |
| Profile Scraped | Charged for each TikTok creator profile scraped with full metrics | $0.05 |
| Video Scraped | Charged for each TikTok video extracted with engagement data | $0.00 |
Demo mode is free -- no charges for sample data.
Troubleshooting
"API key is required"
You have Demo Mode turned off but didn't provide an API key. Either:
- Turn Demo Mode on to test with sample data
- Add your API key in the input
"API error 403" or "Unauthorized"
Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.
"API error 429" or "Rate limit"
Too many requests. Wait a minute and try again, or reduce the number of items per run.
No results or empty dataset
Check the run log for error messages. Common causes:
- Invalid input format (check the examples above)
- API key without proper permissions
- The target data doesn't exist or is too small to track
How do I test without an API key?
Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.
Built by John Rippy | Actor Arsenal