ShopWSS.com Scraper avatar
ShopWSS.com Scraper
Try for free

3 days trial then $25.00/month - No credit card required now

View all Actors
ShopWSS.com Scraper

ShopWSS.com Scraper

epctex/shopwss-scraper
Try for free

3 days trial then $25.00/month - No credit card required now

Scrape ShopWSS.com to crawl shoes, clothing, and accessories. Fetch their details including title, description, images, variants, and many more.

Actor - ShopWSS Scraper

ShopWSS scraper

ShopWSS, also known as Warehouse Shoe Sale, is a U.S.-based retailer that specializes in selling shoes, clothing, and accessories. The company sells a variety of items from numerous brands, including Nike, Adidas, Converse, and Puma. In addition to shoes, ShopWSS also sells clothing items like jackets, t-shirts, and pants, as well as accessories such as hats, socks, and bags.

Since ShopWSS doesn't provide a good and free API, this actor should help you to retrieve data from it.

The ShopWSS data scraper supports the following features:

  • Collections - You can fetch all products from a given collection.

  • Search - You can use the search input and fetch all products for a given keyword

  • Product detail - Fetch all product details including title, description, images, variants, options, and many more

Bugs, fixes, updates, and changelog

This scraper is under active development. If you have any feature requests you can create an issue from here.

Input Parameters

The input of this scraper should be JSON containing the list of pages on ShopWSS that should be visited. Required fields are:

  • search: (Optional) (String) Keyword that you want to search on ShopWSS.

  • startUrls: (Optional) (Array) List of ShopWSS URLs. You should only provide collections, search URLs, and product detail URLs.

  • endPage: (Optional) (Number) Final number of page that you want to scrape. The default is Infinite. This applies to all search requests and startUrls individually.

  • maxItems: (Optional) (Number) You can limit scraped items. This should be useful when you search through the big lists or search results.

  • proxy: (Required) (Proxy Object) Proxy configuration.

  • extendOutputFunction: (Optional) (String) Function that takes a JQuery handle ($) as an argument and returns an object with data.

  • customMapFunction: (Optional) (String) Function that takes each object's handle as an argument and returns the object with executing the function.

This solution requires the use of Proxy servers, either your own proxy servers or you can use Apify Proxy.

Tip

When you want to scrape over a specific list URL, just copy and paste the link as one of the startUrl.

If you would like to scrape only the first page of a list then put the link for the page and have the endPage as 1.

With the last approach that is explained above you can also fetch any interval of pages. If you provide the 5th page of a list and define the endPage parameter as 6 then you'll have the 5th and 6th pages only.

Compute Unit Consumption

The actor is optimized to run blazing fast and scrape as many items as possible. Therefore, it forefronts all the detailed requests. If the actor doesn't block very often it'll scrape 100 listings in 2 minutes with ~0.01-0.03 compute units.

ShopWSS Scraper Input example

1{
2  "startUrls": [
3    "https://www.shopwss.com/products/t770_nkwh_nk_xvh?variant=39713821065271",
4    "https://www.shopwss.com/collections/classic-womens"
5  ],
6  "search": "nike",  
7  "proxy": {
8    "useApifyProxy": true
9  },
10  "endPage": 5,
11  "maxItems": 10
12}

During the Run

During the run, the actor will output messages letting you know what is going on. Each message always contains a short label specifying which page from the provided list is currently specified. When items are loaded from the page, you should see a message about this event with a loaded item count and total item count for each page.

If you provide incorrect input to the actor, it will immediately stop with a failure state and output an explanation of what is wrong.

ShopWSS Export

During the run, the actor stores results into a dataset. Each item is a separate item in the dataset.

You can manage the results in any language (Python, PHP, Node JS/NPM). See the FAQ or our API reference to learn more about getting results from this ShopWSS actor.

Scraped ShopWSS Properties

The structure of each item in ShopWSS looks like this:

Item Detail

