hnstream.com provides an “Unofficial Hacker News Streaming API.” According to the page, it uses Hacker News’ Firebase API as its data source, with endpoints powered by fanout.io. Its purpose is straightforward: to let applications retrieve HN stories and comments through this service, reducing direct load on Hacker News itself.
The service focuses on three types of data: all stories, all comments, and comments for a single story. The API offers three access patterns: start, next, and stream. For example, /news/items/ retrieves the initial list of stories, since=cursor:{last_cursor} fetches subsequent data, and /news/stream/ provides streaming access. Comments have similar endpoints, and the API also supports comment streams for a specific story by article-id. Overall, it follows a simple HTTP GET style, is language- and framework-agnostic, and is suitable for scripts, backend services, or data-processing pipelines.
The page does not provide any pricing, account system, authentication method, or paid-plan information. It also does not state whether the project is open source or self-hostable. As a result, it should not be treated as an API service with clear commercial support. For production use, you would need to independently verify availability, rate-limiting policies, stability, and long-term maintenance.
The main advantages are its extremely simple API, clear endpoints, coverage of the most common HN data-consumption scenarios—stories and comments—and support for cursor-based incremental reads as well as real-time streams. The drawbacks are also obvious: the documentation only lists endpoint paths and lacks details on response formats, field definitions, error codes, rate limits, SLA, security, and HTTPS. As an unofficial service, it is better suited to lightweight experiments than mission-critical dependencies.
It is suitable for developers who need to display the latest HN comments in real time, build HN monitoring tools, run data experiments, or create prototypes. If your project requires a stable SLA, compliance terms, or commercial support, it is better to evaluate alternatives such as the Hacker News Firebase API or HNSearch directly. The page does not provide information about access from mainland China, so real-world availability needs to be tested independently. Payment methods are also not disclosed.
⚠ This review is compiled from public sources and does not constitute a purchase recommendation. Verify all facts on the vendor's official site. Verify on hnstream.com official site.
hnstream.com is an United States Dev Tools (Hacker News Api) provider. TG4G tracks its product information, an overall rating of 6.0/10, and a China-accessibility score of Workable. Click "Visit Official Site" to reach hnstream.com directly.