File size: 6,092 Bytes
d45427f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
---
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.