Skip to content

montyanderson/google-suggestions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-suggestions

Scrape autocomplete suggestions from Google Search

Build Status

npm install google-suggestions --save
const suggestions = require("google-suggestions");

suggestions("my hat")
	.then(response => console.log(response));
[ 'i want my hat back',
  'this is not my hat',
  'all around my hat',
  'wherever i lay my hat' ]

About

Scrape autocomplete suggestions from Google Search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published