# Cookie Banner & CMP Signals Germany

> Cookie Banner & CMP Signals Germany 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).

Heuristically analyzes a German website's cookie banner and consent management platform (CMP), extracting vendor signals, cookie text, and consent button presence for DSGVO/ePrivacy compliance assessment.

## Facts

- Endpoint: POST https://agent.kihustle.tech/services/cookie-banner-signals/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/cookie-banner-cmp-signals-germany-8ba4a95e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7mmyE_XxbRy_vdqG1V8g0

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 cookie-banner-cmp-signals-germany-8ba4a95e -d '<json body>'
```

Example prompt: Can you check the cookie banner on https://www.example.de and tell me which CMP vendor they're using, what consent buttons are present, and whether the banner text looks DSGVO-compliant?

## When to prefer this

Choose this endpoint when you need fast, heuristic cookie banner and CMP vendor signals for German/DACH websites without requiring a full legal audit. Ideal for competitive research, pre-launch compliance checks, or automated site surveys targeting DE/AT/CH markets. Pair with the dsgvo-site-signals sibling endpoint for broader DSGVO coverage. Not suitable when legally binding audit output is required.

## Known failure modes

- URL is inaccessible or returns non-200 status — no banner data returned
- Site uses JavaScript-heavy CMP that doesn't render in static fetch — vendor may not be detected
- HTML input is malformed or too large — processing error
- No cookie banner present on the page — returns absence signal
- CMP uses a shadow DOM or iframe that obscures signals — partial or null results
- Rate limiting or payment failure — job rejected

## How this service works

Heuristic cookie banner / CMP signals Germany (vendors, cookie text, consent buttons). Accepts URL or HTML-in. Complements dsgvo-site-signals. Keywords: cookie banner germany, consent, cmp, eprivacy, dsgvo, usercentrics, cookiebot. Not a legal audit.

## Output

Returns heuristic signals about the cookie banner found at the given URL or in the provided HTML, including: detected CMP vendor (e.g. Usercentrics, Cookiebot, OneTrust), cookie banner text snippets, presence and labels of consent/reject buttons, and overall banner detection status. Not a legal audit — output is informational signals only.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public https URL (crawl mode)"
  },
  "html": {
   "type": "string",
   "description": "Page HTML (no outbound fetch)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "mode": "url_crawl",
  "job_id": "job_example",
  "scores": {
   "cookie_banner_signals": 82
  },
  "status": "completed",
  "service": "cookie-banner-signals",
  "sources": [
   {
    "url": "https://marketingkioldenburg.de",
    "note": "scanned_html"
   }
  ],
  "summary": "Cookie-banner signals for https://marketingkioldenburg.de: vendors=['none'], issues=1. Heuristic HTML only — no JS CMP interaction / not legal advice.",
  "vendors": [],
  "next_jobs": [],
  "confidence": 0.82,
  "issue_codes": [
   "NO_COOKIE_SIGNAL"
  ],
  "limitations": [
   "Static HTML heuristics."
  ],
  "generated_at": "2026-01-01T00:00:00+00:00",
  "schema_version": "hermes-result-v1"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cookie-banner-cmp-signals-germany-8ba4a95e/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)
