This script is a programmer's and webmaster's tool for generating long tailed keywords.
Google Suggest is an extension of google that returns popular keywords
that suggests phrases to you after every keystroke. The google toolbar
uses suggest to "auto-complete" the form when you type your search query. This API provides an easy
to use, programmer's interface that fetches the suggestions for you or your scripts.
How could scraping suggest help my sites?
This tool can be useful as keyword research. A good example use of this API would
be: Suppose you were looking to see what the top
keywords searched for in the myspace niche, you just use PHP, ASP or whatever fetch
http://querythe.net/ss/myspace and process
the data returned.
The necessary instructions to use this script are located below. This page is
intentionally brief as I wanted it to be as simple as possible. If you have any
questions please use the comment section at the bottom of the page to ask them.
Results should be cached locally on your server and are saved to database here at QTN in hopes of
minimizing the amount of queries this API takes. Each web site
will be limited to the amount of API calls it can make. If you intend to use this
API heavily, please make arrangements with the QTN webmaster first. Also, feel free
to download
the source and use it on your own servers, it's nice not to
be dependant on a 3rd party for important stuff.
If you like the script, be nice and share the love with someone.
As it stands this tool is provided without warranty and free of charge. I reserve the
right to do whatever I want with this script in the future, including taking it down
alltogether. I will, however, make every attempt to keep it alive as I use it quite a bit myself.