# Shopify Store Owner Email & Lead Extractor

**Use case:** 

Extract verified founder emails, Instagram, and TikTok links from any Shopify or e-commerce store. Automate your B2B lead generation instantly.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://feastables.com"
    }
  ],
  "maxPagesPerStore": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "emails": {
    "label": "Emails"
  },
  "instagram": {
    "label": "Instagram"
  },
  "tiktok": {
    "label": "Tiktok"
  },
  "facebook": {
    "label": "Facebook"
  },
  "twitter": {
    "label": "Twitter"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Owner Email & Lead Extractor](https://apify.com/intelscrape/shopify-owner-email-lead-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/intelscrape/shopify-owner-email-lead-extractor) to learn more, explore other use cases, and run it yourself.