# Find Shopify store owner email & contact leads

**Use case:** 

Find Shopify store owner leads: store name, domain, email, phone, Instagram, Facebook, TikTok, country, currency, theme and a lead score.

## Input

```json
{
  "mode": "store",
  "storeUrls": [
    "allbirds.com",
    "rothys.com"
  ],
  "maxProductsPerStore": 0,
  "onlyAvailable": false,
  "minPrice": 0,
  "maxPrice": 0,
  "includeVariants": true,
  "includeImages": true,
  "includeStoreMeta": true,
  "enrichStoreLeads": true,
  "monitorMode": false,
  "monitorStoreName": "shopify-store-monitor",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "mode": {
    "label": "Mode"
  },
  "name": {
    "label": "Store"
  },
  "storeDomain": {
    "label": "Domain"
  },
  "myshopifyDomain": {
    "label": "myshopify"
  },
  "currency": {
    "label": "Cur"
  },
  "country": {
    "label": "Country"
  },
  "email": {
    "label": "Email"
  },
  "phone": {
    "label": "Phone"
  },
  "instagram": {
    "label": "Instagram"
  },
  "facebook": {
    "label": "Facebook"
  },
  "tiktok": {
    "label": "TikTok"
  },
  "publishedProductsCount": {
    "label": "# Products"
  },
  "theme": {
    "label": "Theme"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Store Scraper - Products, Variants, Prices & Leads](https://apify.com/scrapesage/shopify-store-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/shopify-store-scraper) to learn more, explore other use cases, and run it yourself.