# Merchant Contacts for Fashion Shopify Stores

**Use case:** 

Extract emails, phone numbers, and social profiles from 50 leading fashion Shopify stores. Get valuable leads for your outreach.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://kith.com/"
    },
    {
      "url": "https://www.fashionnova.com/"
    },
    {
      "url": "https://gymshark.com/"
    }
  ],
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "storeName": {
    "label": "Store Name",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "productCountNumber": {
    "label": "Product Count",
    "format": "integer"
  },
  "productCount": {
    "label": "Inventory Status",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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