# Audit a competitor Shopify catalog and pricing

**Use case:** 

Audit any competitor's Shopify catalog - product count, price range, vendors, product types, and catalog freshness. One run, clean structured rows.

## Input

```json
{
  "storeUrls": [
    "allbirds.com"
  ],
  "maxProductsPerStore": 250,
  "includeContacts": true,
  "includeProductRows": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "domain": {
    "label": "Domain"
  },
  "storeName": {
    "label": "Store"
  },
  "isShopify": {
    "label": "Shopify"
  },
  "productsSampled": {
    "label": "Products"
  },
  "hasMoreProducts": {
    "label": "Has more products"
  },
  "currency": {
    "label": "Currency"
  },
  "priceMin": {
    "label": "Price min"
  },
  "priceMax": {
    "label": "Price max"
  },
  "priceAvg": {
    "label": "Avg price"
  },
  "uniqueVendors": {
    "label": "Vendors"
  },
  "uniqueProductTypes": {
    "label": "Unique product types"
  },
  "topVendors": {
    "label": "Top vendors"
  },
  "topProductTypes": {
    "label": "Top types"
  },
  "newestProductDate": {
    "label": "Newest product"
  },
  "contactEmails": {
    "label": "Emails"
  },
  "socialLinks": {
    "label": "Socials"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Store Analyzer - Catalog, Contacts & Pricing](https://apify.com/webdata_labs/shopify-store-enricher) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/shopify-store-enricher) to learn more, explore other use cases, and run it yourself.