1.1.2 • Published 7 years ago

google-scraper v1.1.2

Weekly downloads
35
License
MIT
Repository
github
Last release
7 years ago

NPM Badge

google-scraper Circle CI Dependency Status

GoogleScraper is a nodejs module to extract links from Google SERP.

Download

The source is available for download from GitHub. Alternatively, you can install using Node Package Manager (npm) or yarn:

Example

const GoogleScraper = require('google-scraper');

const options = {
  keyword: "javascript",
  language: "fr",
  tld:"fr",
  results: 100
};

const scrape = new GoogleScraper(options);

scrape.getGoogleLinks.then(function(value) {
  console.log(value);
}).catch(function(e) {
  console.log(e);
})
1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago