1.1.2 • Published 9 years ago

google-scraper v1.1.2

Weekly downloads
35
License
MIT
Repository
github
Last release
9 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

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago