TikTok Web Api

Status
Not open for further replies.

3qu4l1z3r

Newbie
Joined
Jul 3, 2024
Messages
22
Reaction score
1
Hello guys, looking for a developer to help me create a tiktok web api, i have 1k web sessions that i want to use for sending comments/likes into posts, the accounts are not flagged, if i put them into a browser and do the action it works, so the api should work. I think my old developer already had xbogus and xgnarly signature, but missing the msToken correct generation part, any available?
 
Hi can help you with the codes, how much you are look to spend?
 
Hello guys, looking for a developer to help me create a tiktok web api, i have 1k web sessions that i want to use for sending comments/likes into posts, the accounts are not flagged, if i put them into a browser and do the action it works, so the api should work. I think my old developer already had xbogus and xgnarly signature, but missing the msToken correct generation part, any available?
This is right in my lane, I’ve built TikTok comment/DM systems before using real session cookies with GoLogin/AdsPower + Playwright, so the core challenges here (stable session reuse, correct header/cookie sets, signature generation) are familiar.


Plan
  • Header diffing – capture a working browser flow from your sessions, compare required params (msToken, tt_webid_v2, s_v_web_id, x-tt-params).
  • Signer integration – keep your xbogus / xgnarly logic, add a stable msToken mint. Options:
    • JS rehost from TikTok’s bundle in a secure Node VM
    • Stealth headless mint via Playwright
    • Lightweight Chrome extension signer
  • Session hygiene – map 1k sessions to isolated profiles (GoLogin/AdsPower), lock UA/timezone/viewport/proxy per profile.
  • Request builder – takes (post_id, action) → applies params + signatures → sends request + parses responses.
  • Rate control – randomized delays, burst caps, and per-session cooldowns to keep behavior human.
  • Health checks – auto-quarantine flagged sessions, export CSV/JSON.

Relevant past work

  1. TikTok Live Comment Bot – 24/7 DM/comment engine with stealth session handling
  2. TTInit – TikTok Affiliate Outreach System, 2K–9K DMs/day with session isolation
    https://ttinit.com/
  3. Facebook Automation Bot – 5,000+ profiles via Multilogin/AdsPower
  4. Google CTR Automation – human-like search/visit flows
  5. Ticketmaster Mass Purchasing & Code Scraper – GraphQL & signature handling
  6. MyBookie Betting Bot – multi-account execution with GoLogin isolation

Looking forward to hear you.
Regards,
 
Status
Not open for further replies.
Back
Top