node-google icon indicating copy to clipboard operation
node-google copied to clipboard

A Node.js module to search and scrape Google.

Results 30 node-google issues
Sort by recently updated
recently updated
newest added

``` google.requestOptions = { proxy: 'http://12.41.141.10:8080', timeout: 30000, localAddress: '127.0.0.1', jar: true, headers: { 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Encoding': 'gzip, deflate', 'Accept-Language': 'en;q=0.5', 'Cache-Control': 'max-age=0', 'Connection': 'keep-alive', 'DNT': 1, 'User-Agent': 'Mozilla/5.0 (Macintosh;...

how to get more then 200 post of last 24 hours from google using GOOGLE NPM? res.next => get undefined all time. how to get next page data or more...

always responds with `links: []` and no error

The proper way to get Google results is to use an API key. With this module, you'll quickly run into the Google captcha issue (Google will detect an unusual amount...

Recently I found an application using this with vulnerabilities on install... upon review i realized it was `google`. After looking into the `package.json` and understanding the depth of changes, I...

Very useful module, thank you for it! How can I find videos only? I know that I have to add tbm=vid in GET like a `google.requestOptions = { qs :...

these dependencies are older than my underwear :-)

Hello, Congrats on your awesome tool, we're wondering if we can use some of your work inside our tool? Disclaimer: We've just released a [Serp API Tool](https://github.com/serpapi/google-search-results-java/graphs/traffic), and also a...

Hey, Thank you for this excellent module, Have been working for my app perfectly from the last 2 years. But, few days ago, it stopped working and i am getting...