Yeah Way!

ginsyr

Use Google Insights to compare annual search statistics from 2004 to the present. http://www.google.com/insights/search/#q=$1&date=1/$2[|y|ear=2008] 12m,&cmpt=date&geo=$3[|g|eo]&cat=$4[|c|at]
ginsyr provides commandline access to the Google Insights service used to return a graph of the yearly usage statistics from the Google search engine.  At the time of this writing up to five years may be returned.  The geo and cat arguments and parameters are optional.  Please note that the "geo" parameter is case sensitive and must be capitalized.  See the YubNub manual pages for +cat and +geo for a list of Category and Country codes.
  

EXAMPLES

     Example: ginsyr
     Result:  Opens the homepage for the Google Insights.

     Example: ginsyr linux
     Result:  Returns search statistics for linux.

     Example: ginsyr linux 2004
     Result:  Returns search statistics for linux from 2004. 

     Example: ginsyr linux 2008 -geo US -cat 95
     Result:  Returns 2008 search statistics from the U.S. for 
              linux in the Office Supplies category.

Report Problem