TikTok Live Downloader avatar

TikTok Live Downloader

Pricing

from $0.75 / 1,000 recording seconds

Go to Apify Store
TikTok Live Downloader

TikTok Live Downloader

TikTok Live data API: real-time stream metadata, viewer counts, gift events, engagement signals, and monetization metrics. JSON feed for influencer-marketing analytics, e-commerce intelligence, and real-time creator dashboards.

Pricing

from $0.75 / 1,000 recording seconds

Rating

5.0

(1)

Developer

AgentX

AgentX

Maintained by Community

Actor stats

2

Bookmarked

51

Total users

3

Monthly active users

2 hours ago

Last modified

Share

TikTok Live Downloader - 47+ Field Live Stream & Commerce Data Extraction API

Extract TikTok live stream data including room metadata, streamer analytics, viewer metrics, engagement statistics, stream URLs, and commerce indicators. This API captures 47+ fields per live room — viewer counts, gift data, TikTok Shop status, top fans, and streamer profile information — in structured JSON for live-commerce monitoring, creator dashboards, and real-time engagement analysis.

TikTok Live 47+ Fields Real-Time


Why Choose This TikTok Live Stream Extraction API

47+ Fields with Viewer Metrics, Commerce Data & Streamer Analytics

🔥 Complete Live Room Capture Extract room ID, title, stream URLs with quality levels, creation time, replay status, visibility type, age restriction, and platform metadata in a single API call.

📊 Real-Time Engagement Metrics Capture current viewers, total users, enter count, like count, comment count, share count, follow count, gift users, and fan ticket data for live performance benchmarking.

🛒 Commerce Intelligence Identify streams with active TikTok Shop integration, commerce features, and business live indicators for live commerce monitoring and e-commerce analytics.

👤 Streamer Profile Enrichment Extract streamer ID, username, nickname, bio, avatar, verification status, follower/following counts, payment level, payment score, badges, region, and device platform.

🏆 Top Fan Analytics Capture ranked top fans with user IDs, usernames, avatars, verification status, follower counts, and fan ticket contributions for audience segmentation.


Quick Start Guide

How to Extract TikTok Live Data in 3 Steps

Step 1: Enter TikTok URL

Provide a live stream URL, profile URL, or username. Supports: https://www.tiktok.com/@username/live, @username, or plain username.

Step 2: Run the Actor

Click "Start" to capture the live room snapshot. Data is extracted in real time from the active stream.

Step 3: Access Results

Download structured JSON dataset or integrate via Apify API into analytics dashboards.

Example Input

{
"tiktok_url": "https://www.tiktok.com/@username/live"
}

Input Parameters

ParameterTypeRequiredDescription
🔗 TikTok URLStringYesTikTok live stream URL, profile URL, or username

Output Data Schema

Each TikTok live room extraction returns 47+ structured fields:

FieldTypeDescription
room_idStringUnique live room identifier
room_titleStringLive stream title
stream_idStringUnique stream identifier
stream_urlsArrayAvailable stream URLs with quality levels
create_timeIntegerUnix timestamp of stream creation
is_replayBooleanReplay status
visible_typeStringVisibility (public, private)
has_commerceBooleanCommerce features active
has_tiktok_shopBooleanTikTok Shop integration active
like_countIntegerTotal likes
total_userIntegerTotal unique viewers
current_usersIntegerCurrent viewer count
comment_countIntegerTotal comments
share_countIntegerShare count
gift_usersIntegerGift-sending users
fan_ticketIntegerFan ticket count
top_fansArrayTop fans with metrics
author_idStringStreamer unique ID
author_nameStringStreamer username
author_verifiedBooleanVerification status
author_followersIntegerStreamer follower count
author_pay_levelIntegerPayment level
processorStringApify actor URL
processed_atStringISO processing timestamp

Example Output

{
"room_id": "7123456789012345678",
"room_title": "Live Shopping Event",
"stream_urls": [{"quality": "origin", "url": "https://pull-flv-l1-sg01.tiktokcdn.com/..."}],
"has_commerce": true,
"has_tiktok_shop": true,
"like_count": 15000,
"total_user": 5000,
"current_users": 1200,
"gift_users": 180,
"author_name": "shopowner",
"author_verified": true,
"author_followers": 500000,
"processor": "https://apify.com/agentx/tiktok-live-downloader",
"processed_at": "2025-01-05T10:00:00.000Z"
}

Integration Examples

Python Integration

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run_input = {
"tiktok_url": "https://www.tiktok.com/@username/live"
}
run = client.actor("YRGOmplBi9XDJKVyV").call(run_input=run_input)
dataset_items = client.dataset(run["defaultDatasetId"]).list_items().items
for item in dataset_items:
print(f"Room: {item['room_title']} | Viewers: {item['current_users']} | Likes: {item['like_count']}")

JavaScript Integration

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });
const input = { tiktok_url: 'https://www.tiktok.com/@username/live' };
const run = await client.actor('YRGOmplBi9XDJKVyV').call(input);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach(item => {
console.log(`${item.room_title} | ${item.current_users} viewers | Commerce: ${item.has_commerce}`);
});

