# Check if a URL is a Shopify store

**Use case:** 

Bulk-triage a list of domains: which run Shopify, and which are WooCommerce, Wix, Squarespace, BigCommerce or custom. One fast fetch per URL.

## Input

```json
{
  "mode": "quick_check",
  "seedStoreUrl": "https://allbirds.com",
  "searchTerms": [
    "organic coffee"
  ],
  "enrichContacts": true,
  "appMatchMode": "any",
  "minMonthlyVisits": 0,
  "minStoreHealth": 0,
  "minOpportunityScore": 0,
  "maxStores": 50,
  "storeUrls": [
    "https://allbirds.com",
    "https://example.com",
    "https://gymshark.com",
    "https://wordpress.org"
  ],
  "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
{
  "domain": {
    "label": "Store domain",
    "format": "string"
  },
  "best_sellers_basis": {
    "label": "Best-seller basis",
    "format": "string"
  },
  "best_sellers": {
    "label": "Best sellers",
    "format": "array"
  }
}
```

## 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.