serp-spider / search-engine-google

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

Captcha how to render the page to solve it #116

Open LarsSalazar opened 5 years ago

LarsSalazar commented 5 years ago

Hi, I'm troubling with this issue cause I don't find any way to render the dom to solve the Captcha during the request.

I didn't find nothing about that inside the documentation. Any advice?

hartator commented 5 years ago

You need to use PhantomJS or Headless Chrome. Check out https://github.com/mikeyy/nonoCAPTCHA to automate ReCAPTCHA solving.

You can also use our service (https://serpapi.com) as a backend for SERP Spider. You don't have to deal with headless browsers or captcha this way.

gsouf commented 5 years ago

@LarsSalazar solving captcha isnt currently supported by the library. I cannot say if it will be supported anytime soon