Go to Hyperscrape Store

Shopify Store Products

hyperscrape/shopify-products-scraper

Dump any Shopify store's full catalog — products, variants, prices, stock flags, images, tags.

AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.

https://hyperscrape.com/api/scrape/shopify-products-scraper?storeUrls=https%3A%2F%2Fshop.example.com

Swap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide

Extracts the complete product catalog from any Shopify-powered store using the store's public /products.json endpoint (no API key needed), with automatic pagination at 250 products per page.

Each product item includes: id, title, handle, canonical product URL, plain-text description, vendor, product type, tags, publish/update timestamps, option definitions (e.g. Size / Color with all values), every variant (id, title, SKU, price + compare-at price as numbers, availability / in-stock hint when the store exposes it, weight in grams, shipping & tax flags, per-variant image), all images with dimensions, and computed price range (min / max / max discount %) plus total variant count and an anyAvailable stock summary. The store currency is detected via the public /cart.js endpoint when accessible.

Optionally also emits the store's collections (from /collections.json) as separate items with type: "collection".

Input is one or more store URLs (any page of the store works — the domain is extracted automatically). Works on any store that hasn't disabled the public JSON endpoints.