# Shopify Klaviyo gap lead finder

**Use case:** 

Find Shopify stores missing visible Klaviyo or email/SMS retention signals and export contactable ecommerce leads.

## Input

```json
{
  "storeUrls": [
    {
      "url": "https://www.allbirds.com"
    },
    {
      "url": "https://www.gymshark.com"
    }
  ],
  "discoveryUrls": [],
  "maxStores": 10,
  "maxProductsPerStore": 10,
  "maxPagesPerStore": 5,
  "requestTimeoutSecs": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "status": {
    "label": "Status"
  },
  "isShopify": {
    "label": "Shopify"
  },
  "klaviyoDetected": {
    "label": "Klaviyo"
  },
  "retentionToolsDetected": {
    "label": "Retention tools"
  },
  "opportunityScore": {
    "label": "Score"
  },
  "gapReason": {
    "label": "Gap reason"
  },
  "emails": {
    "label": "Emails"
  },
  "contactUrls": {
    "label": "Contact pages"
  },
  "productCount": {
    "label": "Products"
  },
  "priceMin": {
    "label": "Min price"
  },
  "priceMax": {
    "label": "Max price"
  },
  "socialLinks": {
    "label": "Social"
  },
  "storeUrl": {
    "label": "Store URL"
  },
  "scannedAt": {
    "label": "Scanned"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Klaviyo Gap Leads Scraper](https://apify.com/automation-lab/shopify-klaviyo-gap-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/shopify-klaviyo-gap-leads-scraper) to learn more, explore other use cases, and run it yourself.