Does anyone know of any (preferrably free) supported api's for accessing movie showtimes by zip code?
I don't believe any existing api's, such as netflix or imdb, provide this information.
Thanks!
feedback
|
|
http://www.google.com/ig/api?movies=poznan&theater=rialto&start=2&date=3&time=1
| ||||
|
feedback
|
|
Yep, Yahoo apparently removed their secret movie API in November 2009. | |||||||
feedback
|
|
Don't know if Google exposes it as an api but this looks a lot like what you want. http://www.google.com/movies?hl=en&near=90210&dq=movie+times+90210&sa=X&oi=showtimes&ct=title&cd=1 | |||
feedback
|
|
sorry, should've searched a bit more before posting the question. some creative searching on del.icio.us has revealed an undocumented yahoo! movies api (sample api call). looks nice. | |||
|
feedback
|
|
After looking around a little bit, I found Dapper (open.dapper.net) to be a great solution for creating this type of feed... Here is the feed I made, which takes a movie title and a zip code as parameters. (most others available only searched by ZIP) http://www.dapper.net/dapp-howto-use.php?dappName=GoogleMoviesbynameANDzip took about 5 minutes to set up... | |||||
feedback
|
|
This one is fastest API Movies showtimes. It's great, return JSON. U can use it for PHP, ASP .Net, C++ , Java ... | |||
feedback
|
|
My guess is that your best bet on that (unless these guys have RSS feeds) would be to scrape the HTML with a language that supports regular expressions. Mind you, that's ugly and every time they change their code, yours -could- break. | |||
feedback
|
|
I can't find one. You could try screen-scraping from Yahoo Movies: http://movies.yahoo.com/showtimes/movie?z=60630&date=20090113&mid=1810038822
| |||
|
feedback
|
|
I too am looking for showtimes I can legitimately scrape and republish. Yahoo's sound like if you don't do it for commercial purposes, it's not prohibited... or maybe that's wishful thinking on my part.
| |||
|
feedback
|
|
I was also looking for a showtime API, and like you, I have not found a good API for the movie showtimes. I decided to write my own "showtime API", based on the Google Showtimes. Please check it out. It is a simple PHP-script, but "it does what it should do":
Example: http:// code.basvd.nl/showtime_grabber_0.1/Google_showtime.php Download simple_html_dom.php: http:// code.basvd.nl/showtime_grabber_0.1/ | |||||
feedback
|
|
| |||
|
feedback
|
|
Wrote a Mule 3 service which calls Google and scrapes the html response with htmlparser. Check it out: http://alexgaddie.blogspot.com/2011/01/extracting-movies-times-from-google.html | |||
|
feedback
|
|
when "allow_url_fopen" is disabled then use
| |||
|
feedback
|
|
Fandango seems to have RSS feeds that allow you to search for movies near you. | |||
|
feedback
|
|
Not sure if it's legal to scrape the html from this, but, it's the cleanest pseudo-API I've found. http://opensocial.flixster.com/igoogle/showtimes?date=20111025&postal=23226 - just scrape the html with something like...
| |||
|
feedback
|
Thanks to Nick. that's the link I will be using. | |||||||||
feedback
|
|
I know this is a bit old. I don't think there is an api for this yet but some providers do offer this service. I suggest you look at West World Media. | |||
|
feedback
|
|
http://code.google.com/p/aenext-tickit-cinema-api/ Complete API including user guide. Update: 3/5/2012 - This is dead. | ||||
|
feedback
|