# DTC subscription leads qualification

**Use case:** 

Qualify supplied DTC storefronts for Shopify and recurring-subscription outreach signals.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.allbirds.com"
    },
    {
      "url": "https://www.iana.org/domains/example"
    }
  ],
  "maxItems": 2,
  "requestTimeoutSecs": 30
}
```

## Output

```json
{
  "inputUrl": {
    "label": "Input URL"
  },
  "finalUrl": {
    "label": "Final URL"
  },
  "domain": {
    "label": "Domain"
  },
  "title": {
    "label": "Store title"
  },
  "isShopify": {
    "label": "Shopify detected"
  },
  "subscriptionProviders": {
    "label": "Providers"
  },
  "confidence": {
    "label": "Confidence"
  },
  "publicEmail": {
    "label": "Public email"
  },
  "publicPhone": {
    "label": "Public phone"
  },
  "fetchedAt": {
    "label": "Fetched at"
  },
  "error": {
    "label": "Error diagnostic"
  }
}
```

## About this Actor

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