TikTok LIVE API avatar

TikTok LIVE API

Pricing

Pay per usage

Go to Apify Store
TikTok LIVE API

TikTok LIVE API

Detect live creators, pull room and creator data, gifts and leaderboards from any TikTok LIVE stream. Free tier included; full data at tik.tools.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

TikTools

TikTools

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 hours ago

Last modified

Share

Real-time data from any TikTok LIVE stream. Detect who is live, pull room and creator data, gifts, and regional leaderboards - all from one Actor.

Powered by the tik.tools platform. The free tier here covers live detection, room data, gifts, and rankings so you can build today. Higher limits, full unmasked leaderboards, league and gaming boards, creator and gifter earnings intel, the eligible-creator recruiting feed, and the real-time event WebSocket are available direct at tik.tools/pricing - cheaper than metered marketplace pricing.

What it does

Pick a Data type, give it TikTok usernames (or a region), and get structured results in your dataset.

Data typeNeedsReturns
Is creator liveusernamesLive status, room id, viewers, title
Instant live statususernamesZero-latency liveness flag
Room infousernamesHost profile, title, viewer count, start time
Room cover imageusernamesStream thumbnail URL
In-room rankingsusernamesTop gifters and audience ranking for the room
Creator gift galleryusernamesThe creator's pre-live gift wishlist
Creator profileusernamesFull creator profile (Pro tier)
Creator earningsusernamesDiamonds and coin equivalent (Basic tier)
Global gift catalog-Every gift, diamond cost, icon, id
Live feed by regionregionCurrently live streams in a region (Pro tier)
Popular LIVE boardregionTikTok's real-time featured-creator board (Agency tier)
Eligible creators to recruitregionScore-ranked creators to recruit (Agency tier)

Input

{
"endpoint": "check_alive",
"usernames": ["tv_asahi_news", "charlidamelio"],
"region": "US",
"maxItems": 0
}
  • endpoint - which data type to fetch (see the table above)
  • usernames - TikTok usernames without the @, one per line (per-creator types)
  • region - region code for the region types (for example US, KR, DE)
  • maxItems - cap the number of results, 0 for no cap

Output

One dataset item per creator (or one per region call). Example:

{
"username": "tv_asahi_news",
"endpoint": "check_alive",
"httpStatus": 200,
"data": [{ "alive": true, "room_id": "7300000000000000000", "userCount": 12480 }],
"_upgrade": "https://tik.tools/pricing"
}

Free tier and upgrading

The free tier returns the sandbox surface: live detection, room data, gifts, and rankings, plus masked previews of the premium boards. Pro, Agency, and higher unlock the full unmasked data, higher request limits, and the real-time event WebSocket (chat, gifts, battles, captions) - get them direct at tik.tools/pricing.