从 public Facebook 页面上抓取内容合法吗?
Is scraping from public Facebook pages legal?
我的问题是:从 public Facebook 页面上抓取是否合法?
我为什么要问这个问题:要使用图表 API 获得不属于我们的 Facebook 页面的评级,我们需要一个页面访问令牌,这是不可能的(因为我所说的页面不是我的)。出于这个原因,我正在考虑抓取这些页面的评级(使用 Python/Beautiful 汤)
抓取 Facebook 会破坏 ToS。
https://www.facebook.com/legal/terms 在
第 2 节:安全
#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.
所以我不会尝试。如果他们认为这是 'stealing' 信息(我相信他们会的),他们可能会来找你,因为这些数据是他们赚取收入的方式。
我的问题是:从 public Facebook 页面上抓取是否合法?
我为什么要问这个问题:要使用图表 API 获得不属于我们的 Facebook 页面的评级,我们需要一个页面访问令牌,这是不可能的(因为我所说的页面不是我的)。出于这个原因,我正在考虑抓取这些页面的评级(使用 Python/Beautiful 汤)
抓取 Facebook 会破坏 ToS。
https://www.facebook.com/legal/terms 在
第 2 节:安全
#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.
所以我不会尝试。如果他们认为这是 'stealing' 信息(我相信他们会的),他们可能会来找你,因为这些数据是他们赚取收入的方式。