# Scrape Shopify Store Intelligence & Tech Stack

**Use case:** 

Profile any Shopify store — currency, country, payment methods, theme, tech signals and product & collection counts for competitor and market research.

## Input

```json
{
  "mode": "store",
  "storeUrls": [
    "https://www.allbirds.com",
    "https://www.gymshark.com"
  ],
  "maxProductsPerStore": 0,
  "onlyAvailable": false,
  "minPrice": 0,
  "maxPrice": 0,
  "includeVariants": true,
  "includeImages": true,
  "includeStoreMeta": true,
  "enrichStoreLeads": false,
  "monitorMode": false,
  "monitorStoreName": "shopify-store-monitor",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "mode": {
    "label": "Mode"
  },
  "name": {
    "label": "Store"
  },
  "storeDomain": {
    "label": "Domain"
  },
  "myshopifyDomain": {
    "label": "myshopify"
  },
  "currency": {
    "label": "Cur"
  },
  "country": {
    "label": "Country"
  },
  "email": {
    "label": "Email"
  },
  "phone": {
    "label": "Phone"
  },
  "instagram": {
    "label": "Instagram"
  },
  "facebook": {
    "label": "Facebook"
  },
  "tiktok": {
    "label": "TikTok"
  },
  "publishedProductsCount": {
    "label": "# Products"
  },
  "theme": {
    "label": "Theme"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Store Scraper - Products, Variants, Prices & Leads](https://apify.com/scrapesage/shopify-store-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/shopify-store-scraper) to learn more, explore other use cases, and run it yourself.