TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

3 pointsby Spinosaurusover 2 years ago
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

Nextgridover 2 years ago
&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.