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 examplesMore E-commerce detectors
Compare related tools and identify the wider stack behind a website.
Browse detectorsWhat 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:
- 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.
- Search for
ecwid_bodyclass: Use Ctrl+F (Windows) or Cmd+F (Mac) to open the search function. Typeecwid_bodyand look for it in the source code<body class="ecwid_body">. The presence ofecwid_bodyin the<body>tag indicates that the site is using Ecwid. - Look for Ecwid JavaScript Objects: Search for
window.Ecwidin the source code<script type="text/javascript"> window.Ecwid = window.Ecwid || {}; </script>. Thewindow.Ecwidobject is a global JavaScript object used by Ecwid.