# Monitor Competitor Apparel Prices & Discounts Daily

**Use case:** 

Track pricing changes and discount percentages across key competitor Shopify stores to inform your pricing strategy. Gain a competitive edge by reacting swiftly

## Input

```json
{
  "storeUrls": [
    "gymshark.com",
    "lululemon.com",
    "aloyoga.com"
  ],
  "collectionHandles": [],
  "sortBy": "best-selling",
  "maxItemsPerStore": 500,
  "maxItems": 1000,
  "imageQuality": "master",
  "enrichWithCollections": false,
  "includeUnavailable": false,
  "tagAnyOf": [],
  "tagNoneOf": [],
  "onSaleOnly": true,
  "minDiscountPercent": 15,
  "updatedSince": "2024-05-01",
  "useApifyProxy": false,
  "requestDelaySecs": 1
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "vendor": {
    "label": "Vendor"
  },
  "productType": {
    "label": "Product type"
  },
  "price": {
    "label": "Price"
  },
  "comparePrice": {
    "label": "Compare price"
  },
  "onSale": {
    "label": "On sale"
  },
  "available": {
    "label": "Available"
  },
  "imageUrl": {
    "label": "Image url"
  },
  "productUrl": {
    "label": "Product url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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