E-commerce Theme Detector avatar

E-commerce Theme Detector

Pricing

from $5.00 / 1,000 websites

Go to Apify Store
E-commerce Theme Detector

E-commerce Theme Detector

Detect the active theme of any e-commerce store from its HTML. Works on Shopify, WooCommerce, WordPress, Magento, PrestaShop, Shopware, OpenCart, BigCommerce, Wix, and Squarespace. No API keys. No proxies. Bulk detection in seconds.

Pricing

from $5.00 / 1,000 websites

Rating

0.0

(0)

Developer

Trove Vault

Trove Vault

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Detect the active theme of any e-commerce store from its HTML. Works on Shopify, WooCommerce, WordPress, Magento, PrestaShop, Shopware, OpenCart, BigCommerce, Wix, and Squarespace. No API keys. No proxies. Bulk detection in seconds.

Built for developers and agencies benchmarking competitor stores, theme vendors tracking market adoption, and e-commerce consultants auditing client and competitor tech stacks.


How to use

  1. Add store URLs to the Store URLs field — one per line
  2. Full URLs (https://example.com) or bare domains (example.com) both work
  3. Click Start

Output fields

FieldDescription
urlInput URL
platformDetected platform (see list below)
themeActive theme name
themeVersionTheme version, if exposed in the HTML
themeStoreIdShopify Theme Store numeric ID (Shopify only)
sourceUrlFinal URL after any redirects

Supported platforms

PlatformTheme detectionNotes
Shopify✅ Name + Theme Store IDFrom window.Shopify.theme in page source
WooCommerce✅ Theme slugFrom <body> class and stylesheet link
WordPress✅ Theme slugFrom <body> class and stylesheet link
Magento 2✅ Vendor/ThemeFrom /pub/static/frontend/{Vendor}/{Theme}/ in CSS paths
Magento 1✅ Package/ThemeFrom /skin/frontend/{package}/{theme}/ in CSS paths
PrestaShop✅ Theme folderFrom /themes/{name}/ in CSS paths
Shopware✅ Theme bundle nameFrom asset bundle paths or inline JS
OpenCart✅ Theme folderFrom /catalog/view/theme/{name}/
BigCommerce✅ Theme nameFrom inline JS (themeName)
Wix⚠️ Platform onlyTemplate name is not exposed in HTML
Squarespace⚠️ Platform onlyTemplate name is not exposed in HTML

Input examples

Bare domains:

allbirds.com
gymshark.com
store.example.com

Full URLs:

https://allbirds.com
https://woocommerce.com
https://www.example.com/shop

Mixed:

allbirds.com
https://gymshark.com
woocommerce.com

Use cases

Competitive theme research

Find out which themes your competitors are using. Run a list of stores in your niche and group results by theme to identify industry preferences.

Theme market share analysis

Run a list of stores in a category or region to measure the distribution of themes. Useful for theme developers benchmarking adoption.

Agency audits

Before pitching a redesign, quickly catalogue the current tech stack for a list of prospect stores. Combine with domain and WooCommerce scrapers to build a full profile.

Sales prospecting

Theme vendors can identify stores running competitor or outdated themes and target outreach accordingly.


Notes on detection

Theme name format — For Shopify, the theme name is the human-readable published name (e.g. Dawn, Debut, Impulse). For WooCommerce and WordPress, the theme name is the folder slug (e.g. storefront, astra, flatsome). For Magento, it is the Vendor/Theme path.

Theme null — If theme is null, the platform was detected but the theme name could not be extracted from the HTML. This can happen with heavily customised storefronts, headless setups, or platforms like Wix and Squarespace that do not expose template names in their HTML.

Platform unknown — If platform is unknown, none of the known platform signals were found in the page HTML. The store may be custom-built, use a less common platform, or have blocked the request.

No JavaScript execution — This actor analyses the static HTML response and does not execute JavaScript. Theme data that is loaded exclusively via client-side rendering will not be detected.



Changelog

2026-03-09 — v0.1.0

  • Initial release
  • Supports Shopify, WooCommerce, WordPress, Magento 1 & 2, PrestaShop, Shopware, OpenCart, BigCommerce, Wix, Squarespace