展示HN:ListofDisks – 跨越7家零售商的硬盘价格指数,不仅限于亚马逊
我决定在为自己的新 DS1525+ 寻找硬盘时构建这个项目。我意识到现有的存储价格跟踪器大多只是懒惰的亚马逊 API 封装,忽视了其他零售商。
ListofDisks 跟踪亚马逊、B&H、百思买、新蛋、办公用品仓库、服务器配件交易和沃尔玛的报价,然后将列表标准化为规范产品,以便可以并排比较相同的硬盘。
当前的方法:
- 标准化:零售商特定的解析器 + 规范映射,根据实际型号对列表进行分组
- 信任评分:过滤掉低评分的市场卖家和不明 listings
- 上下文:90 天中位数每 TB 价格和历史最低价格跟踪,以识别虚假销售
技术栈:
- Next.js 前端
- TypeScript/Node 数据处理工作者
- Postgres(Supabase)作为数据库
CMR/SMR 和保修信息在可用时包含在内,但覆盖范围仍然有限。
目前这是一个零收入项目。我只是想让数据准确,并获得反馈。考虑到当前这些组件的定价问题,我也在考虑很快扩展到内存方面。感谢您的关注!
[https://www.listofdisks.com](https://www.listofdisks.com)
查看原文
I decided to build this after looking for drives for my own new DS1525+. I realized that existing storage price trackers were mostly lazy Amazon API wrappers that ignored other retailers.<p>ListofDisks tracks offers across Amazon, B&H, Best Buy, Newegg, Office Depot, ServerPartDeals, and Walmart, then normalizes listings into canonical products so the same drive can be compared side-by-side.<p>Current approach:<p>Normalization: Retailer-specific parsers + canonical mapping to group listings by actual model
Trust Scoring: Filters out low-rated marketplace sellers and mystery listings
Context: 90-day median $/TB and historical-low tracking to spot fake sales<p>Stack:
Next.js frontend
TypeScript/Node ingestion worker
Postgres (Supabase) for DB<p>CMR/SMR and warranty are included when available but coverage is still partial.<p>This is a zero-revenue project right now. I just want to make the data accurate and get feedback. I am also considering expanding to memory shortly given the pricing issues with those components currently. Thanks for checking it out!<p><a href="https://www.listofdisks.com" rel="nofollow">https://www.listofdisks.com</a>