1{
2  "type": "product",
3  "url": "https://www.shopwss.com/products/a03061c",
4  "id": "gid://shopify/Product/6669777535031",
5  "slug": "a03061c",
6  "availableForSale": true,
7  "collections": [
8    {
9      "id": "gid://shopify/Collection/153375735863",
10      "title": "In Stock"
11    },
12    {
13      "id": "gid://shopify/Collection/153375834167",
14      "title": "Classic"
15    },
16    {
17      "id": "gid://shopify/Collection/153376260151",
18      "title": "Size 3.5"
19    },
20    {
21      "id": "gid://shopify/Collection/153376325687",
22      "title": "Converse Shoes"
23    },
24    {
25      "id": "gid://shopify/Collection/153376587831",
26      "title": "Size 9.0"
27    },
28    {
29      "id": "gid://shopify/Collection/153377669175",
30      "title": "Size 5.5"
31    },
32    {
33      "id": "gid://shopify/Collection/153377800247",
34      "title": "Size 10.0"
35    },
36    {
37      "id": "gid://shopify/Collection/153378193463",
38      "title": "Shoes"
39    },
40    {
41      "id": "gid://shopify/Collection/153378455607",
42      "title": "On Sale"
43    },
44    {
45      "id": "gid://shopify/Collection/153378914359",
46      "title": "Size 7.5"
47    },
48    {
49      "id": "gid://shopify/Collection/153380749367",
50      "title": "Size 8.5"
51    },
52    {
53      "id": "gid://shopify/Collection/153381568567",
54      "title": "Women's Shoes"
55    },
56    {
57      "id": "gid://shopify/Collection/153381797943",
58      "title": "womens-shoes-classic"
59    },
60    {
61      "id": "gid://shopify/Collection/153382420535",
62      "title": "Women"
63    },
64    {
65      "id": "gid://shopify/Collection/153382682679",
66      "title": "Size 6.5"
67    },
68    {
69      "id": "gid://shopify/Collection/153382879287",
70      "title": "Size 4.5"
71    },
72    {
73      "id": "gid://shopify/Collection/153383665719",
74      "title": "$60 TO $80"
75    },
76    {
77      "id": "gid://shopify/Collection/153384091703",
78      "title": "Out of Stock"
79    },
80    {
81      "id": "gid://shopify/Collection/155946745911",
82      "title": "Shoes, Clothing, & Accessories"
83    },
84    {
85      "id": "gid://shopify/Collection/261554503735",
86      "title": "Women's Shoes, Clothing, & Accessories"
87    }
88  ],
89  "createdAt": "2022-06-20T23:31:18Z",
90  "publishedAt": "2023-01-25T00:33:09Z",
91  "updatedAt": "2023-06-05T22:43:47Z",
92  "description": "CONVERSE RUN STAR HIKE HI-TOP SHOES Upgrade your hi-tops and never look back. Get this chunky platform and jagged rubber sole to put an unexpected twist on your everyday Chucks. Details like a canvas build, rubber toe cap, and Chuck Taylor ankle patch stay true to the original, while a molded platform, two-tone outsole, and rounded heel give off futuristic vibes. Canvas high top platform sneakers. SmartFOAM sockliner for cushioning. Two-tone, exaggerated rubber outsole. Iconic Chuck Taylor ankle patch.",
93  "descriptionHTML": "<h2>CONVERSE RUN STAR HIKE HI-TOP SHOES<\/h2><p> <\/p><p>Upgrade your hi-tops and never look back. Get this chunky platform and jagged rubber sole to put an unexpected twist on your everyday Chucks. Details like a canvas build, rubber toe cap, and Chuck Taylor ankle patch stay true to the original, while a molded platform, two-tone outsole, and rounded heel give off futuristic vibes.<\/p><ul>\n<li>Canvas high top platform sneakers.<\/li>\n<li>SmartFOAM sockliner for cushioning.<\/li>\n<li>Two-tone, exaggerated rubber outsole.<\/li>\n<li>Iconic Chuck Taylor ankle patch.<\/li>\n<\/ul>",
94  "vendor": "CONVERSE",
95  "quantity": 182,
96  "tags": [
97    "$60 TO $80",
98    "A03061C",
99    "BROWN",
100    "Classic",
101    "CONVERSE",
102    "eligible-discount",
103    "eligible-for-promotions",
104    "new-markdown",
105    "on-sale",
106    "Platform",
107    "Run Star Hike Hi",
108    "show-all",
109    "Womens",
110    "womens-canvas",
111    "womens-shoes",
112    "womens-shoes-classic"
113  ],
114  "variants": [
115    {
116      "id": "gid://shopify/ProductVariant/40027207368759",
117      "slug": "a03061c",
118      "availableForSale": true,
119      "barcode": "194434095296",
120      "isInStock": true,
121      "price": "69.98",
122      "availableQuantity": 39,
123      "isRequireShipping": true,
124      "sku": "11155400021",
125      "unitPrice": null,
126      "unitPriceCurrency": "USD",
127      "weight": 0,
128      "weightUnit": "POUNDS",
129      "option": [
130        {
131          "name": "Size",
132          "value": "06.0"
133        },
134        {
135          "name": "Color",
136          "value": "Squirrel Friend/Black/White"
137        }
138      ]
139    },
140    {
141      "id": "gid://shopify/ProductVariant/40027207401527",
142      "slug": "a03061c",
143      "availableForSale": true,
144      "barcode": "194434095302",
145      "isInStock": true,
146      "price": "69.98",
147      "availableQuantity": 16,
148      "isRequireShipping": true,
149      "sku": "11155400022",
150      "unitPrice": null,
151      "unitPriceCurrency": "USD",
152      "weight": 0,
153      "weightUnit": "POUNDS",
154      "option": [
155        {
156          "name": "Size",
157          "value": "06.5"
158        },
159        {
160          "name": "Color",
161          "value": "Squirrel Friend/Black/White"
162        }
163      ]
164    },
165    {
166      "id": "gid://shopify/ProductVariant/40027207434295",
167      "slug": "a03061c",
168      "availableForSale": true,
169      "barcode": "194434095319",
170      "isInStock": true,
171      "price": "69.98",
172      "availableQuantity": 10,
173      "isRequireShipping": true,
174      "sku": "11155400023",
175      "unitPrice": null,
176      "unitPriceCurrency": "USD",
177      "weight": 0,
178      "weightUnit": "POUNDS",
179      "option": [
180        {
181          "name": "Size",
182          "value": "07.0"
183        },
184        {
185          "name": "Color",
186          "value": "Squirrel Friend/Black/White"
187        }
188      ]
189    },
190    {
191      "id": "gid://shopify/ProductVariant/40027207467063",
192      "slug": "a03061c",
193      "availableForSale": false,
194      "barcode": "194434095357",
195      "isInStock": false,
196      "price": "69.98",
197      "availableQuantity": 0,
198      "isRequireShipping": true,
199      "sku": "11155400024",
200      "unitPrice": null,
201      "unitPriceCurrency": "USD",
202      "weight": 0,
203      "weightUnit": "POUNDS",
204      "option": [
205        {
206          "name": "Size",
207          "value": "09.0"
208        },
209        {
210          "name": "Color",
211          "value": "Squirrel Friend/Black/White"
212        }
213      ]
214    },
215    {
216      "id": "gid://shopify/ProductVariant/40027207499831",
217      "slug": "a03061c",
218      "availableForSale": false,
219      "barcode": "194434095364",
220      "isInStock": false,
221      "price": "69.98",
222      "availableQuantity": 0,
223      "isRequireShipping": true,
224      "sku": "11155400025",
225      "unitPrice": null,
226      "unitPriceCurrency": "USD",
227      "weight": 0,
228      "weightUnit": "POUNDS",
229      "option": [
230        {
231          "name": "Size",
232          "value": "09.5"
233        },
234        {
235          "name": "Color",
236          "value": "Squirrel Friend/Black/White"
237        }
238      ]
239    },
240    {
241      "id": "gid://shopify/ProductVariant/40027207532599",
242      "slug": "a03061c",
243      "availableForSale": false,
244      "barcode": "194434095326",
245      "isInStock": false,
246      "price": "69.98",
247      "availableQuantity": 0,
248      "isRequireShipping": true,
249      "sku": "11155400026",
250      "unitPrice": null,
251      "unitPriceCurrency": "USD",
252      "weight": 0,
253      "weightUnit": "POUNDS",
254      "option": [
255        {
256          "name": "Size",
257          "value": "07.5"
258        },
259        {
260          "name": "Color",
261          "value": "Squirrel Friend/Black/White"
262        }
263      ]
264    },
265    {
266      "id": "gid://shopify/ProductVariant/40027207565367",
267      "slug": "a03061c",
268      "availableForSale": true,
269      "barcode": "194434095333",
270      "isInStock": true,
271      "price": "69.98",
272      "availableQuantity": 5,
273      "isRequireShipping": true,
274      "sku": "11155400027",
275      "unitPrice": null,
276      "unitPriceCurrency": "USD",
277      "weight": 0,
278      "weightUnit": "POUNDS",
279      "option": [
280        {
281          "name": "Size",
282          "value": "08.0"
283        },
284        {
285          "name": "Color",
286          "value": "Squirrel Friend/Black/White"
287        }
288      ]
289    },
290    {
291      "id": "gid://shopify/ProductVariant/40027207598135",
292      "slug": "a03061c",
293      "availableForSale": false,
294      "barcode": "194434095340",
295      "isInStock": false,
296      "price": "69.98",
297      "availableQuantity": 0,
298      "isRequireShipping": true,
299      "sku": "11155400028",
300      "unitPrice": null,
301      "unitPriceCurrency": "USD",
302      "weight": 0,
303      "weightUnit": "POUNDS",
304      "option": [
305        {
306          "name": "Size",
307          "value": "08.5"
308        },
309        {
310          "name": "Color",
311          "value": "Squirrel Friend/Black/White"
312        }
313      ]
314    },
315    {
316      "id": "gid://shopify/ProductVariant/40027207630903",
317      "slug": "a03061c",
318      "availableForSale": false,
319      "barcode": "194434095173",
320      "isInStock": false,
321      "price": "69.98",
322      "availableQuantity": 0,
323      "isRequireShipping": true,
324      "sku": "11155400029",
325      "unitPrice": null,
326      "unitPriceCurrency": "USD",
327      "weight": 0,
328      "weightUnit": "POUNDS",
329      "option": [
330        {
331          "name": "Size",
332          "value": "10.0"
333        },
334        {
335          "name": "Color",
336          "value": "Squirrel Friend/Black/White"
337        }
338      ]
339    },
340    {
341      "id": "gid://shopify/ProductVariant/40027207663671",
342      "slug": "a03061c",
343      "availableForSale": true,
344      "barcode": "194434095258",
345      "isInStock": true,
346      "price": "69.98",
347      "availableQuantity": 18,
348      "isRequireShipping": true,
349      "sku": "11155400077",
350      "unitPrice": null,
351      "unitPriceCurrency": "USD",
352      "weight": 0,
353      "weightUnit": "POUNDS",
354      "option": [
355        {
356          "name": "Size",
357          "value": "04.0"
358        },
359        {
360          "name": "Color",
361          "value": "Squirrel Friend/Black/White"
362        }
363      ]
364    },
365    {
366      "id": "gid://shopify/ProductVariant/40027207696439",
367      "slug": "a03061c",
368      "availableForSale": true,
369      "barcode": "194434095265",
370      "isInStock": true,
371      "price": "69.98",
372      "availableQuantity": 14,
373      "isRequireShipping": true,
374      "sku": "11155400078",
375      "unitPrice": null,
376      "unitPriceCurrency": "USD",
377      "weight": 0,
378      "weightUnit": "POUNDS",
379      "option": [
380        {
381          "name": "Size",
382          "value": "04.5"
383        },
384        {
385          "name": "Color",
386          "value": "Squirrel Friend/Black/White"
387        }
388      ]
389    },
390    {
391      "id": "gid://shopify/ProductVariant/40027207729207",
392      "slug": "a03061c",
393      "availableForSale": true,
394      "barcode": "194434095272",
395      "isInStock": true,
396      "price": "69.98",
397      "availableQuantity": 39,
398      "isRequireShipping": true,
399      "sku": "11155400079",
400      "unitPrice": null,
401      "unitPriceCurrency": "USD",
402      "weight": 0,
403      "weightUnit": "POUNDS",
404      "option": [
405        {
406          "name": "Size",
407          "value": "05.0"
408        },
409        {
410          "name": "Color",
411          "value": "Squirrel Friend/Black/White"
412        }
413      ]
414    },
415    {
416      "id": "gid://shopify/ProductVariant/40027207761975",
417      "slug": "a03061c",
418      "availableForSale": true,
419      "barcode": "194434095289",
420      "isInStock": true,
421      "price": "69.98",
422      "availableQuantity": 41,
423      "isRequireShipping": true,
424      "sku": "11155400080",
425      "unitPrice": null,
426      "unitPriceCurrency": "USD",
427      "weight": 0,
428      "weightUnit": "POUNDS",
429      "option": [
430        {
431          "name": "Size",
432          "value": "05.5"
433        },
434        {
435          "name": "Color",
436          "value": "Squirrel Friend/Black/White"
437        }
438      ]
439    },
440    {
441      "id": "gid://shopify/ProductVariant/40027207794743",
442      "slug": "a03061c",
443      "availableForSale": false,
444      "barcode": "",
445      "isInStock": false,
446      "price": "69.98",
447      "availableQuantity": 0,
448      "isRequireShipping": true,
449      "sku": "11155400107",
450      "unitPrice": null,
451      "unitPriceCurrency": "USD",
452      "weight": 0,
453      "weightUnit": "POUNDS",
454      "option": [
455        {
456          "name": "Size",
457          "value": "03.5"
458        },
459        {
460          "name": "Color",
461          "value": "Squirrel Friend/Black/White"
462        }
463      ]
464    }
465  ],
466  "images": [
467    {
468      "id": "gid://shopify/ProductImage/30014407999543",
469      "src": "https://cdn.shopify.com/s/files/1/0069/3442/9751/products/A03061C_1.jpg?v=1674606399",
470      "width": 2754,
471      "height": 2754
472    },
473    {
474      "id": "gid://shopify/ProductImage/30014408032311",
475      "src": "https://cdn.shopify.com/s/files/1/0069/3442/9751/products/A03061C_2.jpg?v=1674606399",
476      "width": 2249,
477      "height": 2249
478    },
479    {
480      "id": "gid://shopify/ProductImage/30014408065079",
481      "src": "https://cdn.shopify.com/s/files/1/0069/3442/9751/products/A03061C_3.jpg?v=1674606399",
482      "width": 2754,
483      "height": 2754
484    },
485    {
486      "id": "gid://shopify/ProductImage/30014408097847",
487      "src": "https://cdn.shopify.com/s/files/1/0069/3442/9751/products/A03061C_4.jpg?v=1674606399",
488      "width": 2754,
489      "height": 2754
490    },
491    {
492      "id": "gid://shopify/ProductImage/30014408130615",
493      "src": "https://cdn.shopify.com/s/files/1/0069/3442/9751/products/A03061C_5.jpg?v=1674606399",
494      "width": 2795,
495      "height": 2795
496    }
497  ],
498  "options": [
499    {
500      "name": "Size",
501      "values": [
502        "06.0",
503        "06.5",
504        "07.0",
505        "09.0",
506        "09.5",
507        "07.5",
508        "08.0",
509        "08.5",
510        "10.0",
511        "04.0",
512        "04.5",
513        "05.0",
514        "05.5",
515        "03.5"
516      ]
517    },
518    {
519      "name": "Color",
520      "values": [
521        "Squirrel Friend/Black/White"
522      ]
523    }
524  ]
525}

Contact

Please visit us through epctex.com to see all the products that are available for you. If you are looking for any custom integration or so, please reach out to us through the chat box in epctex.com. In need of support? devops@epctex.com is at your service.

Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 100.0% runs succeeded
  • 0.0 days response time
  • Created in Jun 2023
  • Modified about 12 hours ago
Categories