zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Web Tools/BuiltWith Analyzer
Logo BuiltWith Analyzer

BuiltWith Analyzer

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

Endpoints
1
Requests
14
Updated
3 months ago
For LLMs
llms.txt
Endpoint health14 hours ago
  • detectpassing, 6.6s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
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 examples

Detect
zpi-sdkrecommended
// 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);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/web-tools:builtwith/detect?domain=https%3A%2F%2Fcakinvestmentclub.com&scanRobots=" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETDetect/v1/web-tools:builtwith/detectTech stack detector — framework, CMS, analytics, CDN, dan lainnya.

Parameters

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

Request

curl -X GET "https://api.zpi.web.id/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-tools/jina-reader

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

164 calls·5m cache

Translate

web-tools/translate

Translate text between languages.

109 calls·5m cache

Cek Email Leak

web-tools/cek-email-leak

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

26 calls·1h cache

Domain Availability

web-tools/rdap

Check domain registration availability via RDAP protocol.

30 calls·5m cache

Weather Forecast

web-tools/weather

Retrieve current weather conditions and forecast for a geographic location.

7 calls·5m cache

Wayback Machine

web-tools/wayback

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

4 calls·5m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026