# KiHustle Impressum Keyword Scanner

> KiHustle Impressum 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-15).

Scans German-language legal/impressum text for relevant keywords related to AI, side hustles, and digital income topics

## Facts

- Endpoint: POST https://kihustle.tech/api/v1/de-impressum-keyword-scan
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kihustle-impressum-keyword-scanner-f29809a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LUYziGGVKF1No2rN-8QgU

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-impressum-keyword-scanner-f29809a2 -d '<json body>'
```

Example prompt: Can you scan this German impressum text for keywords related to AI and digital income topics: 'Diese Website wird betrieben von Max Mustermann, Musterstraße 1, 12345 Berlin, Kontakt: info@example.de'?

## When to prefer this

Choose this endpoint when you need to scan specifically German-language impressum or legal disclosure text for keywords related to AI, side hustles, automation, and digital income topics. It is purpose-built for German content analysis in this niche domain, making it more appropriate than general-purpose NLP APIs when the target text is a German legal/impressum page.

## Known failure modes

- Empty or missing 'text' field returns error or undefined behavior
- Non-German or non-impressum text may yield zero keyword matches
- Very long text inputs may exceed processing limits
- Malformed JSON body returns 400-level error
- Service unavailability returns payment-related or 5xx errors

## 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 the processed keyword scan output and a 'status' field confirming success. The response indicates whether the text was processed and likely includes detected keyword matches relevant to AI, automation, and digital income topics.

## 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-impressum-keyword-scanner-f29809a2/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)
