Archive for the ‘dapper’ tag
IMDB Vote History as RSS
Over the last few years, I’ve been using IMDB to keep a record of the movies I’ve watched by giving them a rating out of ten using the simple star rating widget at the top of each movie page.
By rating each movie, I have managed to create quite an extensive history of the movies I’ve seen which is publicly available on my personal vote history page.
The problem I’ve had though is accessing that data elsewhere for use on other websites, such as this blog, Twitter or Facebook profile.
Until now, I’ve been using a service called Dapper which can scrape any accessible webpage for data and output that data as a range of different source such as RSS, Atom, JSON or XML.
The RSS output has actually worked quite well but the Dapper service was quite tempramental at keeping up-to-date, sometimes taking a few weeks to update. It wasn’t ideal for a reliable source.
Well, I discovered this morning that IMDB actually offer a dedicated RSS feed directly from their website of this exact data.
If you have been publishing your vote history to a public page, you can see your feed by appending your unique reference to the end of the URL http://feed://rss.imdb.com/mymovies/list?l=[your id].
For example, my vote history would be accessible at http://rss.imdb.com/mymovies/list?l=5051158.
Unfortunately, the date saved doesn’t seem to be output as the timestamp for each RSS item but I’m sure a few pokes at the IMDB development team could sort that out.
No doubt there are other personalised RSS feeds available from IMDB such as your movie reviews and favourites. If I find any, I’ll add them to this post.
Maybe now, I can tap into the data and start building some useful widgets out of it.
Update: it seems there is already a Facebook app which taps in to your vote history called My Movies.






