IMDB API Data Scraper allows accessing the IMDB auto complete api, and includes several methods to return IMDB data for categories, most popular movies, most popular tv, newest movies, and several other popular sections of the IMDB site.
The IMDb-API is a web service for receiving movie, serial and cast information. APIs results is a JSON and includes items such as movie specifications, images, posters, trailers, ratings, Wikipedia page content and more.
OMDB_API_Wrapper is an easy-to-use RESTful API wrapper/client for the Open Movie Database API (http://www.omdbapi.com/). This API wrapper focuses on being simple to use, efficient and respects the terminology used in the OMDB API documentation.