# Halowerk Tech Stack Detector

> Halowerk Tech Stack Detector is a paid API for AI agents from tools.halowerk.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Detects CMS, shop system, framework, server, CDN, analytics, consent tool, payment provider, and marketing stack from HTTP headers, HTML, and script URLs of a given website.

## Facts

- Endpoint: POST https://tools.halowerk.com/v1/tech/detect
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/halowerk-tech-stack-detector-f7056963
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5nYdICbGgZr_zeMPXsXUj

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 halowerk-tech-stack-detector-f7056963 -d '<json body>'
```

Example prompt: Can you detect the full tech stack of https://www.example-shop.de — I want to know which CMS, ecommerce platform, analytics tools, CDN, and payment providers they're using?

## When to prefer this

Choose this endpoint when you need structured, categorized technology fingerprinting of a website including evidence trails and confidence levels. Prefer it over generic web scrapers when you specifically need tech-stack categorization across CMS, CDN, analytics, payments, and marketing domains in a single call.

## Known failure modes

- URL unreachable or returns non-200 status — no technologies detected
- Website uses aggressive bot protection blocking header/HTML inspection — partial or empty results
- Highly custom or obfuscated tech stacks may not be recognized — low confidence scores or missing entries
- Invalid or malformed URL input returns validation error

## How this service works

Erkennt CMS, Shop, Framework, Server, CDN, Analytics, Consent-Tool, Zahlungsanbieter und Marketing-Stack aus Headern, HTML und Skript-URLs. Liefert Trefferliste mit Kategorie, Beleg und Sicherheit.

## Output

A list of detected technologies, each with a category (e.g. CMS, CDN, Analytics, Framework, Payment), the evidence that triggered the match (specific header, HTML snippet, or script URL), and a confidence score indicating how certain the detection is.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "render": {
   "type": "boolean",
   "default": false,
   "description": "Headless Chrome statt reinem HTTP-Abruf"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/halowerk-tech-stack-detector-f7056963/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tools.halowerk.com](https://www.zero.xyz/host/tools.halowerk.com/llms.txt)
