FOR AGENCIES THAT WIN ON HOMEWORK

Walk into every pitch knowing their stack better than they do.

Boolsai is the intelligence layer agencies use to win pitches, catch client issues early, and spot competitor moves the day they happen. Scan any site in seconds — every tool, every pixel, every vendor, every change.

Onboarding agency partners now · Used on 1M+ domains
scan · gymshark.com
200 · 1.6s
VENDORS DETECTED · 12
Shopify Plus Segment GTM Meta Pixel TikTok Pixel Snap Pixel Algolia Yotpo Zendesk Dynamic Yield OneTrust Cloudflare
EXTERNAL HOSTS · 41
cdn.shopify.comCDN
cdn.segment.comCDP
connect.facebook.netPixel
analytics.tiktok.comPixel
+ 37 more
ENDPOINTS · fetch / xhr / beacon
POST /cart/add.js
GET  /products.json?limit=50
POST api.segment.io/v1/t
POST connect.facebook.net/.../tr
+ Dynamic Yield added − Optimizely removed ∆ Pricing tier
1M+
Domains scanned
~5s
Per scan
100+
Vendors detected
24/7
Change monitoring
WHAT IT'S FOR

Three ways agencies turn a scan into revenue.

Walk into every pitch with ammunition.

Show up to every prospect call already knowing their tracking issues, missing tools, and what they're paying for. You're pitching with hard evidence; the next agency is pitching with guesses.

faster prep
~5 minvs days of audit
PROSPECT BRIEF · gymshark.com
Ready · 5 min
!
Meta Pixel firing twice on PDP
Theme + GTM both injecting — duplicate Purchase events.
~
Optimizely loaded but no test running
Adds 84KB blocking JS. Likely abandoned tool.
+
Stack swap detected: Optimizely → Dynamic Yield
Switched Apr 30. Worth asking on the call.

Catch issues before your client does.

Scheduled scans across every client domain. The week their tracking breaks, a script gets duplicated, or pricing changes — you see it first.

Watch the market move.

A brand swaps their CDP, drops customer logos, rolls out a new tracker — Boolsai tells you the day it happens.

WHAT YOU SEE

Everything that powers a site, in one view.

Other tools list what's in the HTML. Boolsai shows you what's actually running — the tools, the pixels, the API calls, and the changes over time.

Every tool on their site.

The complete vendor list — analytics, pixels, CDPs, reviews, search, support, returns, personalization. Including the ones hiding inside inline scripts that other detectors miss.

Analytics Pixels CDPs Reviews Search Personalization + 100 more
gymshark.com
12 vendors
Analytics & CDP
SegmentGoogle Tag ManagerMicrosoft Clarity
Pixels
MetaTikTokSnapPinterest
Search & Personalisation
AlgoliaDynamic Yield
Reviews & Support
YotpoZendesk

What scripts are actually doing.

Not just what's loaded — what's firing. Every API call, every pixel beacon, every fetch, including the ones triggered by other scripts behind the scenes.

Live network activity 5s window
POSTapi.segment.io/v1/t
POSTfacebook.net/.../tr
GETalgolia.net/1/indexes/products
POSTtiktok.com/api/v2/pixel
POSTdy-api.com/v2/collect/user
GETcdn.shopify.com/cart.js

The moment anything changes.

Pricing tiers, customer logos, new vendors, swapped trackers, removed CTAs — every change captured, timestamped, and dropped into your inbox or Slack.

gymshark.com
Last 30 days
7 changes
Added Dynamic Yield
Apr 30 · Personalisation
Removed Optimizely
Apr 30 · A/B testing
Pricing tiers 3 → 4
Apr 24 · Bundles page
Customer logos +2
Apr 18 · Homepage trust strip
HOW IT WORKS

From URL to insight in four steps.

01
Visit the page
We load the site exactly as a browser would — same CDN, same scripts, same render.
02
See what's running
Every script, every API call, every pixel beacon, every URL hidden in JavaScript — captured.
03
Identify every vendor
Match each host and signal against our vendor library. You get names, not raw URLs.
04
Tell you when it changes
Compare to the last scan. The moment something flips, you get a clean alert with the diff.
VS THE DIRECTORIES

Why a BuiltWith export isn't enough anymore.

BuiltWith and Wappalyzer scan a site once and list what's in the HTML. Boolsai watches the site over time and tells you what's actually running on it — including everything modern stacks load at runtime.

