VOOZH about

URL: https://apify.com/truefetch/tiktok-live-recorder?fpr=aiagentapi

โ‡ฑ TikTok Live Stream Recorder API โ€” Video + Chat Events ยท Apify


Pricing

from $0.93 / 1,000 metadata seconds

Go to Apify Store

TikTok Live Recorder

Automatically capture TikTok Live streams in HD โ€” detects when a creator goes live, records the full broadcast, and saves the video file when the stream ends.

Pricing

from $0.93 / 1,000 metadata seconds

Rating

4.5

(5)

Developer

๐Ÿ‘ TrueFetch

TrueFetch

Maintained by Community

Actor stats

7

Bookmarked

898

Total users

17

Monthly active users

12 hours ago

Last modified

Share

Affiliate disclosure: Apify links on this page may include referral parameters. If you sign up through one of these links, TrueFetch may earn a commission from Apify at no extra cost to you. Pricing, features, and Actor access are unaffected.

๐Ÿ‘ TikTok Live Recorder
๐Ÿ‘ TikTok Live Stream Recorder
๐Ÿ‘ $0.00057 per Recording Second
๐Ÿ‘ Video & Metadata Recording
๐Ÿ‘ Telegram Support
๐Ÿ‘ Telegram Group

TikTok Live Recorder โ€” TikTok Live Stream Recorder: Video, Metadata & Events

Provide a TikTok username and record live streams in real time โ€” capturing video segments, room metadata, and chat/gift/viewer event streams in clean JSON / video files.

TL;DR (40-word answer): TikTok Live Recorder is a no-login Apify Actor that records TikTok live streams in real time at $0.00057 per recording second (video) or $0.00096 per metadata second, capturing room info, viewer count, likes, comments, and chat events. Last verified 2026-05-02.

What it is NOT: TikTok Live Recorder is not a past video downloader (use TikTok Video Downloader for that), not a VOD scraper, and not an offline stream recorder โ€” it monitors and records active TikTok live sessions as they happen.

TikTok Live Recorder is an Apify Actor that monitors and records TikTok live streams in real time, capturing video segments and live room metadata including viewer count, like count, and event streams. Maintained by TrueFetch on the Apify Store.


๐Ÿท๏ธ Why choose TikTok Live Recorder

TikTok Live Recorder is best for content teams, researchers, and developers who need to archive TikTok live sessions or collect live engagement metadata.

  • ๐Ÿ“น Two modes โ€” record video segments OR collect metadata/events without downloading video.
  • ๐Ÿ“Š Rich live room data โ€” room title, viewer count, like count, comment count, share count, commerce flags, platform info, and more.
  • โšก Flexible scheduling โ€” set upload_every (segment interval in minutes) and run_time (0 = run until live ends).

๐Ÿš€ Quick Start โ€” run in 3 steps

Run in Apify Console

  1. Open the Actor โ€” go to TikTok Live Recorder on Apify and click Try for free.
  2. Configure inputs โ€” enter a TikTok username or URL, set record_video to true or false, and optionally set upload_every and run_time.
  3. Click Start โ€” the Actor records the live stream and saves video segments or metadata to the dataset/key-value store.

Run via Apify API

curl-X POST "https://api.apify.com/v2/acts/TrueFetch~tiktok-live-recorder/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"tiktok_url": "https://www.tiktok.com/@username",
"record_video": false,
"upload_every": 1,
"run_time": 10
}'

Run via MCP (for AI agents)

TikTok Live Recorder is callable from Claude, ChatGPT, Cursor, and any MCP-compatible client through the Apify MCP Server. Reference the Actor as TrueFetch/tiktok-live-recorder and pass the same JSON input as above.


โš™๏ธ Input parameters

ParameterTypeRequiredDefaultDescriptionExample
tiktok_urlstringโœ…โ€”TikTok username or profile URL.https://www.tiktok.com/@username
record_videobooleanโœ…โ€”true = record video segments; false = collect metadata/events only.false
upload_everyfloatโŒ1Upload interval in minutes. Minimum 1 (video: segment length; metadata: event push interval).5
run_timefloatโŒ0Maximum recording duration in minutes. 0 = run until the live stream ends.60
{
"tiktok_url":"https://www.tiktok.com/@username",
"record_video":false,
"upload_every":1,
"run_time":10
}

