google-searcher

1.0.0 • Public • Published

google-searcher

A tiny, chainable library for scraping Google with Node.js

Example

const GoogleSearch = require("./index");
 
new GoogleSearch()
    .host("www.google.com")
    .lang("en")
    .query("rick astley never gonna give you up youtube")
    .exec()
    .then(results => {
        console.log(results[0]); // https://www.youtube.com/watch?v=qb_hqexKkw8
    });

Readme

Keywords

Package Sidebar

Install

npm i google-searcher

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

2.86 kB

Total Files

4

Last publish

Collaborators

  • pantheonsh