TikTok Video Downloader
Pricing
$4.99/month + usage
TikTok Video Downloader
Extract TikTok π₯ video download links without watermarks. Get complete metadata, engagement metrics, and automatic downloads with smart resource allocation. Perfect for content creators, researchers, and businesses needing clean TikTok content.
Pricing
$4.99/month + usage
Rating
5.0
(6)
Developer
FlowExtract API
Actor stats
8
Bookmarked
75
Total users
2
Monthly active users
2 months ago
Last modified
Categories
Share
Download TikTok videos without watermark. Extract direct download links from TikTok URLs with full metadata including views, likes, shares, and comments.
Features
- π¬ Extract Video URLs - Get direct playable video links from TikTok
- π Full Metadata - Views, likes, shares, comments, duration, quality
- πΎ Optional Download - Store videos in Apify Key-Value Store with persistent links
- π Resumable Runs - State persistence for interrupted runs
- π― FPS Selection - Choose between 30 or 60 FPS quality
- π Auto Retry - Automatic retry with exponential backoff for failed requests
- π Proxy Support - Built-in proxy configuration for better success rates
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
videoUrls | array | β | - | TikTok video URLs to process |
preferredFps | string | β | "60" | Video quality: "30" or "60" FPS |
downloadVideo | boolean | β | false | Store videos on Apify servers |
proxyConfig | object | β | - | Proxy configuration |
Example Input
{"videoUrls": [{ "url": "https://www.tiktok.com/@username/video/1234567890" },{ "url": "https://vm.tiktok.com/ABC123" }],"preferredFps": "60","downloadVideo": true}
π Sample Output Structure

Each video produces a dataset item with the following structure:
{"videoUrl": "https://www.tiktok.com/@user/video/123","videoId": "1234567890","directUrl": "https://v16-webapp.tiktok.com/...","title": "Video description text","author": "Creator Name","authorId": "123456789","Cover": "https://p16-sign.tiktok.com/...","duration": 15,"viewCount": 100000,"likeCount": 5000,"shareCount": 200,"commentCount": 150,"width": 576,"height": 1024,"quality": "540p","fileSize": "1234567","extractedAt": "2024-01-15T10:30:00.000Z","download": {"available": true,"url": "https://api.apify.com/v2/key-value-stores/.../records/...","format": "mp4","status": "completed","fileSizeHuman": "1.5 MB"},"processingTime": 2500,"success": true}
Dataset Views
The Actor provides four pre-configured dataset views:
- Overview - Quick summary with video ID, title, author, and status
- Statistics - Engagement metrics (views, likes, shares, comments)
- Downloads - Download links and file information
- Errors - Failed extractions with error details
State Persistence & Resumability
This Actor supports resumable runs. If a run is interrupted (migration, timeout, abort), it will automatically resume from where it left off on the next run with the same input.
State is automatically saved:
- Every 3 processed videos
- On Actor migration events
- On Actor abort events
- Before Actor exit
To disable state persistence, set enableStatePersistence: false in input.
Proxy Configuration
For better success rates, especially with high-volume extractions:
{"proxyConfig": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "US"}}
Error Handling
The Actor implements intelligent retry logic:
| Error Type | Retryable | Behavior |
|---|---|---|
| Network timeout | β | Exponential backoff |
| Rate limiting (429) | β | Extended backoff |
| Server errors (5xx) | β | Standard backoff |
| Video not found (404) | β | Immediate fail |
| Private/restricted video | β | Immediate fail |
| Invalid URL | β | Immediate fail |
Run Summary
After completion, a summary is saved to the Key-Value Store under the key RUN_SUMMARY:
{"total": 10,"processed": 10,"successful": 9,"failed": 1,"skipped": 0,"retried": 2,"downloads": {"enabled": true,"successful": 9,"failed": 0},"resumed": false,"completedAt": "2024-01-15T10:35:00.000Z"}
Limitations
- TikTok direct URLs may expire (use
downloadVideo: truefor persistent links) - Some region-restricted videos may not be accessible
- Private videos cannot be extracted
π€ Support & Resources
- π Website: flowextractapi.com
- π§ Email: flowextractapi@outlook.com
- π Apify Profile: dz_omar
- π¬ GitHub Issues: FlowExtractAPI
Social Media
- πΌ LinkedIn: flowextract-api
- π¦ Twitter: @FlowExtractAPI
- π± Facebook: flowextractapi
Related Actors
- Universal File Downloader: Powers the intelligent download system
- TikTok Profile Scraper: Extract user profiles and video lists
- Social Media Analytics: Comprehensive social media data extraction