TikTok Live Recorder — Unlimited
Pricing
Pay per usage
Go to Apify Store
Under maintenance
TikTok Live Recorder — Unlimited
Monitor multiple TikTok accounts 24/7. Auto-launch Comments & Recorder the moment any stream goes live. Unlimited. Cookies supported.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Ben Belaouedj
Maintained by Community
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
an hour ago
Last modified
Categories
Share
Monitor multiple TikTok accounts 24/7 and automatically start recording and comment capture the moment any stream goes live. Cookies supported for authenticated sessions.
What it does
- Reads a list of TikTok usernames from the input.
- Continuously checks whether each account is live.
- Automatically starts recording the live stream to MP4 using ffmpeg.
- Captures live comments and co-hosts in real time.
- Restarts automatically if a process crashes mid-stream.
- Supports TikTok cookies for more stable and authenticated captures.
Input
| Field | Type | Required | Description |
|---|---|---|---|
usernames | array of strings | Yes | TikTok usernames to monitor (without @) |
cookies | string | No | TikTok cookies in JSON format for authenticated sessions |
interval | integer | No | Polling interval in seconds (default: 20) |
quality | string | No | Stream quality: best, uhd, sd, ld, origin (default: best) |
Example input
{"usernames": ["account1", "account2"],"interval": 20,"quality": "best"}
Output
| File | Description |
|---|---|
recordings/<username>_<timestamp>.mp4 | Recorded live stream |
data/comments_<username>_<timestamp>.csv | Live comments with country and UID |
data/hosts_<username>_<timestamp>.csv | Detected hosts and co-hosts |
metadata/<timestamp>_<username>.csv | Recording metadata |
How to use cookies
Export your TikTok cookies from your browser using a cookie export extension, then paste the JSON content into the cookies input field. Cookies significantly improve stream detection reliability.
Notes
- Requires
ffmpegavailable in the environment. - Multiple accounts are monitored in parallel.
- The Actor polls each account at the configured interval and reacts within seconds of a live starting.
- Streams are recorded without re-encoding (stream copy) for maximum performance.
Categories
Automation · Developer tools · Social media