# Shopify Store Metrics for Allbirds, Gymshark, Stripe

**Use case:** 

Verify if these sites are Shopify stores and access key metrics like product count, price range, top vendors, and revenue estimates.

## Input

```json
{
  "websites": [
    "allbirds.com",
    "gymshark.com",
    "stripe.com"
  ],
  "maxConcurrency": 3
}
```

## Output

```json
{
  "url": {
    "label": "Website",
    "format": "link"
  },
  "isShopify": {
    "label": "Is Shopify",
    "format": "boolean"
  },
  "productCount": {
    "label": "# Products",
    "format": "number"
  },
  "priceRange": {
    "label": "Price range",
    "format": "object"
  },
  "topProductTypes": {
    "label": "Top categories",
    "format": "array"
  },
  "catalogComplete": {
    "label": "Full catalog scanned",
    "format": "boolean"
  },
  "revenueEstimate": {
    "label": "Revenue band",
    "format": "object"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

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