zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Web Tools/BuiltWith Analyzer
Logo BuiltWith Analyzer

BuiltWith Analyzer

Tech stack detector — framework, CMS, analytics, CDN, dan lainnya.

1 endpoint1 endpoint on this scraper17 calls17 calls so farupdated 4 months agoLast updated 6/13/2026, 2:24:53 AMBusy: 10+ calls so farllms.txt
Endpoints1

1/1 passing
checked 20 hours ago · daily 01:00 WIB

Detect

Tech stack detector — framework, CMS, analytics, CDN, dan lainnya.

GET/v1/web-tools:builtwith/detect1h cache2 paramschecking key…
Parameters
domainstringrequired

Domain atau URL target (http/https opsional, www opsional)

scanRobotsboolean

Scan /robots.txt juga. Default true

·
Response
EXAMPLE
{
  "url": "https://cakinvestmentclub.com/",
  "title": "Cak Investment Club",
  "domain": "cakinvestmentclub.com",
  "categories": [
    {
      "items": [
        {
          "icon": "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/images/icons/CloudFlare.svg",
          "name": "Cloudflare Browser Insights",
          "version": "",
          "website": "https://www.cloudflare.com",
          "evidence": [
            "scriptSrc: https://static.cloudflareinsights.com/beacon.min.js/v833ccba"
          ],
          "confidence": 100
        },
        {
          "icon": "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/images/icons/Facebook.svg",
          "name": "Facebook Pixel",
          "version": "",
          "website": "https://facebook.com",
          "evidence": [
            "inline script"
          ],
          "confidence": 100
        },
        {
          "icon": "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/images/icons/Google Analytics.svg",
          "name": "Google Analytics",
          "version": "GA4",
          "website": "https://google.com/analytics",
          "evidence": [
            "inline script"
          ],
          "confidence": 100
        },
        {
          "icon": "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/images/icons/Microsoft Clarity.svg",
          "name": "Microsoft Clarity",
          "version": "",
          "website": "https://clarity.microsoft.com",
          "evidence": [
            "js prop clarity"
          ],
          "confidence": 100
        }
      ],
      "category": "Analytics"
    },
    {
      "items": [
        {
          "icon": "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/images/icons/CloudFlare.svg",
          "name": "Cloudflare",
          "version": "",
          "website": "https://www.cloudflare.com",
          "evidence": [
            "header server",
            "header cf-cache-status",
            "header cf-ray"
          ],
          "confidence": 100
        }
      ],
      "category": "CDN"
    },
    {
      "items": [
        {
          "icon": "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/images/icons/Next.js.svg",
          "name": "Next.js",
          "version": "",
          "website": "https://nextjs.org",
          "evidence": [
            "header x-powered-by"
          ],
          "confidence": 100
        },
        {
          "icon": "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/images/icons/React.svg",
          "name": "React",
          "implied": true,
          "version": "",
          "website": "https://reactjs.org",
          "evidence": [
            "implied by Next.js"
          ],
          "confidence": 100
        }
      ],
      "category": "JavaScript frameworks"
    },
    {
      "items": [
        {
          "icon": "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/images/icons/HTTP3.svg",
          "name": "HTTP/3",
          "version": "",
          "website": "https://httpwg.org/",
          "evidence": [
            "header alt-svc"
          ],
          "confidence": 100
        },
        {
          "icon": "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/images/icons/Webpack.svg",
          "name": "Webpack",
          "implied": true,
          "version": "",
          "website": "https://webpack.js.org/",
          "evidence": [
            "implied by Next.js"
          ],
          "confidence": 100
        }
      ],
      "category": "Miscellaneous"
    }
  ],
  "statusCode": 200,
  "signatureCount": 7518,
  "totalTechnologies": 9
}

Code

