ruby API to get google trends data
r = RbGTrends.new('email', 'passwd')
r.csv
Use csv to get data:
sectionis part of the csv, '' for whole csv, 'main' for the main data part, there may be others like City/Region/Languageqis the query worddateis the date range, such as 'ytd' means 1 year to nowgeois the region, '' for all regions
You can find details for these parameters in google trends.