Movie Times XML/RSS Feed

| No TrackBacks
For a work related project, I've been looking for a decent XML/RSS feed with movie show time data based on ZIP-code.  Unfortunately, I wasn't able to locate exactly what I wanted but I came close.  Fandango.com offers a bunch of nice movie XML/RSS feeds that you can easily write an app/widget/whatever to read and parse accordingly.  To get a list of all movie theaters and movies playing at those theaters near ZIP-code 10001 (New York, NY):

http://www.fandango.com/rss/moviesnearme_10001.rss

Note you can change the "10001" above to any ZIP code in the US for a theater and movie list.  However, the data available through this source conveniently lacks show times, which most custom app developers need.  If anyone knows of an XML feed with movie show time data, let me know.  Supposedly, Fandango offers an API but I couldn't find any mention of it on their site.

FOLLOWUP 4/4/09:

A few weeks ago, I discovered Flixster.  Flixster makes a nice iPhone and iGoogle app that displays show times and other movie data based on ZIP code.  I dug into the iGoogle app, and found that it gets movie data using the following URL:

http://opensocial.flixster.com/igoogle/showtimes?movie=all&date=0&postal=10001&country=us

Note that you can change the "10001" ZIP code in the URL to get movie showtime data for anywhere in the USA.  However, the data from the URL above isn't in XML or JSON format, it's still in HTML.  The good news though is that this Flixster page should be easier to "scrape" than say, Fandango.com.  To scrape, I've used HTMLcleaner in the past which should work nicely for the Flixster source.

For completeness, here's another solution that scrapes Google and builds a custom RSS feed: http://isnoop.net/rss/theater.php

Unfortunately, I have yet to find a free XML or JSON formatted data source for theaters and movie times.  I know the data is aggregated somewhere out there, I'm just not sure who provides it.

Did You Find this Helpful?

Did you find this post helpful, or at least, interesting?

  

Send Mark a Direct Message

If you'd like to send me a direct message, please do so below. However, I do not publicly post comments or messages submitted directly to me. So, if you're going to try to SPAM me, or my blog, you're pretty much wasting your time.

400 characters remaining

Error

About Mark

A Silicon Valley native, Mark Kolich is a full-time Software Engineer, a casual entrepreneur, and a consultant for hire. A web technologies expert, his current focus is on building powerful and robust cloud-driven web-applications using Java, PHP, Perl, AJAX, DHTML, CSS, and JavaScript. His favorite programming languages are PHP, Java and JavaScript. He uses Linux, enjoys biking to work, loves building great software, and always writes elegant, readable, and maintainable code.

No TrackBacks

No trackbacks attached to this entry.

Twitter (@markkolich)

Translate

About this Entry

This page contains a single entry by Mark Kolich published on November 24, 2008 3:03 PM.

Why the Drudge Report is one of the best designed sites on the web??? was the previous entry in this blog.

America's in a "Credit Crisis"; Yet I Still Receive Multiple Credit Card Offers Each Day is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.