IMDB Details Grabber: Using PHP DOM XPath to extract Movie details

Tags:

Jan 22, 2010 update: Now you can grab "cast" in the movie as well ;).
Recently, a friend of mine asked me if there's an IMDB Parser that allows to fetch information about any Movie on IMDB. Unfortunately, IMDB does not offer an API, so , after doing a bit googling I found a couple of nice IMDB Grabbers (PHP IMDB Grabber, PHP Classes IMDB), despite both being very good ones, I decided develop my own class. It will rely on XPath, and it would also allow developers to extract additional information easily without writing much more code.

[Example] - IMDB Details Grabber

Tags:

Type the IMDB URL: (Example: http://www.imdb.com/title/tt0103064/)
   


« Back to IMDB Grabber