Ecwid logo

Ecwid Detector

Check any public website to see whether it uses Ecwid.

Public signal scan
Fast lookup
No signup required

Scan a website

Enter a URL and Stackcrawler will inspect public technology signals.

Websites using Ecwid

Browse real website examples detected with Ecwid.

View examples

More E-commerce detectors

Compare related tools and identify the wider stack behind a website.

Browse detectors

What we check

Stackcrawler looks for public page markers, scripts, platform fingerprints, metadata, and other visible implementation clues.

How to detect if a website is using Ecwid by examining the source code?

Detecting whether a website is using Ecwid involves looking for specific markers and code snippets that are characteristic of Ecwid’s platform.

Here’s a step-by-step guide on how to do it:

  1. Open the Page Source: Right-click anywhere on the webpage and select “View Page Source” or press Ctrl+U (Windows) or Cmd+Option+U (Mac) to open the page’s source code.
  2. Search for ecwid_body class: Use Ctrl+F (Windows) or Cmd+F (Mac) to open the search function. Type ecwid_body and look for it in the source code <body class="ecwid_body">. The presence of ecwid_body in the <body> tag indicates that the site is using Ecwid.
  3. Look for Ecwid JavaScript Objects: Search for window.Ecwid in the source code <script type="text/javascript"> window.Ecwid = window.Ecwid || {}; </script>. The window.Ecwid object is a global JavaScript object used by Ecwid.