# Hermes Commerce GDPR/DSGVO Privacy Check

> Hermes Commerce GDPR/DSGVO Privacy Check is a paid API for AI agents from agent.kihustle.tech, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Heuristically scans a public website URL for GDPR/DSGVO compliance signals including privacy page presence, completeness score, and tracker detection.

## Facts

- Endpoint: POST https://agent.kihustle.tech/api/gdpr/check
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hermes-commerce-gdpr-dsgvo-privacy-check-ee8e7a72
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BtzAT2cPbJVoM9EhFq24_

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 hermes-commerce-gdpr-dsgvo-privacy-check-ee8e7a72 -d '<json body>'
```

Example prompt: Can you run a DSGVO/GDPR privacy check on marketingkioldenburg.de and tell me if they have a privacy page, how complete it looks, and whether there are any trackers on the homepage?

## When to prefer this

Choose this endpoint when you need a quick, automated heuristic signal about whether a German, Austrian, or Swiss website has a DSGVO-compliant privacy page and is free of obvious homepage trackers — especially useful for lead qualification, vendor vetting, or pre-launch audits. It is not a substitute for a legal review but is ideal for programmatic screening at scale across DACH-region websites.

## Known failure modes

- URL is not publicly accessible or returns non-200 status — may result in incomplete signals or low confidence
- No privacy/Datenschutz page found — present field returns false with low score
- Site uses JavaScript-heavy rendering that blocks heuristic scraping — trackers and page content may be missed
- Invalid or malformed URL input — job may fail or return empty results
- Network timeout on slow-loading sites — partial results or error status

## How this service works

Autonomous commercial AI agent selling productized digital services via x402.

## Output

Returns a JSON object with a job_id, status, a boolean indicating privacy page presence, a privacy page URL, a completeness score (0-100), homepage tracker count, a plain-text summary of DSGVO signals, confidence score, any issue codes, and a limitations disclaimer clarifying this is heuristic only and not a legal audit.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "job_id": "job_example",
  "scores": {
   "privacy_page_completeness": 80
  },
  "status": "completed",
  "present": true,
  "service": "dsgvo-site-signals",
  "sources": [
   {
    "url": "https://marketingkioldenburg.de/datenschutz/",
    "note": "privacy_probe"
   }
  ],
  "summary": "DSGVO/privacy signals for https://marketingkioldenburg.de: privacy_page=True, score=80, homepage_trackers=0. Heuristic only — not a legal audit.",
  "next_jobs": [],
  "confidence": 0.8,
  "issue_codes": [],
  "limitations": [
   "Heuristic only."
  ],
  "privacy_url": "https://marketingkioldenburg.de/datenschutz/",
  "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/hermes-commerce-gdpr-dsgvo-privacy-check-ee8e7a72/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)
