New in Wolfram Mathematica 6: Language for Data Integration  previous | next 
Extract Tabular Data from Web Pages
Mathematica 6 can immediately extract tabular data from ordinary HTML web pages, here top current movies from IMDB.
In[1]:=

Click for copyable input
Text[Grid[Last[Import["http://www.imdb.com/chart/", "Data"]], 

  Frame -> All, Background -> LightBlue]]
Out[1]=