Is scraping from public Facebook pages legal? [closed]

て烟熏妆下的殇ゞ 提交于 2019-12-25 20:01:39

问题


My question is: Is scraping from public Facebook pages legal ?

Why am I asking that question : To get the rating of facebook pages that we don't own using the graph API we will need a page access token, and that is impossible (because the pages that I am talking about are not mine). For that reason I am thinking about scraping the rating of these pages (using Python/Beautiful Soup)


回答1:


Scraping Facebook breaks the ToS. https://www.facebook.com/legal/terms in Section 2: Safety #2: You will not collect users' content or information, or otherwise access Facebook, using automated means (such as harvesting bots, robots, spiders, or scrapers) without our prior permission.

So I wouldn't try it. If they consider it 'stealing' information (and I believe they would), they could come after you, as this data is how they make their income.



来源:https://stackoverflow.com/questions/38772604/is-scraping-from-public-facebook-pages-legal

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!