# Shopify store technology audit

**Use case:** 

Analyze Shopify storefronts for apps, pixels, catalog size, promotions, contacts, and agency opportunity signals.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.deathwishcoffee.com"
    },
    {
      "url": "https://www.allbirds.com"
    }
  ],
  "maxStores": 2,
  "maxProductsPerStore": 20,
  "crawlContactPages": true
}
```

## Output

```json
{
  "inputUrl": {
    "label": "Input URL",
    "format": "link"
  },
  "normalizedDomain": {
    "label": "Domain"
  },
  "isShopify": {
    "label": "Shopify?"
  },
  "shopName": {
    "label": "Store name"
  },
  "themeName": {
    "label": "Theme"
  },
  "productCount": {
    "label": "Products sampled"
  },
  "appsDetected": {
    "label": "Apps"
  },
  "pixelsDetected": {
    "label": "Pixels"
  },
  "analyticsTags": {
    "label": "Analytics"
  },
  "emailAddresses": {
    "label": "Emails"
  },
  "socialLinks": {
    "label": "Social links"
  },
  "confidenceScore": {
    "label": "Confidence"
  },
  "agencyOpportunityScore": {
    "label": "Opportunity"
  },
  "warnings": {
    "label": "Warnings"
  },
  "scrapeTimestamp": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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