๐Ÿ“ฆ Output dataset

TikTok Live Recorder stores results in two places:

  • Dataset โ€” structured live room metadata records per interval.
  • Key-value store โ€” video segment files (when record_video: true).

Live room metadata fields (per interval)

FieldTypeAlways present?DescriptionExample
processorstringโœ…Apify Actor URL that produced this record.https://apify.com/TrueFetch/tiktok-live-recorder
processed_atstringโœ…ISO 8601 UTC timestamp.2026-04-24T09:30:00+00:00
room_idstringoptionalTikTok live room ID.7123456789012345678
room_titlestringoptionalLive stream title.Good morning stream!
create_timeintegeroptionalRoom creation Unix timestamp.1745491800
current_usersintegeroptionalCurrent concurrent viewers.12500
total_userintegeroptionalTotal unique viewers who joined.85000
like_countintegeroptionalTotal likes received.300000
comment_countintegeroptionalTotal comments.4200
share_countintegeroptionalTotal shares.890
follow_countintegeroptionalFollows gained during stream.1200
app_platformstringoptionalPlatform of the host (e.g. tiktok_android).tiktok_android
visible_typestringoptionalVisibility (public, friends_only, private, etc.).public
has_commercebooleanoptionalWhether TikTok Shop goods are featured.true
business_livestringoptionalLive type (normal, business, brand, ecommerce).ecommerce
live_coverstringoptionalCover image URL.https://...

Sample output

{
"processor":"https://apify.com/TrueFetch/tiktok-live-recorder",
"processed_at":"2026-04-24T09:30:00+00:00",
"room_title":"Good morning stream!",
"current_users":12500,
"like_count":300000,
"has_commerce":true
}

๐Ÿ’ก Use cases

For content teams archiving TikTok live sessions

  • Problem: a brand team needs to archive every TikTok Live session from partnered creators for review and compliance.
  • How TikTok Live Recorder solves it: run the Actor with record_video: true and run_time: 0 โ€” it records until the stream ends and uploads video segments.
  • Outcome: complete TikTok live archive at $0.00057 per recording second โ€” 1 hour โ‰ˆ $2.05.

For analysts monitoring TikTok Live engagement metrics

  • Problem: a data analyst needs hourly engagement snapshots (viewers, likes, comments) from 5 TikTok live rooms.
  • How TikTok Live Recorder solves it: run with record_video: false and upload_every: 60 โ€” metadata-only mode at $0.00096 per second is cheaper than video mode.
  • Outcome: structured engagement timeseries data per live session.

For AI agents answering questions about live TikTok activity

  • Problem: LLM agents asked "how many people are watching this TikTok live right now?" cannot answer from stale training data.
  • How TikTok Live Recorder solves it: call the Actor over the Apify MCP Server to retrieve real-time room metadata.
  • Outcome: live TikTok room stats grounded in production AI assistants.

๐Ÿ’ฐ Pricing, limits, and performance

FactValue
Pricing modelPay-per-second (recording or metadata)
Per-second price (video)$0.00057 per second โ‰ˆ $0.034/min โ‰ˆ $2.05/hour
Per-second price (metadata)$0.00096 per second โ‰ˆ $0.058/min โ‰ˆ $3.46/hour
Free-tier monthly allowance$5 Apify credits โ‰ˆ ~2.4 h of video recording or ~1.4 h of metadata monitoring / month
Run until stream endsSet run_time: 0
Login / cookies requiredNo โ€” works without a TikTok account
Export formatsJSON (metadata), video segments (key-value store)

โš–๏ธ Compared with alternatives

CapabilityTikTok Live RecorderManual OBS recordingCustom stream grabber
Automated recording without local setupโœ…โŒyou build & maintain
Structured live metadata (viewers, likes, events)โœ…โŒyou implement
Pay-per-second pricing$0.00057 / secondinfra costdev + infra cost
Setup time to first recording< 60 seconds15+ minutesdaysโ€“weeks

