开发者

movie showtimes and map from Google API

开发者 https://www.devze.com 2023-02-22 00:39 出处:网络
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?

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().


See the TMS API:

http://developer.tmsapi.com/docs/read/Home

You can make 50 calls per day for free.

Updated Link: http://developer.tmsapi.com/docs/data_v1_1/Movies/

0

精彩评论

暂无评论...
验证码 换一张
取 消