hacky-but-works bit of shell to grab the last 10 search terms people have entered at MetaCrawler:
lynx -dump http://www.metaspy.com/spymagic/Spy | grep " \[[0-9]" \works nicely with things like the phosphor hack of XScreensaver.
| grep -v "Powered by InfoSpace" \
| grep -v "\[3\]MetaCrawler" | sed 's/ \[[0-9]*\]/ /g'