Verdict. TikTok Live Recorder is ideal for content teams and researchers who need automated TikTok live archiving or engagement tracking without local recording infrastructure.


โš ๏ธ Common mistakes to avoid

  1. Missing tiktok_url. This field is required โ€” provide a TikTok username or full profile URL.
  2. Setting upload_every below 1 minute. Minimum segment interval is 1 minute.
  3. Setting run_time to a negative number. Use 0 for unlimited duration.
  4. Running in video mode accidentally. If you only need metadata, set record_video: false to avoid higher recording costs.

๐Ÿ› ๏ธ Troubleshooting

ProblemLikely causeFix
Missing 'tiktok_url' fieldtiktok_url not provided.Add "tiktok_url": "@username" to your input JSON.
Could not extract TikTok usernameInvalid URL format.Use a full TikTok profile URL or @username format.
'upload_every' must be a number >= 1upload_every is below minimum.Set upload_every to at least 1.
'run_time' must be 0 or positiveNegative run_time provided.Use 0 for unlimited or a positive number of minutes.
Actor exits immediately without recordingUser is not currently live.The Actor only records active live sessions. Check the user is streaming.

โ“ FAQ

What is the difference between video mode and metadata mode?

In video mode (record_video: true), the Actor records and uploads video segments. In metadata mode (record_video: false), it collects live room stats and events (viewers, likes, comments, gifts) without downloading video โ€” at a different per-second rate.

How much does TikTok Live Recorder cost?

Video mode: $0.00057 per second โ‰ˆ $2.05 per hour. Metadata mode: $0.00096 per second โ‰ˆ $3.46 per hour.

Can I run the Actor indefinitely?

Yes โ€” set run_time: 0 and the Actor runs until the live stream ends.

Does TikTok Live Recorder work for private streams?

The Actor works with publicly accessible TikTok live streams. Private or friends-only streams may not be accessible.


๐Ÿ”Œ Integrations

TikTok Live Recorder plugs straight into the Apify ecosystem:

  • Schedules โ€” trigger recordings on a recurring schedule (docs).
  • Webhooks โ€” POST results to your endpoint on ACTOR.RUN.SUCCEEDED (docs).
  • Apify API โ€” run-sync-get-dataset-items for blocking calls, runs for async (docs).
  • MCP Server โ€” call the Actor from Claude, ChatGPT, or Cursor agents (docs).
  • No-code โ€” Make, Zapier, n8n, Pipedream, Google Sheets, Airtable.

๐Ÿงฑ Sister Actors from TrueFetch

Jobs

Shopping & Deals

Vehicles

Real Estate

Local Business & Food

Classifieds

Social Media

Videos & Text

Content & Articles


๐Ÿ“ž Support, changelog, last updated

Support

Maintained by TrueFetch on the Apify Store.

Cost of doing nothing: manually recording and archiving TikTok live sessions requires local OBS setup and human monitoring. TikTok Live Recorder automates capture via API at $0.00057/second. โ†’ Try it free with $5 of Apify credits.

Changelog

  • 2026-05-02 โ€” README rewritten for SEO + GEO; documented pricing, modes, troubleshooting matrix, and FAQ.
  • 2026-04 โ€” Added metadata-only mode with event streams (chat, gifts, viewers).
  • 2026-02 โ€” Initial release: TikTok live recorder.

