# KiHustle German Widerruf Keyword Scanner

> KiHustle German Widerruf Keyword Scanner is a paid API for AI agents from kihustle.tech, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Scans German-language text for Widerruf (right of withdrawal/revocation) related keywords and compliance signals

## Facts

- Endpoint: POST https://kihustle.tech/bot-bazaar/api/v1/de-widerruf-keyword-scan
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kihustle-german-widerruf-keyword-scanner-61e91959
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Yy9AAL5dcBsQPh8Gj4JdY

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 kihustle-german-widerruf-keyword-scanner-61e91959 -d '<json body>'
```

Example prompt: Scan this German e-commerce product page text for any Widerruf or right-of-withdrawal keywords: 'Sie haben das Recht, binnen vierzehn Tagen ohne Angabe von Gründen diesen Vertrag zu widerrufen.'

## When to prefer this

Use this endpoint when you need lightweight, low-cost scanning of German-language text specifically for Widerruf (right of withdrawal) and related consumer-protection keywords — particularly useful for e-commerce compliance workflows operating in German-speaking markets (DE/AT/CH). Prefer it over general NLP APIs when the focus is narrowly on German legal withdrawal terminology.

## Known failure modes

- Empty or missing 'text' field returns an error or empty result
- Non-German text may yield no keyword matches without an error
- Very long text inputs may be truncated or timeout
- Misspelled German legal terms may not be detected
- Response schema is minimal and may not detail which specific keywords were matched

## How this service works

Kostenlose Guides, Solo-Playbooks und Artikel zu KI, Automation und Side Hustles — für Menschen, die mit echten Systemen online Einkommen aufbauen wollen. Transparent finanziert über faire Affiliate-Links.

## Output

Returns a JSON object with a 'result' field indicating 'processed' and a 'status' of 'success', along with any detected Widerruf-related keywords or signals found in the submitted German text.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "processed",
  "status": "success"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kihustle-german-widerruf-keyword-scanner-61e91959/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kihustle.tech](https://www.zero.xyz/host/kihustle.tech/llms.txt)
