# Detect which apps a Shopify store uses

**Use case:** 

Reveal a store's tech stack: 60+ Shopify apps, theme, payment methods and social handles. Clone a winning setup or spot a competitor's tooling.

## Input

```json
{
  "mode": "analyze",
  "seedStoreUrl": "https://allbirds.com",
  "searchTerms": [
    "organic coffee"
  ],
  "enrichContacts": true,
  "appMatchMode": "any",
  "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": false,
  "extractVelocity": true,
  "extractCollections": true,
  "extractSitemap": true,
  "extractTraffic": false,
  "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"
  },
  "theme_name": {
    "label": "Shopify theme",
    "format": "string"
  },
  "tech_stack": {
    "label": "Tech stack",
    "format": "array"
  },
  "socials": {
    "label": "Social handles",
    "format": "object"
  }
}
```

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