{
"@context":"https://schema.org",
"@graph":[
{
"@type":"SoftwareApplication",
"@id":"https://apify.com/TrueFetch/tiktok-live-recorder#software",
"name":"TikTok Live Recorder",
"description":"Apify Actor that records TikTok live streams in real time at $0.00057 per recording second, capturing video segments and live room metadata.",
"applicationCategory":"BusinessApplication",
"operatingSystem":"Web, Cloud",
"url":"https://apify.com/TrueFetch/tiktok-live-recorder",
"offers":{
"@type":"Offer",
"price":"0.00057",
"priceCurrency":"USD",
"availability":"https://schema.org/InStock"
},
"author":{"@id":"https://apify.com/TrueFetch#author-TrueFetch"},
"publisher":{"@id":"https://apify.com/TrueFetch#publisher"}
},
{
"@type":"Organization",
"@id":"https://apify.com/TrueFetch#publisher",
"name":"TrueFetch",
"url":"https://apify.com/TrueFetch",
"sameAs":["https://t.me/TrueFetch","https://t.me/AiAgentApi"]
},
{
"@type":"FAQPage",
"mainEntity":[
{
"@type":"Question",
"name":"What is the difference between video mode and metadata mode?",
"acceptedAnswer":{
"@type":"Answer",
"text":"In video mode (record_video: true), the Actor records and uploads video segments. In metadata mode (record_video: false), it collects live room stats and events without downloading video."
}
},
{
"@type":"Question",
"name":"How much does TikTok Live Recorder cost?",
"acceptedAnswer":{
"@type":"Answer",
"text":"Video mode: $0.00057 per second โ‰ˆ $2.05 per hour. Metadata mode: $0.00096 per second โ‰ˆ $3.46 per hour."
}
},
{
"@type":"Question",
"name":"Can I run TikTok Live Recorder indefinitely?",
"acceptedAnswer":{
"@type":"Answer",
"text":"Yes โ€” set run_time: 0 and the Actor runs until the live stream ends."
}
}
]
},
{
"@type":"BreadcrumbList",
"itemListElement":[
{
"@type":"ListItem",
"position":1,
"name":"Apify",
"item":"https://apify.com"
},
{
"@type":"ListItem",
"position":2,
"name":"Videos & Text",
"item":"https://apify.com/store?category=VIDEO"
},
{
"@type":"ListItem",
"position":3,
"name":"TikTok Live Recorder",
"item":"https://apify.com/TrueFetch/tiktok-live-recorder"
}
]
}
]
}

Last Updated: May 2, 2026 Schema version: 1.1 Maintained by: TrueFetch ยท ๐Ÿ’ฌ Telegram Group ยท ๐Ÿ“ง Support

You might also like

Tiktok Live Recorder

abotapi/tiktok-live-recorder

Record TikTok live streams to MP4 with full metadata, all stream quality URLs, and crash-resilient segmented recording, at a fraction of the cost.

Tiktok Live Scraper

coregent/tiktok-live-scraper

Extract active and trending TikTok live rooms, creator info, and public audience signals for creator monitoring, event tracking, and live trend analysis.

23

Xiaohongshu (RedNote) Live Stream Recorder - MP4 + Chat

zen-studio/rednote-live-recorder

Record Xiaohongshu (RedNote) live streams to MP4 video, with room metadata, host profile, viewer counts, and the live chat stream. Auto-pick a live room or target a specific broadcast, up to 4 hours per run.

TikTok LIVE Scraper

easyapi/tiktok-live-scraper

Extract real-time data from TikTok live streams based on search keywords. Get comprehensive information including viewer counts, stream URLs, and broadcaster details. Perfect for market research, content analysis, and monitoring live streaming trends. ๐ŸŽฅ

TikTok Live Status Monitor - Stream URLs [NO LOGIN] โœ…

unseenuser/tiktok-live-status-scraper

Check if any TikTok handle is currently live and get the stream playback URLs. Returns room ID, viewer count, stream quality URLs. NOT a recorder - status + URLs only. No login, no cookies. Built for brand alerts, creator monitoring, and live event tracking.

4

5.0

Tiktok Hot Live Scraper

fisherman/tiktok-hot-live-scraper

Advanced TikTok live stream scraper that extracts hot/trending live rooms with smart deduplication, randomized parameters, and comprehensive data analysis. Perfect for monitoring popular live streams, gathering audience metrics, and tracking trending content creators.

TikTok Live Search Scraper

maximedupre/tiktok-live-search-scraper

Search active TikTok LIVE rooms by keyword. Export room IDs, creator profiles, viewer counts, engagement stats, tags, stream URLs, images, and scrape timestamps.

๐Ÿ‘ User avatar

Maxime Duprรฉ

3

YouTube Live Stream Scraper ๐ŸŽฅ

easyapi/youtube-live-stream-scraper

Scrape YouTube live streams and upcoming events with detailed information including video details, channel info, and real-time statistics. Perfect for tracking live content and monitoring streaming activities.

Related articles

How to analyze TikTok viral content with transcripts
Read more