# Find Shopify stores with no reviews app

**Use case:** 

Find stores running no reviews app at all — Judge.me, Yotpo, Loox and Okendo excluded. Returns name, URL, country and best contact email for outreach.

## Input

```json
{
  "mode": "discover",
  "seedStoreUrl": "https://allbirds.com",
  "searchTerms": [
    "home decor",
    "pet supplies"
  ],
  "enrichContacts": true,
  "appMatchMode": "any",
  "excludeApps": [
    "Judge.me",
    "Yotpo",
    "Loox",
    "Okendo",
    "Stamped.io",
    "Reviews.io"
  ],
  "minMonthlyVisits": 0,
  "minStoreHealth": 0,
  "minOpportunityScore": 0,
  "maxStores": 50,
  "storeUrls": [
    "https://allbirds.com",
    "https://gymshark.com"
  ],
  "conversionRate": 2.5,
  "productSampleSize": 250,
  "reviewsToSalesMultiplier": 30,
  "flatOutput": false,
  "trackChanges": true,
  "extractProducts": true,
  "extractVelocity": true,
  "extractCollections": true,
  "extractSitemap": true,
  "extractTraffic": true,
  "extractRevenueEstimate": true,
  "extractTechStack": true,
  "extractSocials": true,
  "extractContact": true,
  "deepContactCrawl": true,
  "extractShopifyMeta": true,
  "extractInternational": true,
  "extractReviewsAggregate": true,
  "extractPromo": true,
  "extractPolicyDetails": false,
  "extractBrandAge": false,
  "extractDerivedSignals": true,
  "generateComparison": true,
  "maxConcurrency": 5,
  "timeout": 20
}
```

## Output

```json
{
  "name": {
    "label": "Store name",
    "format": "string"
  },
  "url": {
    "label": "Store URL",
    "format": "string"
  },
  "myshopify_domain": {
    "label": "myshopify domain",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "search_term": {
    "label": "Found via",
    "format": "string"
  },
  "matched_apps": {
    "label": "Matched apps",
    "format": "array"
  },
  "best_email": {
    "label": "Best contact email",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Store Analyzer | $7/1K | Revenue, Traffic, Tech Stack](https://apify.com/apivault_labs/shopify-store-analyzer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/apivault_labs/shopify-store-analyzer) to learn more, explore other use cases, and run it yourself.