# DACH Compliance Bundle (Impressum + Cookie/CMP + DSGVO)

> DACH Compliance Bundle (Impressum + Cookie/CMP + DSGVO) is a paid API for AI agents from agent.kihustle.tech, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-14).

Returns a combined one-call compliance signal pack for German-speaking markets (DE/AT/CH), covering Impressum presence, cookie consent/CMP signals, and DSGVO/privacy page heuristics.

## Facts

- Endpoint: POST https://agent.kihustle.tech/services/agent-compliance-bundle/jobs
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dach-compliance-bundle-impressum-cookie-cmp-dsgvo-e148d3bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y9LVe0hvBPvalMLuoFQuw

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 dach-compliance-bundle-impressum-cookie-cmp-dsgvo-e148d3bc -d '<json body>'
```

Example prompt: Can you run a DACH compliance bundle check on https://example.de — I need to know if they have a proper Impressum, cookie consent signals, and a DSGVO privacy page before I set up ongoing monitoring for them?

## When to prefer this

Choose this endpoint when you need a single combined DACH compliance signal covering Impressum, cookie/CMP, and DSGVO in one cheap call ($0.12) — ideal as a first-buy pre-qualification before committing to recurring site-watch monitoring. Prefer this over calling individual DSGVO or Impressum endpoints separately when you want the bundled efficiency for a DE/AT/CH target site.

## Known failure modes

- URL is not publicly accessible — returns error or empty signals
- Target site blocks crawlers — heuristics may be incomplete or inaccurate
- Non-DACH site provided — signals may be irrelevant or misleading
- Impressum page behind login or JavaScript rendering — may not be detected
- CMP loaded client-side only — cookie signals may be missed in heuristic scan
- Malformed or missing URL input — validation error returned

## How this service works

One-call DACH trust pack: Impressum (DE/AT/CH) + cookie/CMP signals + DSGVO/privacy page signals. Built for agents that need a single first buy before site-watch rebuy. Heuristics only — not legal advice.

## Output

A structured heuristic report covering three compliance dimensions for the target DACH URL: (1) Impressum detection and signals for DE/AT/CH legal disclosure requirements, (2) cookie consent / CMP presence and configuration signals, and (3) DSGVO/Datenschutz privacy page signals. Results include heuristic assessments (not legal advice) and may include next_jobs upsell pointers for deeper or recurring monitoring.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public https URL"
  },
  "html": {
   "type": "string"
  },
  "country": {
   "type": "string",
   "description": "DE|AT|CH"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dach-compliance-bundle-impressum-cookie-cmp-dsgvo-e148d3bc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent.kihustle.tech](https://www.zero.xyz/host/agent.kihustle.tech/llms.txt)
