TikTok captcha

admin

Administrator
Staff member
As you know, 2Captcha allows you to bypass captcha on tiktok: https://2captcha.com/2captcha-api#solving_tiktok


There was an update on TikTok that affected the captcha on some pages.
Our team makes an investigation on that matter and we need some help from your side:
Please send two additional parameters to our API:
aid
host
Both parameters can be found inside renderCaptcha call and the easiest way to find the values is to redefine renderCaptcha function.
To do that open javascript console in your browser and type:
Code:
renderCaptcha = ({aid, host}) => console.log(`aid: ${aid}, host: ${host}`)
Then perform the action that triggers the captcha.
Values will be printed in the console.