2.0.3 • Published 4 years ago

npm-search-google v2.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

npm-search-googole

CRAWLER DATA TOP GOOGLE IS BASED ON KEYWORD

Table of Contents

Get started

Install

$ npm i npm-search-google

Basic usage

var searchGoogle = require("search-keyword-google/disk/search-keyword-google");
var search = new searchGoogle();
search.queue({
    keyword: "Tom and jerry",
    quantity: 5
}, function(data) {
    console.log(data);
})

Advanced

Class: searchgoogle

searchgoogle.queue

options.keyword : Keyword not empty

options.quantity : Must be a number greater than 0 less than 11

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.1

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago