Splitbee Detector
Check any public website to see whether it uses Splitbee.
Public signal scan
Fast lookup
No signup required
Scan a website
Enter a URL and Stackcrawler will inspect public technology signals.
Websites using Splitbee
Browse real website examples detected with Splitbee.
View examplesMore Analytics 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 can you detect if a website is using Splitbee by looking at the source code?
Detecting Splitbee on a website involves examining the page’s source code and network activity for specific indicators associated with Splitbee’s analytics and tracking scripts.
Here’s a step-by-step guide on how to do it:
- Open the Page Source: Right-click on the webpage and select “View Page Source” or press
Ctrl+U(Windows) orCmd+Option+U(Mac) to open the page’s source code. - Search for Splitbee Script Tags: Use
Ctrl+F(Windows) orCmd+F(Mac) to open the search function. - Look for the Splitbee script inclusion: This script tag loads Splitbee’s tracking script from their CDN:
<script async src="https://cdn.splitbee.io/sb.js"></script>. - Look for References to splitbee.io: Search for any mentions of
splitbee.ioin the source code.