Detect
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("web-tools:builtwith", "detect", {
  "domain": "https://cakinvestmentclub.com"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Detect/v1/web-tools:builtwith/detect
2 params

Parameters

domainstringrequired
Domain atau URL target (http/https opsional, www opsional)
scanRobotsbooleanoptional
Scan /robots.txt juga. Default true

Request

curl -X GET "https://api.zapi.ink/v1/web-tools:builtwith/detect?domain=https%3A%2F%2Fcakinvestmentclub.com&scanRobots=" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "url": "https://cakinvestmentclub.com/",
  "title": "Cak Investment Club",
  "domain": "cakinvestmentclub.com",
  "categories": [
    {
      "items": [
        {
          "icon": "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/images/icons/CloudFlare.svg",
          "name": "Cloudflare Browser Insights",
          "version": "",
          "website": "https://www.cloudflare.com",
          "evidence": [
            "scriptSrc: https://static.cloudflareinsights.com/beacon.min.js/v833ccba"
          ],
          "confidence": 100
        },
        {
          "icon": "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/images/icons/Facebook.svg",
          "name": "Facebook Pixel",
          "version": "",
          "website": "https://facebook.com",
          "evidence": [
            "inline script"
          ],
          "confidence": 100
        },
        {
          "icon": "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/images/icons/Google Analytics.svg",
          "name": "Google Analytics",
          "version": "GA4",
          "website": "https://google.com/analytics",
          "evidence": [
            "inline script"
          ],
          "confidence": 100
        },
        {
          "icon": "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/images/icons/Microsoft Clarity.svg",
          "name": "Microsoft Clarity",
          "version": "",
          "website": "https://clarity.microsoft.com",
          "evidence": [
            "js prop clarity"
          ],
          "confidence": 100
        }
      ],
      "category": "Analytics"
    },
    {
      "items": [
        {
          "icon": "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/images/icons/CloudFlare.svg",
          "name": "Cloudflare",
          "version": "",
          "website": "https://www.cloudflare.com",
          "evidence": [
            "header server",
            "header cf-cache-status",
            "header cf-ray"
          ],
          "confidence": 100
        }
      ],
      "category": "CDN"
    },
    {
      "items": [
        {
          "icon": "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/images/icons/Next.js.svg",
          "name": "Next.js",
          "version": "",
          "website": "https://nextjs.org",
          "evidence": [
            "header x-powered-by"
          ],
          "confidence": 100
        },
        {
          "icon": "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/images/icons/React.svg",
          "name": "React",
          "implied": true,
          "version": "",
          "website": "https://reactjs.org",
          "evidence": [
            "implied by Next.js"
          ],
          "confidence": 100
        }
      ],
      "category": "JavaScript frameworks"
    },
    {
      "items": [
        {
          "icon": "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/images/icons/HTTP3.svg",
          "name": "HTTP/3",
          "version": "",
          "website": "https://httpwg.org/",
          "evidence": [
            "header alt-svc"
          ],
          "confidence": 100
        },
        {
          "icon": "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/images/icons/Webpack.svg",
          "name": "Webpack",
          "implied": true,
          "version": "",
          "website": "https://webpack.js.org/",
          "evidence": [
            "implied by Next.js"
          ],
          "confidence": 100
        }
      ],
      "category": "Miscellaneous"
    }
  ],
  "statusCode": 200,
  "signatureCount": 7518,
  "totalTechnologies": 9
}

Related APIs

More in web-tools

Jina Reader

web-toolsjina-reader

Convert any webpage ke clean Markdown via Jina Reader — ideal untuk AI/LLM ingestion. Strip nav, ads, scripts; keep title + content.

215215 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Translate

web-toolstranslate

Translate text between languages.

109109 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Domain Availability

web-toolsrdap

Check domain registration availability via RDAP protocol.

3030 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Cek Email Leak

web-toolscek-email-leak

Cek apakah email kamu pernah bocor dalam data breach — daftar sumber kebocoran, tanggal, data yang bocor, dan jumlah yang terdampak.

2828 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Weather Forecast

web-toolsweather

Retrieve current weather conditions and forecast for a geographic location.

77 calls so far5mResponses cached for 5m

Wayback Machine

web-toolswayback

Lookup archived snapshot dari Internet Archive Wayback Machine — find historical version of any URL by date.

44 calls so far5mResponses cached for 5m
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.