get the 15 first result of google
npm install https://github.com/guillim/npm-google_parser
search the word "easy"
var googleParser = require("google-parser")
var res = await googleParser.search('easy')
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)