# Art & Print Merchant Contact Details

**Use case:** 

Extract contact details for art and print Shopify stores, including emails and social profiles, from selected URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://society6.com/"
    },
    {
      "url": "https://www.displate.com/"
    },
    {
      "url": "https://www.juniperoats.com/"
    }
  ],
  "maxItems": 150,
  "proxyConfiguration": {}
}
```

## 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.