You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What’s happening?
According to the 2Captcha blog’s “How to Scrape Google SERPs Without Getting Stopped by reCAPTCHA" section, Google now requires that every CAPTCHA request include the exact User-Agent string and the site’s cookies alongside the data-s parameter. However, the current Go client does not expose those two fields, so it’s impossible to send them.