No. This endpoint is focused on public live state detection plus the exposed room identifier.
Check whether a creator is currently live
Check the public live status of a TikTok creator and return the exposed room ID when available.
Get started with a simple API call.
const response = await fetch('https://api.crawlkit.sh/v1/crawl/tiktok/live', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
"username": "khaby.lame",
"options": {
"timeout": 30000
}
})
});
const { data } = await response.json();
console.log(data.live.isLive, data.live.roomId);Everything you need for reliable tiktok live workflows.
Returns a direct boolean flag for whether the creator is currently live.
Includes the exposed room ID when TikTok surfaces it publicly.
Useful for periodic live checks in monitoring and alerting systems.
Get started in minutes with our simple API.
Sign up for free and get your API key instantly. No credit card required.
Use our simple REST API with your favorite programming language.
Receive clean JSON responses ready to use in your application.
Get clean, structured JSON data with every request. Our API returns comprehensive data including status codes, timing information, and your remaining credits.
{
"success": true,
"data": {
"live": {
"username": "khaby.lame",
"title": "khaby.lame LIVE | TikTok",
"isLive": false,
"roomId": null,
"checkedAt": 1774860112421
},
"timing": {
"total": 1948
},
"creditsUsed": 1,
"creditsRemaining": 88
}
}Common applications for TikTok Live.
Trigger notifications when monitored creators go live.
Check live state before refreshing dashboards or campaign panels.
Keep a simple live heartbeat across tracked accounts.
Everything you need to know about the TikTok Live API.
No. This endpoint is focused on public live state detection plus the exposed room identifier.
You can send khaby.lame, @khaby.lame, or the full TikTok profile URL.
TikTok Live uses 1 credit per request.
Get 100 free credits to test the API. No credit card required.