开发者

Scraping user reviews from imdb in python

开发者 https://www.devze.com 2023-02-02 03:13 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消