# Find Shopify Stores Missing a Reviews App

**Use case:** 

Audit Shopify stores and flag the ones with no reviews app installed — warm leads for reviews and UGC app vendors.

## Input

```json
{
  "domains": [
    "allbirds.com",
    "colourpop.com"
  ],
  "targetGaps": [
    "reviews"
  ],
  "includeProducts": false,
  "compareToPrevious": false,
  "maxProductsPerStore": 1000,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "is_shopify": {
    "label": "Is Shopify",
    "format": "boolean"
  },
  "app_categories": {
    "label": "App categories",
    "format": "array"
  },
  "missing_categories": {
    "label": "Gaps",
    "format": "array"
  },
  "matches_criteria": {
    "label": "Lead match",
    "format": "boolean"
  },
  "product_count": {
    "label": "Products",
    "format": "integer"
  },
  "price_min": {
    "label": "Min price",
    "format": "number"
  },
  "price_max": {
    "label": "Max price",
    "format": "number"
  },
  "apps_added": {
    "label": "Apps added",
    "format": "array"
  },
  "apps_removed": {
    "label": "Apps removed",
    "format": "array"
  },
  "source_url": {
    "label": "Store URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Store Audit & Tech-Stack Lead Scorer](https://apify.com/fried_calamaries/shopify-store-intel) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fried_calamaries/shopify-store-intel) to learn more, explore other use cases, and run it yourself.