# Impressum/Imprint Heuristic Check for DE/AT/CH

> Impressum/Imprint Heuristic Check 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-13).

Checks a public URL or raw HTML for Impressum/imprint compliance signals relevant to German, Austrian, and Swiss legal frameworks (DDG, ECG, OR)

## Facts

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

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-heuristic-check-for-de-at-ch-a441f69d -d '<json body>'
```

Example prompt: Can you run a heuristic Impressum check on https://www.example.de — it's a German site — and tell me whether it has the required imprint fields like company name, address, and contact details?

## When to prefer this

Use this endpoint when you need fast, automated, machine-readable heuristic signals about whether a DACH-region website's Impressum/imprint section satisfies DDG (Germany), ECG (Austria), or OR (Switzerland) requirements. Prefer this over generic web scrapers when the specific goal is imprint field detection and DACH legal compliance signaling. Use the country parameter explicitly for .com or ambiguous TLDs; rely on auto-inference for .de/.at/.ch domains. Not a substitute for legal review.

## Known failure modes

- URL is unreachable or returns non-200 status — crawl fails, no signals returned
- HTML input is malformed or too short to extract meaningful signals
- Country inference fails if TLD is ambiguous and no country parameter is provided
- Impressum page is rendered entirely in JavaScript and not accessible to crawler
- Rate limit or payment failure for the $0.05 USDC per-call fee

## 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 presence or absence of Impressum/imprint fields (e.g. legal name, address, phone/email, commercial register entry), an inferred or specified country context (DE/AT/CH), and overall compliance signal summary — clearly marked as heuristic signals, not legal advice.

## 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-heuristic-check-for-de-at-ch-a441f69d/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)
