Currently browsing as 38.103.XXX.XXX .
Search the engines by committee.





Animated Gif Captcha :: Google Suggest Scraper :: Tabbed Browser




Scrape Google's API, results are returned in CSV

What does this suggest scraper tool do?

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.

AddThis Social Bookmark Button

  API call structure  

When you request keywords, just make the url look like this >> http://querythe.net/ss/flo+rida

Your PHP would look something like ...

<?php
  $url = "http://querythe.net/ss/" . urlencode('flo+rida') ;
  // note that this API automatically adds a space after the final letter to fetch more results
  $keywords_csv = file_get_contents($url) ;
  $keywords_array = explode(",",$keywords_csv) ;
  foreach ($keywords_array as $keyword) {
    echo $keyword . "<br>" ;
   // please cache to database or text file here
  }
?>



What is returned from the page will look like ...

flo rida low lyrics,flo rida mail on sunday,flo rida myspace,flo rida youtube,flo rida lyrics low,flo rida wiki,florida in the ayer,flo rida you tube,flo rida low lyric,florida ft t pain low,



If nothing is returned on the resulting page then no suggestions are available for this search term.

Good luck and happy hacking.



  Leave a comment - show / hide  

Bot-spam free thanks to AnimatedCaptcha.


© The internet - Quality Search Results Served up by QueryThe.Net
Privacy Policy