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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: I indexed 10M Shopify products to build an API

13 点作者 pencildiver4 个月前

2 条评论

pencildiver4 个月前
Hi HN! I&#x27;m Param, founder of Agora.<p>The Agora API enables developers to search, purchase, and track orders for 10 million products sold on 25,000 Shopify and WooCommerce stores. You can search by text, image, URL, or location to find products.<p>Every Shopify store has several public JSON files that are available on the same URL route. The file for general store information appears at [Base URL]&#x2F;meta.json. Product information appears at [Base URL]&#x2F;products.json. Variant and inventory information appears at [Base URL]&#x2F;[Product Route].js.<p>Every WooCommerce store has a similar file that has a different data structure. The store information appears at [Base URL]&#x2F;wp-json&#x2F;. Product information appears at [Base URL]&#x2F;wp-json&#x2F;wc&#x2F;v1&#x2F;products.<p>I bought a list of e-commerce stores and built a crawler to index the store and product information. The crawler runs every day to add, edit, and delete product information for all stores. When you retrieve product details via the API, we dynamically check the price, stock, and variant information. This ensures that we only sell products that are currently available, at the real-time price.<p>We&#x27;re starting with 25,000 Shopify and WooCommerce stores and will soon have products from other e-commerce platforms and marketplaces including Amazon, Walmart, Etsy, Wix, Squarespace, and more.<p>I&#x27;d love your feedback!
评论 #42932029 未加载
TechTechTech4 个月前
How does this play with copyright on things like the product text and images? Which legal entity will end customers have a monetary relation with?
评论 #42930219 未加载