# domain.hugen.tokyo Technology Stack Detection

> domain.hugen.tokyo Technology Stack Detection is a paid API for AI agents from domain.hugen.tokyo, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Detects the technology stack of a domain using 1000+ signatures, identifying web servers, CMS, JS frameworks, CDNs, and analytics tools

## Facts

- Endpoint: GET https://domain.hugen.tokyo/domain/tech
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/domain-hugen-tokyo-3a3f11aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A92IoVinHMKykSMr3MWW9

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 domain-hugen-tokyo-3a3f11aa
```

Example prompt: What's the full technology stack behind shopify.com — I want to know the web server, CMS, JavaScript frameworks, CDN, and any analytics tools they're using.

## When to prefer this

Use this endpoint when you need automated technology stack fingerprinting for any domain without maintaining your own signature database. Ideal for competitive intelligence, security audits, lead qualification, or infrastructure analysis. Prefer over manual inspection or Wappalyzer-style browser plugins when operating in an agent context that needs programmatic, scalable detection across many domains.

## Known failure modes

- Domain not found or unreachable — empty or partial results returned
- Payment not completed — 402 response requiring USDC payment on Base or Solana
- Rate limiting or timeout on target domain — partial detection results
- Domain returns no detectable technology signals — empty signature matches
- Invalid domain format provided — request validation error

## How this service works

Technology stack detection (1000+ signatures) — web servers, CMS, JS frameworks, CDN, analytics. Identifies Nginx, Apache, WordPress, Shopify, React, Vue, Next.js, Cloudflare, and hundreds more. No pattern database maintenance needed. Accepts USDC payments on Base and Solana

## Output

A list of detected technologies categorized by type (web server, CMS, JS framework, CDN, analytics, etc.) matched against 1000+ signatures, indicating which technologies are present on the target domain.

## Example request

```json
{
 "domain": "example.com"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/domain-hugen-tokyo-3a3f11aa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from domain.hugen.tokyo](https://www.zero.xyz/host/domain.hugen.tokyo/llms.txt)
