# Monitor a Shopify Competitor's Prices & Stock

**Use case:** 

Scheduled runs against a rival Shopify store catch new SKUs, price changes and out-of-stock items, so you can react to competitor moves the same day.

## Input

```json
{
  "storeUrls": [
    "https://shop.bombas.com"
  ],
  "maxItems": 2000,
  "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.