IMDB API Search Movie by Category or Rating

1.9k views Asked by At

Is there any API given by any third party that would return movies by that category or rating. For example below is the link for getting movies by

1) IMDB ID 2) Title and Year http://deanclatworthy.com/imdb/

There is another 3rd party which gives Movie and its details against any title given. http://www.omdbapi.com/?t=abc

I want a list of movies by category or rating. Can you help?

1

There are 1 answers

0
Davide Alberani On

You can have a look at IMDbPY: it can take the plain text data files distributed by IMDb and put them into a SQL database. From here, you can easily create a custom query to retrieve the data you need.