TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: News scraping APIs – how are they legal?

3 点作者 Spinosaurus超过 2 年前
I had a project I was working on that required a sort of news feed. A quick google search turned up a few news apis. They seem to scrape news sites and turn them into JSON, then charge for the feed.<p>YC even funded one of them! I&#x27;m curious about how this is possibly legal. If it is legal, it would of course be cheaper for me to simply scrape the website I need instead of paying one of the apis.

1 comment

Nextgrid超过 2 年前
&gt; it would of course be cheaper for me to simply scrape the website I need instead of paying one of the apis.<p>That&#x27;s the business model of those APIs; for a segment of their customers it&#x27;s cheaper to outsource the scraping to them than do it in-house.<p>As far as legality goes, it&#x27;s in a bit of a grey area. What <i>you</i> do with the data is also a major factor, regardless of <i>how</i> the data was obtained, and I would argue this is more important than the &quot;how&quot; - forget republishing stories verbatim on your website, regardless of whether you&#x27;re getting them via API, scraping, or manually copy&#x2F;pasting. Other usages might be more permissible, and some might be totally fine for example. Keep in mind that the API provider doesn&#x27;t have to be legal either - they could be anonymous or based somewhere out of reach of the US legal system and thus couldn&#x27;t care less about any potential legal consequences.