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.
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]/meta.json. Product information appears at [Base URL]/products.json. Variant and inventory information appears at [Base URL]/[Product Route].js.
Every WooCommerce store has a similar file that has a different data structure. The store information appears at [Base URL]/wp-json/. Product information appears at [Base URL]/wp-json/wc/v1/products.
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.
We'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.
Interesting idea. My biggest concern here is some sort of rating system, not so much for products but merchants. Like I would like to know how likely it is I get my item and a reasonable time frame.
If you really want to be innovative try adding brick and mortar grocery stores too.
We don't own or claim to own the copyright for product text and images. And make this clear with the store name, brand name, website, and more. That all said, we may be able to add a field on the Product Detail API that makes it clear who owns the copyright. https://docs.searchagora.com/api/endpoints/product-detail
>Which legal entity will end customers have a monetary relation with?
Using the Agora API, you become the merchant of record. Customers have a relationship with your app (i.e. Agora is hidden to the end customer). We are working on providing support for passing the payment to the end Shopify or WooCommerce store. We imagine having several payment flow options in the future: process payments on your own Stripe account, process payments with Agora, or pass through payments to the stores.
pencildiver|1 year ago
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.
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]/meta.json. Product information appears at [Base URL]/products.json. Variant and inventory information appears at [Base URL]/[Product Route].js.
Every WooCommerce store has a similar file that has a different data structure. The store information appears at [Base URL]/wp-json/. Product information appears at [Base URL]/wp-json/wc/v1/products.
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.
We'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.
I'd love your feedback!
hattmall|1 year ago
If you really want to be innovative try adding brick and mortar grocery stores too.
TechTechTech|1 year ago
pencildiver|1 year ago
We've been careful to abide by web scraping precedence. So all data we collect from Shopify and WooCommerce stores is publicly available. https://en.wikipedia.org/wiki/HiQ_Labs_v._LinkedIn
We don't own or claim to own the copyright for product text and images. And make this clear with the store name, brand name, website, and more. That all said, we may be able to add a field on the Product Detail API that makes it clear who owns the copyright. https://docs.searchagora.com/api/endpoints/product-detail
>Which legal entity will end customers have a monetary relation with?
Using the Agora API, you become the merchant of record. Customers have a relationship with your app (i.e. Agora is hidden to the end customer). We are working on providing support for passing the payment to the end Shopify or WooCommerce store. We imagine having several payment flow options in the future: process payments on your own Stripe account, process payments with Agora, or pass through payments to the stores.