taufiqkyu 0 Posted June 6, 2020 Report Share Posted June 6, 2020 (edited) Hi, i use ubot to scrape google result. so it will navigate to https://www.google.com/search?q=allintitle:{$replace(#keyword," ","+")} and scrape it.the problem is when it shows captcha i get a same problem . I use the code below here at several month ago and it works perfect. wait for browser event("Everything Loaded","") wait(1) set(#GoogleKey,$scrape attribute(<class="g-recaptcha">,"data-sitekey"),"Global") clear list(%Debug) add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha", #AccessKey, #GoogleKey, $url, "", "", 50, 120, "", "", "", "V2"),"Delete","Global") change attribute(<id="g-recaptcha-response">,"value",$list item(%Debug,1)) run javascript("document.getElementById(\"captcha-form\").submit();") comment("run javascript(\"___grecaptcha_cfg.clients[0].aa.l.callback()\")") the problem is when ubot run the code below here, i always get an error. you can see here https://prnt.sc/suxxa3 add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha", #AccessKey, #GoogleKey, $url, "", "", 50, 120, "", "", "", "V2"),"Delete","Global") i try the code above on https://www.google.com/recaptcha/api2/demo, https://patrickhlauke.github.io/recaptcha/ and all of them works perfectly and i get the right key code. but when i use it my ubot code on google captcha page after i scrape google result, is there a way to fix it or to solve google captcha? Edited June 6, 2020 by taufiqkyu Quote Link to post Share on other sites
bestmacros 60 Posted June 7, 2020 Report Share Posted June 7, 2020 read this:https://2captcha.com/blog/update-google-recaptcha Quote Link to post Share on other sites
afkratien 12 Posted June 13, 2020 Report Share Posted June 13, 2020 read this:https://2captcha.com/blog/update-google-recaptchado you have example code ?thank Quote Link to post Share on other sites
afkratien 12 Posted July 27, 2020 Report Share Posted July 27, 2020 anyone success with google search 18th May 2020 recaptcha update ? Quote Link to post Share on other sites
bestmacros 60 Posted July 27, 2020 Report Share Posted July 27, 2020 yes. I've used the method described on 2captcha api page (with scraping data-s parameter) and it works fine (more than 80% success).https://2captcha.com/blog/update-google-recaptchahttps://2captcha.com/2captcha-api#solving_recaptchav2_newhttps://captchaforum.com/threads/google-search-18th-of-may-2020.684/ Quote Link to post Share on other sites
afkratien 12 Posted July 30, 2020 Report Share Posted July 30, 2020 yes. I've used the method described on 2captcha api page (with scraping data-s parameter) and it works fine (more than 80% success).https://2captcha.com/blog/update-google-recaptchahttps://2captcha.com/2captcha-api#solving_recaptchav2_newhttps://captchaforum.com/threads/google-search-18th-of-may-2020.684/after get token from 2captcha , i dont know how to bypass , i try both submitcallback() and build a proper final URL, https://www.google.com/sorry/index?q=Q_PARAMETER_VALUE&continue=CONTINUE_VALUE&g-recaptcha-response=TOKEN. But both are fail Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.