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 r开发者_StackOverflow社区eviews" of a certain movie from imdb page. can someone help me please? thanks
I'm afraid IMDB doesnt allow that:
Robots and Screen Scraping: You may not use data mining, robots, screen scraping, or similar data gathering and extraction tools on this site, except with our express written consent as noted below.
http://www.imdb.com/help/show_article?conditions
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.
精彩评论