2 Messages
•
82 Points
How to get ratings on several movies
I am a subscriber to the Criterion Channel, which has several usually high quality and art movies that periodically rotate in and out each month. I prefer to watch certain genres of movies, such as film noir with a rating of 7.0 or higher by IMDb standards. I can get lists of movies that the Criterion Channel have featured for the month, such as "November Noir" for example, which may have four to ten movie titles that are shown for the month.
I'm a Python programmer, and have made a program that web-scraped the Criterion Channel for certain genres and then provided the IMDb site with these titles to get the rating. My program no longer works with changes made at IMDb, perhaps to prohibit web-scraping. How can I now get movie ratings without having to look each title up individually?



Col_Needham
Employee
•
8.6K Messages
•
196.1K Points
16 days ago
Please see https://www.imdb.com/conditions/ regarding scraping the IMDb site which is not permitted, specifically:
If you are an active data contributor to IMDb, please see https://contribute.imdb.com/dataset for details of which data sets you can access off-line.
If not, please see https://datasets.imdbws.com/ -- the entire ratings data set is available for personal non-commercial use and may suit your needs.
Hope this helps.
1
0