# Find Shopify Skincare Stores

**Use case:** 

Find Shopify Skincare Stores by searching public storefronts and exporting URLs, emails, and store data.

## Input

```json
{
  "maxItems": 100,
  "query": "skincare store",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "info": {
    "label": "Info",
    "format": "text"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "minPageDate": {
    "label": "Min Page Date",
    "format": "date"
  },
  "minProductCount": {
    "label": "Min Product Count",
    "format": "integer"
  },
  "maxProductCount": {
    "label": "Max Product Count",
    "format": "integer"
  },
  "locale": {
    "label": "Locale",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "theme": {
    "label": "Theme",
    "format": "object"
  },
  "features": {
    "label": "Features",
    "format": "object"
  },
  "paymentCapabilities": {
    "label": "Payment Capabilities",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Store Finder - URLs, emails & more](https://apify.com/igolaizola/shopify-store-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/shopify-store-finder) to learn more, explore other use cases, and run it yourself.