Movies and Music API

dexterfly

Regular Member
Joined
Dec 14, 2008
Messages
256
Reaction score
83
hi everyone,

I'm looking for one script that pull some data to put it in my website.
I want something that can get the name of the latest 10 DVD movies released and another script that can get the name of the 10 top songs of the week. :D
 
Yahoo! RSS for movies
Code:
http://movies.yahoo.com/rss

iTunes top 10 songs RSS
Code:
http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStore.woa/wpa/MRSS/topsongs/limit=10/rss.xml

iTunes tops 25 songs RSS
Code:
http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStore.woa/wpa/MRSS/topsongs/limit=25/rss.xml

Apple RSS feeds
Code:
http://www.apple.com/rss/

Use rss, its the best way...
 
I mean something like a script that can read the data from imdb and publish in my site.
 
Back
Top