When I do a search on google for a particular movie title, it brings up the showtimes and theater location near me. I was wondering if I can get this data in an xml format so I can use it?
http://www.google.com/movies?hl=en&q=movie_name
The other question is that from google map api. Is it possible to get the map of the theaters that is currently playing movie X at city/zipcode Y?
Your first question is answered at Is there a movie showtime api?
And yes you can use the google maps API to display the locations of theaters on the map. But you’ll need to obtain those locations yourself. Theres nothing in the maps API like getMovieTheaters().