# Food and Beverage Shopify Merchant Data Collector

**Use case:** 

Collect information on food and beverage Shopify merchants. Get merchant emails, phone numbers, and social profiles from selected stores.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.deathwishcoffee.com/"
    },
    {
      "url": "https://barkthins.com/"
    },
    {
      "url": "https://nativefoods.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.