Make.com (Integromat) Integration

  1. Add an Apify module to your Make scenario
  2. Select Run an Actor action
  3. Set Actor ID to YRGOmplBi9XDJKVyV
  4. Configure input JSON with TikTok URL
  5. Set Run synchronously to YES
  6. Add Get Dataset Items module to receive live room data

N8N Integration

  1. Add an Apify node to your n8n workflow
  2. Set Actor to YRGOmplBi9XDJKVyV
  3. Configure TikTok URL in input JSON
  4. Use downstream nodes to process live room data

JSON-LD Metadata

{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "TikTok Live Downloader",
"description": "TikTok live stream recording and real-time data extraction API with 47+ fields",
"applicationCategory": "Developer Tools",
"operatingSystem": "Cloud",
"url": "https://apify.com/agentx/tiktok-live-downloader?fpr=aiagentapi",
"dateModified": "2026-06-24",
"offers": {
"@type": "Offer",
"price": "0.00078",
"priceCurrency": "USD"
}
}

Pricing & Cost Calculator

Transparent Pay-Per-Use Model

Event TypePriceDescription
Actor Start$0.00005Charged per run start (per GB of memory)
Actor Usage$0.00001Charged for runtime based on resource consumption
Recording Seconds$0.00078Per second of live stream recording
Metadata Seconds$0.00144Per second of metadata extraction

Cost Examples

Short Session (5-minute recording):

  • Recording: 300 × $0.00078 = $0.234
  • Total: ~$0.24

Medium Session (30-minute recording):

  • Recording: 1,800 × $0.00078 = $1.40
  • Total: ~$1.40

Long Session (2-hour recording):

  • Recording: 7,200 × $0.00078 = $5.62
  • Total: ~$5.62

Use Cases & Applications

Influencer Analytics & Partnership Intelligence

Live Performance Benchmarking Extract viewer counts, engagement rates, and gift metrics from influencer streams to evaluate partnership ROI before committing budgets.

Creator Discovery Batch-monitor live rooms to identify emerging creators with high engagement-to-follower ratios for early partnership opportunities.

Live Commerce Monitoring

E-Commerce Stream Analytics Track TikTok Shop integration status, commerce indicators, and viewer behavior during shopping streams for conversion optimization.

Competitive Live Commerce Intelligence Monitor competitor live shopping events — viewer peaks, engagement patterns, and product placement timing — for strategic insights.

Social Intelligence & Research

Platform Trend Analysis Aggregate live stream metrics across categories to identify trending content formats, peak streaming times, and audience behavior patterns.

Audience Segmentation Use top fan data with user IDs, follower counts, and engagement levels to build audience segments for targeted marketing.


FAQ

What URL formats does TikTok Live Downloader accept?

The API accepts live stream URLs (https://www.tiktok.com/@username/live), profile URLs (https://www.tiktok.com/@username), and plain usernames (username or @username).

Can I extract data if the streamer is not currently live?

The actor requires an active live stream. If the user is offline, the actor returns a status indicating no active stream was found.

What commerce data is available?

The API detects has_commerce and has_tiktok_shop boolean flags, plus business_live type classification for identifying shopping-enabled streams.

How are recording seconds charged?

Recording seconds are billed at $0.00078/second for the duration of active stream capture. Metadata extraction is billed separately at $0.00144/second.

What streamer profile fields are included?

Each extraction includes streamer ID, username, nickname, bio, avatar, verification status, followers, following, payment level, payment score, fan ticket count, badges, region, and device OS.


SEO Keywords & Search Terms

Primary Keywords

TikTok live scraper API, TikTok live stream extraction, TikTok live room data API, TikTok live analytics, live stream recording API, TikTok live commerce data

Long-Tail Keywords

extract TikTok live stream data API, TikTok live viewer metrics extraction, TikTok live commerce monitoring pipeline, TikTok live streamer analytics structured data, TikTok live room 47 fields extraction API, TikTok Shop live stream intelligence, live commerce competitor analysis pipeline

Industry Terms

live commerce intelligence, influencer analytics, stream engagement metrics, social listening, live stream monitoring, real-time audience analytics


Trust & Certifications

  • Enterprise Ready - Processing live stream data with 99.9% uptime
  • GDPR Compliant - EU data protection standards
  • 47+ Data Fields - Comprehensive live room intelligence
  • Regular Updates - Continuous maintenance for platform changes

Data Rights & Usage

All data extracted by this actor originates from publicly accessible TikTok live streams. Users are responsible for ensuring their use 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 regarding data usage. This tool accesses only publicly available live stream information.

Enterprise Support

For enterprise licensing, custom integrations, or compliance inquiries:


Jobs & Hiring

LinkedIn

Reddit

Telegram

Instagram

X / Twitter

TikTok

Video & Content

YouTube

Real Estate

Maps & Local


Support & Community


Last Updated: June 24, 2026