I need to extract data used to build charts at Google Trends. I've heard that it gets possible by passing additional parameters in the url, but didn't find which ones.
Another idea was to look at the page source: http://www.google.com/trends/explore#q=data&date=5%2F2007%201m&cmpt=q. But it's so messy, that I could not figure out anything.
Are there any ideas how to parse pages like that?
Please, help.