The most powerful TikTok Live API
Real-time events, native Rust backend, zero CAPTCHAs.
Website • Documentation • Pricing • PyPI • npm
| Language | Package | Install |
|---|---|---|
| Node.js | tiksync-js | npm install tiksync |
| Python | tiksync-python | pip install tiksync |
| Go | tiksync-go | go get github.com/tiksync/tiksync-go |
| Java | tiksync-java | Maven |
| C# | tiksync-csharp | NuGet |
| Rust | tiksync-rust | cargo add tiksync |
- Rust-powered - Native performance, not Node.js
- $0 CAPTCHA - Built-in AI solver, no per-request fees
- < 40ms latency - Faster than any alternative
- 6 official SDKs - JS, Python, Go, Java, C#, Rust
- Free tier - 1,000 requests/day, 10 WebSocket connections
const { TikSync } = require("tiksync");
const live = new TikSync("username", { apiKey: "your_api_key" });
live.on("chat", (data) => console.log(`[${data.uniqueId}] ${data.comment}`));
live.on("gift", (data) => console.log(`${data.uniqueId} sent ${data.giftName}`));
live.connect();Built by SyncLive
