This is a demo of the Myspace Artist Tour Page Scraper v1.0

This will allow you to retrieve myspace artist's tour dates using PHP and Simple HTML Dom Parser. Read the article on crainbandy.com
Digg it

Enter the artist's friend id:
Array
(
    [0] => Array
        (
            [Location] => Slow Roast SXSW Showcase @ Barcelona
            [Title] => band at Slow Roast SXSW Showcase @ Barcelona
            [City] => Austin
            [State] => Texas
            [Zip] => 
            [Date] => 03-19-2010 20:00
        )

    [1] => Array
        (
            [Location] => Beauty Bar AM Only SXSW Showcase
            [Title] => band at Beauty Bar AM Only SXSW Showcase
            [City] => Austin
            [State] => Texas
            [Zip] => 
            [Date] => 03-20-2010 20:00
        )

    [2] => Array
        (
            [Location] => I <3 Miami @ Casanova Ultra Lounge SXSW
            [Title] => band at I <3 Miami @ Casanova Ultra Lounge SXSW
            [City] => Miami
            [State] => Florida
            [Zip] => 
            [Date] => 03-24-2010 20:00
        )

    [3] => Array
        (
            [Location] => AM Only WMC showcase @ Karu & Y
            [Title] => band at AM Only WMC showcase @ Karu & Y
            [City] => Miami
            [State] => Florida
            [Zip] => 
            [Date] => 03-26-2010 20:00
        )

    [4] => Array
        (
            [Location] => V20 Nightclub w/ Treasurefingers
            [Title] => band at V20 Nightclub w/ Treasurefingers
            [City] => Longbeach
            [State] => California
            [Zip] => 
            [Date] => 04-08-2010 20:00
        )

    [5] => Array
        (
            [Location] => Whiskey Bar
            [Title] => band at Whiskey Bar
            [City] => Portland
            [State] => Oregon
            [Zip] => 
            [Date] => 04-23-2010 20:00
        )

    [6] => Array
        (
            [Location] => Motor
            [Title] => band at Motor
            [City] => Seattle
            [State] => Washington
            [Zip] => 
            [Date] => 04-24-2010 20:00
        )

    [7] => Array
        (
            [Location] => Wavehouse
            [Title] => band at Wavehouse
            [City] => San Diego
            [State] => California
            [Zip] => 
            [Date] => 05-02-2010 20:00
        )

    [8] => Array
        (
            [Location] => SHLOK
            [Title] => band at SHLOK
            [City] => Naperville
            [State] => Illinois
            [Zip] => 
            [Date] => 05-07-2010 20:00
        )

    [9] => Array
        (
            [Location] => Bourbon Street w/ Treasurefingers
            [Title] => band at Bourbon Street w/ Treasurefingers
            [City] => Baltimore
            [State] => Maryland
            [Zip] => 
            [Date] => 05-08-2010 20:00
        )

    [10] => Array
        (
            [Location] => Smirnoff Experience w/ KLEVER
            [Title] => band at Smirnoff Experience w/ KLEVER
            [City] => Vancouver
            [State] => British Columbia
            [Zip] => 
            [Date] => 05-20-2010 20:00
        )

    [11] => Array
        (
            [Location] => Lizard Lounge
            [Title] => band at Lizard Lounge
            [City] => Dallas
            [State] => Texas
            [Zip] => 
            [Date] => 05-22-2010 20:00
        )

    [12] => Array
        (
            [Location] => Electric Daisy Carnival
            [Title] => band at Electric Daisy Carnival
            [City] => Denver
            [State] => Colorado
            [Zip] => 
            [Date] => 06-12-2010 20:00
        )

    [13] => Array
        (
            [Location] => Camp Bisco!
            [Title] => band at Camp Bisco!
            [City] => Mariaville
            [State] => New York
            [Zip] => 
            [Date] => 07-15-2010 20:00
        )

)

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));