# Shopify Niche Classifier - AI Store Segmentation

**Use case:** 

Segment a list of Shopify stores by AI-detected niche, buyer persona, brand positioning, and price tier for agency lead qualification.

## Input

```json
{
  "mode": "store_audit",
  "storeDomains": [
    "allbirds.com",
    "bombas.com",
    "mvmt.com"
  ],
  "lookbackDays": 30,
  "deepInventoryProbe": false,
  "lowStockThreshold": 5,
  "enableAiNiche": true,
  "maxProductsPerStore": 30,
  "maxItems": 30,
  "concurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "store": {
    "label": "Store",
    "format": "text"
  },
  "productCount": {
    "label": "Products",
    "format": "number"
  },
  "vendorCount": {
    "label": "Vendors",
    "format": "number"
  },
  "avgPrice": {
    "label": "Avg price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "primaryNiche": {
    "label": "Primary niche",
    "format": "text"
  },
  "buyerPersona": {
    "label": "Buyer persona",
    "format": "text"
  },
  "priceTier": {
    "label": "Price tier",
    "format": "text"
  },
  "isShopify": {
    "label": "Shopify?",
    "format": "boolean"
  },
  "fetchedAt": {
    "label": "Audited",
    "format": "date"
  }
}
```

## About this Actor

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