# Shopify subscription lead scraper

**Use case:** 

Detect public Shopify and subscription-provider signals in your supplied storefront list.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.allbirds.com"
    }
  ],
  "maxItems": 1,
  "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.