Can it tell you…
BuiltWith / Wappalyzer
Boolsai
Which vendors load via <script> tags
Vendors hidden inside inline JavaScript
Vendors loaded by other scripts at runtime
Every pixel beacon firing on the page
Every API the site is calling in real time
A map of the site's internal pages from one scan
When a site adds, removes, or swaps a vendor
limited
When pricing, logos, or CTAs change
A historical catalog of what powered which sites
1M+

Modern Shopify, Next.js, and React stores load most of their stack after the page renders. Passive directories never see it. Boolsai does.

FOR YOUR REPORTING STACK

Clean data, ready to drop into anything.

Every scan returns structured JSON. Pipe it straight into your audit deliverables, your CRM, your Slack — or read the diff and move on.

scan.json
POST /scan
{
  "url": "https://gymshark.com/",
  "scanned_at": "2026-05-07T12:14:08Z",
  "platform": "Shopify Plus",
  "vendors": {
    "ecom":      ["Shopify Plus"],
    "cdp":       ["Segment", "Google Tag Manager"],
    "pixels":    ["Meta Pixel", "TikTok Pixel", "Snap Pixel", "Pinterest Tag"],
    "reviews":   ["Yotpo"],
    "support":   ["Zendesk"],
    "search":    ["Algolia"],
    "personal":  ["Dynamic Yield"],
    "consent":   ["OneTrust"],
    "cdn":       ["Cloudflare", "cdn.shopify.com"]
  },
  "external_hosts": [
    { "host": "cdn.shopify.com",        "category": "cdn",       "fires_on": ["all"] },
    { "host": "cdn.segment.com",        "category": "cdp",       "fires_on": ["all"] },
    { "host": "connect.facebook.net",   "category": "pixel",     "fires_on": ["all"] },
    { "host": "analytics.tiktok.com",   "category": "pixel",     "fires_on": ["all"] },
    { "host": "static.yotpo.com",       "category": "reviews",   "fires_on": ["pdp"] },
    { "host": "dy-api.com",             "category": "personalisation", "fires_on": ["all"] }
  ],
  "endpoints": [
    { "method": "POST", "url": "/cart/add.js",                                  "type": "fetch" },
    { "method": "GET",  "url": "/products.json?limit=50",                       "type": "fetch" },
    { "method": "POST", "url": "https://api.segment.io/v1/t",                   "type": "beacon" },
    { "method": "POST", "url": "https://connect.facebook.net/.../tr",           "type": "beacon" }
  ],
  "internal_routes_seen": 287,
  "diff_vs_last_scan": {
    "last_scan": "2026-04-30T09:02:11Z",
    "added":   ["Dynamic Yield"],
    "removed": ["Optimizely"],
    "changed": [
      { "key": "pricing.tiers", "from": 3, "to": 4 },
      { "key": "trust.customer_logos", "delta": "+2" }
    ]
  }
}
CHROME EXTENSION

One click. The full stack of any tab.

Install Reflex Branch Scan and a Boolsai scan is one click away on every tab you open. Perfect for prospect research mid-pitch, sanity-checking a client site live on a call, or sniffing around a competitor's launch.

Reflex Branch Scan
Active tab · gymshark.com
PlatformShopify Plus
CDPsSegment · GTM
PixelsMeta · TikTok · Snap
SearchAlgolia
ReviewsYotpo
PersonalisationDynamic Yield
QUESTIONS

Things people ask before signing up.

How is this different from BuiltWith or Wappalyzer?
Those tools list what's in the page's HTML. Boolsai sees what's actually running — including everything modern Shopify, Next.js, and React sites load after the page renders. We also watch sites over time and tell you the moment anything changes.
Can I scan competitor sites?
Yes. Boolsai only reads what a normal browser already loads. No bypassing auth, no scraping behind logins. If you can open the page in Chrome, Boolsai can scan it.
How fresh are the scans?
On-demand scans hit the live site in seconds. Scheduled monitoring runs at whatever cadence you want — daily for your client book, weekly for a competitor watchlist, or custom.
What does "1M+ domains scanned" mean for me?
We've already scanned over a million domains. New agency partners get instant historical context on prospects and competitors — you don't start from zero on day one.
How do I plug it into my reporting?
The Chrome extension is for one-off scans on the fly. The API returns clean JSON you can wire into audit reports, CRM, or Slack. Zapier and Make integrations are on the roadmap — tell us what you'd want.
What does access cost?
We're onboarding agency partners case-by-case right now. Pricing scales with your client volume and how often you want sites scanned. Request access or email founder@boolsai.ai — we'll send a quote the same day.
READY?

See what's powering your next pitch.

Tell us your agency and a domain you want eyes on. We'll set up access and run your first scans with you — usually within a day. Or just email founder@boolsai.ai.

Request Access