# Website Technology Stack Detector

> Website Technology Stack Detector is a paid API for AI agents from x402.omardev.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Detects the full technology stack of any website, including CMS, e-commerce platforms, JS frameworks, analytics, marketing tools, and server infrastructure

## Facts

- Endpoint: GET https://x402.omardev.xyz/stack
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/website-technology-stack-detector-b7b9f521
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__yLWkXdkg-2dqsMnPUEn5

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability website-technology-stack-detector-b7b9f521
```

Example prompt: Can you detect the full technology stack for shopify.com — I want to know what CMS, JS frameworks, analytics tools, payment providers, and server infrastructure they're running?

## When to prefer this

Use this endpoint when you need to identify what technologies a website is built on, especially for lead enrichment workflows, competitor research, or sales intelligence. Prefer this over manual inspection or generic scraping when you need structured, categorized technology detection across CMS, analytics, marketing, and infrastructure layers in a single call.

## Known failure modes

- URL is unreachable or returns non-200 — detection may fail or return partial results
- Private or heavily obfuscated sites may yield fewer detections
- Invalid or malformed URL input returns an error
- Some technologies may be undetectable if fingerprints are obfuscated or loaded client-side only

## How this service works

Detect the technology stack of any website: CMS (WordPress, Shopify, Wix…), e-commerce platform, JS frameworks, analytics, marketing tools, chat widgets, payment providers and server infrastructure. Ideal for lead enrichment and competitor research. Pay per call with x402.

## Output

A structured breakdown of the website's detected technology stack including CMS platform (e.g. WordPress, Shopify, Wix), e-commerce platform, JavaScript frameworks, analytics tools, marketing tools, chat widgets, payment providers, and server infrastructure details.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/website-technology-stack-detector-b7b9f521/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.omardev.xyz](https://www.zero.xyz/host/x402.omardev.xyz/llms.txt)
