PatNeedham / google-it

command line Google search and save to JSON
104 stars 35 forks source link

can i change location and search for specific country results? #101

Open adnanhassan23 opened 1 year ago

adnanhassan23 commented 1 year ago

according to this comment https://github.com/PatNeedham/google-it/issues/65#issuecomment-786553505 he used "gl" parameter but i tried and it's not working or I'm doing something wrong?



googleIt({'query': 'covfefe irony', 'gl':'fr'}).then(results => {
 console.log(results)
}).catch(e => {
console.log(e)
})```