Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 909 Bytes

Readme.md

File metadata and controls

11 lines (10 loc) · 909 Bytes

gSearchSuggest

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.

Steps to Install and Use:

  1. Clone or download the repo and put index.php and suggest.php files on a server that can run PHP. Use ant free hosting like Infity Free for it.
  2. 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 domain xyz.com then navigate to xyz.com/gsearchsuggest.
  3. 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 :)