--- license: cc-by-4.0 pretty_name: "Shopify Competitor Spy" tags: [ecommerce, web-scraping, apify, lead-generation] size_categories: - n<1K --- # Shopify Competitor Spy Extract product catalogs, pricing, and vendor data from any Shopify store! Our no-browser engine hits internal JSON for maximum speed and 90% lower CU costs. Perfect for dropshippers and e-commerce analysts. Zero browser lag, 2026 data reliability. 🚀 ## What the actor scrapes # 🛒 Shopify Competitor Spy — Ultra-Fast Shopify Product & Price Scraper Extract full **Shopify product catalogs** and track prices from any Shopify store at high speed. This **Shopify scraper** reads each store's public `/products.json` catalog directly — no headless browser, no rendering — so you get thousands of products in seconds with very low Compute Unit cost. Export your competitor's entire product strategy to JSON, CSV or Excel. Built for **dropshippers, e-commerce analysts and developer ## Who this is for This sample is useful for anyone working in **ecommerce, lead generation** who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time. ## Source **Live source:** This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: [logiover/shopify-competitor-spy](https://apify.com/logiover/shopify-competitor-spy) ## Fields - **`productId`** — identifier - **`title`** — item or page title - **`handle`** — account handle - **`vendor`** — field captured by the actor - **`productType`** — field captured by the actor - **`tags`** — associated tags - **`url`** — canonical URL of the item - **`minPrice`** — field captured by the actor - **`maxPrice`** — field captured by the actor - **`currency`** — currency code or symbol for the price - **`variantCount`** — numeric count - **`variants`** — field captured by the actor - **`inStock`** — field captured by the actor - **`imageCount`** — numeric count - **`imageUrl`** — URL reference - **`publishedAt`** — publication timestamp - **`createdAt`** — creation timestamp - **`updatedAt`** — last update timestamp - **`scrapedAt`** — timestamp the row was scraped ## Sample preview ```json [ { "productId": "8286388060288", "title": "ASICS x Lapstone & Hammer GEL-KAYANO 12.1 - Cream / Metallic Silver", "handle": "ai1203b103-100", "vendor": "ASICS", "productType": "Low Top Sneakers", "tags": [ "050426weeklyfw", "050926", "050926fw", "051426hypefw", "ai1203b103" ], "url": "https://kith.com/products/ai1203b103-100", "minPrice": 195, "maxPrice": 195, "currency": null, "variantCount": 30, "variants": [ { "title": "3", "sku": "17814999", "price": 195, "compareAtPrice": null, "available": false }, { "title": "3.5", "sku": "17815000", "price": 195, "compareAtPrice": null, "available": false }, { "title": "4", "sku": "17815001", "price": 195, "compareAtPrice": null, "available": false }, { "title": "4.5", "sku": "17815002", "price": 195, "compareAtPrice": null, "available": false }, { "title": "5", "sku": "17815003", "price": 195, "compareAtPrice": null, "available": false } ], "inStock": true, "imageCount": 8, "imageUrl": "https://cdn.shopify.com/s/files/1/0094/2252/files/1203B103-100-1.jpg?v=1778269954", "publishedAt": "2026-05-14T22:00:01-04:00", "createdAt": "2026-05-08T15:52:28-04:00", "updatedAt": "2026-05-15T06:52:47-04:00", "scrapedAt": "2026-05-15T10:52:47.873Z" }, { "productId": "8286432526464", "title": "Crocs x BAPE Echo RO Clog - Powder Blue", "handle": "cr213140-4sn", "vendor": "Crocs", "productType": "Mules & Clogs", "tags": [ "051426", "051426fw", "cr213140", "cr213140-4sn", "Crocs" ], "url": "https://kith.com/products/cr213140-4sn", "minPrice": 110, "maxPrice": 110, "currency": null, "variantCount": 16, "variants": [ { "title": "0", "sku": "13880041", "price": 110, "compareAtPrice": null, "available": false }, { "title": "1", "sku": "13880042", "price": 110, "compareAtPrice": null, "available": false }, { "title": "2", "sku": "13880043", "price": 110, "compareAtPrice": null, "available": true }, { "title": "3", "sku": "13880044", "price": 110, "compareAtPrice": null, "available": true }, { "title": "4", "sku": "13880045", "price": 110, "compareAtPrice": null, "available": false } ], "inStock": true, "imageCount": 6, "imageUrl": "https://cdn.shopify.com/s/files/1/0094/2252/files/crocs_1_0ef38bdb-dd54-40c4-9d20-a3aec9eef59d.jpg?v=1778709559", "publishedAt": "2026-05-14T15:49:04-04:00", "createdAt": "2026-05-13T17:59:13-04:00", "updatedAt": "2026-05-15T06:52:47-04:00", "scrapedAt": "2026-05-15T10:52:47.873Z" } ] ``` ## Snapshot stats - Row count in this sample: **50** - Data quality flag at capture time: `GOOD` ## License & Attribution Released under **Creative Commons Attribution 4.0 (CC BY 4.0)**. If you use this data, please credit the source actor and link back to its Apify Store page: [logiover/shopify-competitor-spy](https://apify.com/logiover/shopify-competitor-spy). The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content.