Search code examples
pythonscreen-scrapingimdb

Scraping user reviews from imdb in python


I am deeply in need of an api or a piece of code that can extract the "user reviews" of a certain movie from imdb page. can someone help me please? thanks


Solution

  • As pointed out above, Scraping would not be a good idea. But IMDBPy package provides a Movie class, which has amazon reviews. This is different from User Reviews tough.