# Track Sneaker Drops & Restocks on Shopify

**Use case:** 

Sneaker resellers watch footwear collections on Shopify boutiques like Kith and Bodega for new drops and back-in-stock restocks each run.

## Input

```json
{
  "storeUrls": [
    "https://kith.com/collections/footwear",
    "https://bdgastore.com/collections/footwear"
  ],
  "maxItems": 300,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "vendor": {
    "label": "Vendor",
    "format": "text"
  },
  "priceMin": {
    "label": "Min price",
    "format": "number"
  },
  "priceMax": {
    "label": "Max price",
    "format": "number"
  },
  "available": {
    "label": "In stock",
    "format": "boolean"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Products Scraper](https://apify.com/dami_studio/shopify-products-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dami_studio/shopify-products-scraper) to learn more, explore other use cases, and run it yourself.