Skip to content

guillim/npm-google_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-parser

get the 15 first result of google

Install

npm install https://github.com/guillim/npm-google_parser

Usage

search the word "easy"

var googleParser = require("google-parser")

var res =  await googleParser.search('easy')

Usage with Proxy

search the word "easy" with proxy http://username:password@XX.XX.XX.XX:PORT

Note: username, password, ip, port are ALL strings

var res =  await googleParser.search('easy',true,username,password,ip,port)

Releases

No releases published

Packages

No packages published