GoogleScraper icon indicating copy to clipboard operation
GoogleScraper copied to clipboard

A Python module to scrape several search engines (like Google, Yandex, Bing, Duckduckgo, ...). Including asynchronous networking support.

Results 103 GoogleScraper issues
Sort by recently updated
recently updated
newest added

installed and i wrote GoogleScraper -h then i got this message AttributeError: _data ubuntu 20.04

Wondering if `GoogleScraper` has the functionality to scrape Google answer boxes? Here is an example:

Some Grammatical changes in the Documentation.

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

Just wondering if this still works, any gotchas or limitations?

I'm attempting to run GoogleScraper with the following command: GoogleScraper -m selenium --keyword-file trap.txt --num-workers 5 --search-engines "bing,yahoo" --output-filename threaded-results.json -v debug But it's returning the following error: ``` [MainThread]...

When I return results from a google scrape, some values are now incorrect or missing. 'domain' is consistently returned as "b' '", for instance. 'link' is now regularly 'None'. link_type,...

[{ "effective_query": "", "id": "15489", "no_results": "False", "num_results": "15", "num_results_for_query": "0", "page_number": "1", "query": "wreath", "requested_at": "2020-10-03 15:09:18.933000", "requested_by": "localhost", "results": [ { "domain": "b''", "id": "232616", "link": "None", "link_type":...

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 1.7.0 to 1.13.0. Release notes Sourced from puppeteer's releases. v1.13.0 Big Changes Chromium 74.0.3723.0 (r637110) API Changes No API changes. Bug Fixes #3762 - uploadFile in puppeteer-firefox...

dependencies