se-scraper icon indicating copy to clipboard operation
se-scraper copied to clipboard

Javascript scraping module based on puppeteer for many different search engines...

Results 44 se-scraper issues
Sort by recently updated
recently updated
newest added

"start" setting not working as intended. Always starts at 0 no matter what is set, so results are always first 100.

* Add options for setting timeout with `standard_timeout` and `solve_captcha_time` * Add a `keep_html_on_error`, this add `html_on_error` and `lastUrl` in the Error object, very convenient to store for later debugging....

Hey, Was running the 100 keyword demo, and it worked nearly perfect in a non-headless mode, but after switching to headless it seemed to stop unpredictably. Grabbed a screenshot which...

We should be able to pass Puppeteer executable path in browser config. Currently, We can pass `custom_func` but it does not support option of executable path inside. After this, We...

google images is not working as expected, I see huge change on google image result. will you help us to make google image scrape work again?

I think examples containing the following `const se_scraper = require('./../src/node_scraper.js');` Need to be replaced with `const se_scraper = require('se-scraper');`

By default google searches will filter duplicate/similar results. Normally, to override this behavior the `filter=0` HTTP parameter is included in the google search request's URL. I believed the following scrape_job...

Hey! i got trouble to run the scraper, compiler asks for this module

Hi, I'm trying to build the docker image from a cloned repo (i needed to add littles changes) but the build crash due to: > npm ERR! missing script: build...

Thanks for this wonderful tool! One function I found useful is to scrape "People also ask" section from search engines. Both Google and Bing have this functionality, it often shows...