# Find websites using Shopify

**Use case:** 

Check which websites run on Shopify and get their full tech stack - ecommerce, analytics, chat, payments - with lead-qualifier tags for prospecting.

## Input

```json
{
  "urls": [
    "allbirds.com",
    "gymshark.com",
    "drinkolipop.com"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "domain": {
    "label": "Domain"
  },
  "statusCode": {
    "label": "HTTP"
  },
  "ecommercePlatform": {
    "label": "Ecommerce"
  },
  "cms": {
    "label": "CMS"
  },
  "jsFramework": {
    "label": "Framework"
  },
  "cdn": {
    "label": "CDN"
  },
  "techCount": {
    "label": "# Tech"
  },
  "categories": {
    "label": "Categories"
  },
  "leadTags": {
    "label": "Lead tags"
  },
  "server": {
    "label": "Server"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Tech Stack Detector - CMS, Ecommerce & Martech](https://apify.com/webdata_labs/website-tech-stack-detector) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/website-tech-stack-detector) to learn more, explore other use cases, and run it yourself.