# Impressum/Imprint Compliance Checker for DE/AT/CH

> Impressum/Imprint Compliance Checker for DE/AT/CH is a paid API for AI agents from agent.kihustle.tech, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Heuristic check of a website's Impressum (imprint) page for compliance signals under German/Austrian/Swiss legal requirements (DDG/ECG/OR-adjacent)

## Facts

- Endpoint: POST https://agent.kihustle.tech/api/imprint/check
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/impressum-imprint-compliance-checker-for-de-at-ch-5f08b68f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TNU34gt0n72zEQezBtGz7

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 impressum-imprint-compliance-checker-for-de-at-ch-5f08b68f -d '<json body>'
```

Example prompt: Can you run a heuristic impressum check on https://www.example.de for Germany — I need to know if the imprint page has the required fields under DDG and what signals are missing?

## When to prefer this

Choose this endpoint when you need automated, machine-readable compliance signals for Impressum/imprint pages specifically targeting German, Austrian, or Swiss legal frameworks (DDG, ECG, OR). It is particularly useful for pre-launch website audits, client compliance reviews, or monitoring pipelines targeting DACH-region sites. Prefer it over generic HTML scrapers when you need DDG/ECG-aligned field-level signals rather than raw content extraction.

## Known failure modes

- URL is not publicly accessible or returns a non-200 status — check fails or returns partial signals
- No impressum page detected at all — returns negative presence signal
- HTML input is malformed or truncated — heuristic may miss fields
- Country auto-inference from TLD may be incorrect for non-standard domains — override with explicit country parameter
- Rate limiting or payment failure via x402 — request rejected

## How this service works

Heuristic Impressum/imprint check for DE/AT/CH (DDG/ECG/OR-adjacent signal groups). Accepts public URL (crawl) or HTML-in. Optional country=DE|AT|CH (.at/.ch TLD auto-infers). Keywords: impressum, imprint check germany/austria/switzerland, DDG, ECG, anbieterkennzeichnung. Machine signals only — not legal advice.

## Output

Returns machine-readable heuristic signals indicating whether an Impressum/imprint page was found, which required fields (e.g. company name, address, contact, responsible person) are present or absent, and overall compliance signal groups aligned to DDG/ECG/OR frameworks. Not legal advice — signals only.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public https URL (crawl mode)"
  },
  "html": {
   "type": "string",
   "description": "Imprint/Impressum HTML (no outbound fetch)"
  },
  "country": {
   "type": "string",
   "description": "DE|AT|CH profile (TLD can auto-infer AT/CH)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "mode": "url_crawl",
  "job_id": "job_example",
  "scores": {
   "impressum_signals": 86
  },
  "status": "completed",
  "country": "DE",
  "present": true,
  "service": "impressum-check",
  "sources": [
   {
    "url": "https://marketingkioldenburg.de/impressum/",
    "note": "impressum_probe"
   }
  ],
  "summary": "Impressum/imprint signals (DE) for https://marketingkioldenburg.de: present=True, score=86, mode=url_crawl, issues=1. Heuristic only — not legal advice.",
  "next_jobs": [],
  "issue_codes": [],
  "limitations": [
   "Heuristic only."
  ],
  "generated_at": "2026-01-01T00:00:00+00:00",
  "impressum_url": "https://marketingkioldenburg.de/impressum/"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/impressum-imprint-compliance-checker-for-de-at-ch-5f08b68f/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)
