A ruby tool for fetching Google autocomplete suggestions.
Simply pass your base search phrase to bin/suggest
to receive an alphabetically sorted list of suggestions.
~/suggested_longtail $ bin/suggest "hello world"
hello world android
hello world android app
hello world assembly
hello world c program
hello world c++
hello world communications
hello world html
hello world java
hello world java code
hello world java program
hello world javascript
hello world kid ink
hello world lady antebellum
hello world lyrics
hello world php
hello world program
hello world python
hello world ruby
http://www.metrolyrics.com/hello-world-lyrics-lady-antebellum.html
bin/suggest
takes three parameters:
- Required. Search phrase to use as base for suggestions.
- Optional. Language code. Examples: en, de. Default: en.
- Optional. Search depth. Default: 1.