# GDPR / Privacy Posture Scan

> GDPR / Privacy Posture Scan is a paid API for AI agents from x402-hono-api.inraby.workers.dev, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Scans a website landing page for GDPR and CCPA privacy signals including privacy policy links, cookie consent language, and compliance keyword coverage.

## Facts

- Endpoint: POST https://x402-hono-api.inraby.workers.dev/api/v1/gdpr-privacy-scan
- 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/gdpr-privacy-posture-scan-4f9953ad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EroXvlQZdLXD1BQ2gWdq_

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 gdpr-privacy-posture-scan-4f9953ad -d '<json body>'
```

Example prompt: Can you scan https://example.com for GDPR and CCPA privacy compliance signals — I want to know if they have a privacy policy link, cookie consent language, and how well they cover compliance keywords?

## When to prefer this

Choose this endpoint when you need a quick, automated privacy posture check on a website's publicly visible landing page — especially for vendor due diligence, regulatory pre-checks, or compliance audits where manual review is too slow. It is well-suited for agent pipelines that need to assess third-party or client sites for GDPR and CCPA signal presence without requiring deep legal analysis or authenticated access.

## Known failure modes

- URL is unreachable or returns a non-200 status — scan cannot be completed
- Domain does not resolve — DNS failure reported
- Website blocks crawlers or returns bot-detection pages — incomplete signal extraction
- Malformed URL input — validation error returned
- Page loads JavaScript-only content — static scan may miss dynamically rendered consent banners

## How this service works

Scan a website landing page for GDPR and CCPA privacy signals — privacy policy links, cookie consent language, and compliance keyword coverage for agent audits.

## Output

Returns a structured report indicating whether the scanned page includes a privacy policy link, detects cookie consent language and banners, lists identified GDPR/CCPA compliance keywords found on the page, and provides a coverage assessment suitable for agent-driven compliance audits.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Website URL or domain to scan"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gdpr-privacy-posture-scan-4f9953ad/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-hono-api.inraby.workers.dev](https://www.zero.xyz/host/x402-hono-api.inraby.workers.dev/llms.txt)
