# Get contact emails for Shopify stores

**Use case:** 

Turn a niche into a contact list: discover Shopify stores and get the best outreach email tagged by role, plus phones, socials and a lead score.

## Input

```json
{
  "mode": "discover_and_analyze",
  "seedStoreUrl": "https://allbirds.com",
  "searchTerms": [
    "organic coffee",
    "skincare"
  ],
  "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"
  },
  "lead_score": {
    "label": "Lead score (0-100)",
    "format": "number"
  },
  "lead_score_bucket": {
    "label": "Lead score bucket",
    "format": "string"
  },
  "best_email": {
    "label": "Best contact email",
    "format": "string"
  },
  "emails": {
    "label": "All Emails",
    "format": "array"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "ad_intelligence": {
    "label": "Ad intelligence",
    "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.