This is a simple web app to scrape and download Google Search Suggestions. You can enter any keyword and phrase, and it will generate the top most relevant search suggestions. It uses the Google API itself to do the heavy lifting.
- Clone or download the repo and put
index.php
andsuggest.php
files on a server that can run PHP. Use ant free hosting like Infity Free for it. - Enter web address to server folder where in which you pasted the above mentioned two files. For exmaple, if you pasted the files in
gSearchSuggest
folder on domainxyz.com
then navigate toxyz.com/gsearchsuggest
. - Enter a keyword or phrase in the text box. Click
Show Suggestions
button to see top 10 results.
Free free to fork and extend it further :)