Statistics
All posts
TikTok Songs
Statistics per account
| Account | Device | 7d | 3d | Yest. | Today | Views | Pace | Avg views | Best | Last | Status |
|---|
Devices to fill
Accounts — credentials
private · stored on the serverDocumentation
how Merkus worksWhat is Merkus
Merkus is your TikTok label analytics dashboard. It pulls real stats (views, likes, comments, shares) straight from the official TikTok Display API for every connected account — no scraping, no third-party tool.
Data is stored in a database and refreshed in the background, so the dashboard loads instantly and updates itself every 30 seconds without a page reload.
The tabs
- Statistics — views & posts per period (today → 12 months, or a custom date range). KPIs, per-account table, daily chart, CSV export. Your label tool.
- Viral videos — your top videos by views.
- Posts — every video, sortable (views / likes / comments) and filterable by period (minutes → months). Click a thumbnail to open it on TikTok.
- Devices — phone-filling tracker (target 8 accounts per device).
- Accounts — the credentials vault (TikTok & email logins) + the Social Connect button to link each account to the TikTok API.
Connect a new account
Go to Accounts → click Social Connect on the account's row → log in on TikTok and approve. The account then turns green ("Connected") and its real stats appear within a few minutes.
Note: the API is in sandbox — only accounts added as Target Users in the workspace's TikTok app can be connected.
Good to know
- Stats show followers / views / likes / comments / shares. TikTok's API does not expose "saves" or live "currently watching".
- Period values count videos posted in that window (not historical growth — the API doesn't provide it).
- Numbers can take a few refresh cycles to fully populate after connecting many accounts.
Merkus API
programmatic access to your accountsYour API key
Key to access your accounts (username, email access, TikTok & email passwords) through the API. Keep it secret — it grants access to plaintext passwords.
loading…
Endpoints
GET /api/v1/accounts— all accounts + credentials. Filters:?connected=false,?missing=1GET /api/v1/accounts/:handle— one account (by handle or username)POST /api/v1/accounts/:handle/connected— mark connected ({"connected":true})
Base URL https://merkus.uk · Auth header Authorization: Bearer <key> (or X-API-Key).
Full documentation
Complete docs (endpoints, fields, curl & Python examples). Copy it and send it to your Thanos Claude Code.
Thanos API
connect your phone farm — live account ↔ deviceThanos connection
Paste your Thanos API key so Merkus reads your live account ↔ device assignment from Thanos. It stays private to your workspace (server-side, never exposed in the browser).
Checking…
How it works
- Thanos owns the truth: which account is on which phone + its live status. Merkus reads it here.
- Get your key in Thanos → API Key tab, paste it above, hit Save.
- The Accounts page then groups your accounts by their real Thanos device.
In return, give Thanos your Merkus API key (from the Merkus API tab) so it can pull your dead accounts from GET https://merkus.uk/api/v1/dead-accounts. Voir l'onglet API Logs pour la communication en direct.
TikTok API Developer
tes apps sandbox : nom · client key · secret · lien sandboxChargement…
| # | App name | Client key | Client secret | Sandbox link | Conn. |
|---|
API Logs
communication Merkus ↔ Thanos, en direct● OUT = Merkus → Megatron (sync comptes/devices, toutes les heures) · ● IN = Megatron → Merkus (lecture des dead accounts). Rafraîchi automatiquement toutes les 5 s.