serp-spider / search-engine-google

:spider: Google client for SERPS
https://serp-spider.github.io
Other
165 stars 61 forks source link

Manually resolve a captcha req #102

Closed luca-itro closed 6 years ago

luca-itro commented 6 years ago

Hi! first of all thank for this interesting work. I'm trying to get a workaround for reCaptcha. It could be acceptable to manually solve it. I've tried that solution but is not working:

gsouf commented 6 years ago

Hi @itroteam

Solving captca manually is a good idea, but it was abandonned when google started to use recaptcha v2. That's too much efforts.

We have other plans: to provide better support for headless browsers ; it should make proxies living longer and also it will allow to implement better captcha solving management.

That said. If you still want to solve captcha manually then you should indeed take cookies in account and feed serps cookies jar with the cookies that fixed the captcha. It contains a specific cookie that will allow you to bypass captchas for a certain amount of time. You can find how to play with cookies just here: [https://serp-spider.github.io/documentation/cookies/}(https://serp-spider.github.io/documentation/cookies/).

I'm closing the issue but if you want to provide some feedback or have further questions, feel free to comment or to re-open it.