Tim Schwartz made clever use of an old indicator dial with his piece Paris, 2007. He is using an embedded system to monitor realtime search patterns, in order to determine which Paris is more popular. The meter is constantly updated to show the latest results. It sounds like a pretty fun project to attempt. Anyone know how to get a realtime feed of people's search patterns? [via core77]
You can query the trends page (http://www.google.com/trends?q=paris+hilton%2C+paris+france&ctab=0&geo=all&date=all&sort=0) and then get a CSV version of the data on the bottom of that page.
His other work is pretty interesting too. He used the archives of the New-York Times to show how people were concerned about war depending on the year, or how the view the US have of the world has changed over time.
Posted by: Steve Hoefer on September 17, 2009 at 2:51 PM
Getting at the data
It's not real-time, but my first idea is that there's probably a way to use the Google API. I used it recently to do searches on individual terms and tint the text based on the number of hits returned. I think you can limit the search by date and get a somewhat real-time indication of the popularity.
Another option would be to get data off of Google Trends. If you poke around the page you can find a way to get a CSV of the data with a direct link.
Void your warranty, violate a user agreement, fry a circuit, blow a fuse, poke an eye out. Make: The risk-takers, the doers, the makers of things... Welcome to Make: Online!
More contributors: Mark Frauenfelder (Editor-in-Chief, MAKE magazine), Kipp Bradford (Technical Consultant/Writer), Chris Connors (Education), Diana Eng (Guest Author), Peter Horvath (Intern), Brian Jepson (O'Reilly Media), Robert Bruce Thompson (Science Room)
Behind the Scenes at MAKE and CRAFT
In January, many of the remote MAKE/CRAFT team members (myself included) convened at the Maker Media headquarters at O'Reilly Media in Sebastopol, California. Take a look behind the scenes of your favorite DIY publications as Goli Mohammadi gives us...
More...
Sign up for the Make: Newsletter
Our Make: Newsletter covers news from maker Media, has original columns, Shed deals, and more! You can also read the archives of past issues.
http://www.google.com/trends?q=Paris+Hilton,+Paris+France
Google trends is still in labs, and they've been supposed to release an API for it for about 2 years...
There's a python module though available @ http://www.juiceanalytics.com/openjuice/programmatic-google-trends-api/
Reply to this comment
Try http://www.googlefight.com/ for 'search patterns'.
Reply to this comment
Try http://www.google.com/trends/hottrends
You can query the trends page (http://www.google.com/trends?q=paris+hilton%2C+paris+france&ctab=0&geo=all&date=all&sort=0) and then get a CSV version of the data on the bottom of that page.
Reply to this comment
http://www.google.com/trends?q=paris+france%2C+paris+hilton&ctab=0&geo=all&date=all&sort=0
If you sign in with your google id, you can get the trends results in CSV.
Reply to this comment
He says he uses search results, not people's search patterns. He probably uses a method similar to "google fight" : http://www.googlefight.com/index.php?word1=Paris+Hilton&word2=Paris+France
His other work is pretty interesting too. He used the archives of the New-York Times to show how people were concerned about war depending on the year, or how the view the US have of the world has changed over time.
Reply to this comment
with a random number generator
Reply to this comment
http://www.google.com/trends?q=paris+hilton%2C+paris+france&ctab=0&geo=all&date=mtd&sort=0
This shows you user the relative amount of user searches for the two Paris's vie Google Trends
Reply to this comment
It's not real-time, but my first idea is that there's probably a way to use the Google API. I used it recently to do searches on individual terms and tint the text based on the number of hits returned. I think you can limit the search by date and get a somewhat real-time indication of the popularity.
Another option would be to get data off of Google Trends. If you poke around the page you can find a way to get a CSV of the data with a direct link.
Reply to this comment