Shopify Tech Stack Detector avatar

Shopify Tech Stack Detector

Pricing

from $0.01 / actor start

Go to Apify Store
Shopify Tech Stack Detector

Shopify Tech Stack Detector

Detect Shopify store themes and installed third-party apps by analyzing HTML source and HTTP headers. No API key required.

Pricing

from $0.01 / actor start

Rating

0.0

(0)

Developer

Monkey Coder

Monkey Coder

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

What it does

Analyzes Shopify stores to identify their theme and installed third-party apps by examining the HTML source code and HTTP response headers. No API key required.

Features

  • Detects whether a website is built on Shopify
  • Identifies the active Shopify theme (name and ID)
  • Detects 80+ popular third-party apps across categories:
    • Email Marketing (Klaviyo, Omnisend, Mailchimp, etc.)
    • Reviews & UGC (Judge.me, Yotpo, Loox, Stamped.io, etc.)
    • Live Chat (Gorgias, Tidio, Zendesk, Intercom, etc.)
    • Payments & Subscriptions (ReCharge, Afterpay, Klarna, etc.)
    • Page Builders (PageFly, Shogun, GemPages, etc.)
    • Analytics (Google Analytics, Facebook Pixel, Hotjar, etc.)
    • And many more...
  • Extracts store metadata: currency, language, Shopify plan, store name

How to use

  1. Go to the Actor's input page on Apify Console
  2. Add one or more Shopify store URLs (e.g., https://www.gymshark.com)
  3. Click "Start" to run the Actor
  4. View results in the "Dataset" tab

Input

FieldTypeDescription
start_urlsArrayList of Shopify store URLs to analyze

Sample output

{
"url": "https://www.gymshark.com",
"is_shopify": true,
"theme_name": "Dawn",
"theme_id": "12345678",
"apps_detected": "Google Analytics, Klaviyo, Yotpo",
"app_count": 3,
"app_list": ["Google Analytics", "Klaviyo", "Yotpo"],
"shopify_plan": "enterprise",
"currency": "USD",
"language": "en",
"shop_name": "Gymshark",
"checked_at": "2026-03-18T12:00:00.000000"
}

Notes

  • The Actor uses HTTP requests only (no browser automation), making it fast and lightweight
  • Detection is based on HTML source analysis — apps that load purely via server-side code may not be detected
  • Works best with public-facing Shopify stores
  • Non-Shopify websites will be flagged with "is_shopify": false
  • Rate limiting: add a small delay between URLs if scanning many stores