# Find Shopify stores to pitch your app to

**Use case:** 

Score stores as sales targets: which app categories they lack, how established they are, the best email and ready-made pitch angles per store.

## Input

```json
{
  "mode": "discover_and_analyze",
  "seedStoreUrl": "https://allbirds.com",
  "searchTerms": [
    "pet supplies",
    "home decor"
  ],
  "enrichContacts": true,
  "appMatchMode": "any",
  "minMonthlyVisits": 0,
  "minStoreHealth": 0,
  "minOpportunityScore": 0,
  "maxStores": 30,
  "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
{
  "domain": {
    "label": "Store domain",
    "format": "string"
  },
  "opportunity_score": {
    "label": "Opportunity score (0-100)",
    "format": "number"
  },
  "opportunity_bucket": {
    "label": "Opportunity bucket",
    "format": "string"
  },
  "store_health_tier": {
    "label": "Store maturity tier",
    "format": "string"
  },
  "best_email": {
    "label": "Best contact email",
    "format": "string"
  },
  "upsell_opportunities": {
    "label": "Upsell opportunities (missing app categories)",
    "format": "array"
  },
  "pitch_angles": {
    "label": "Pitch angles",
    "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.