# KiHustle De-Minijob-Grenze Check

> KiHustle De-Minijob-Grenze Check 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).

Checks whether a given income or employment situation complies with the German Minijob earnings limit (Minijob-Grenze)

## Facts

- Endpoint: POST https://kihustle.tech/nexus/api/v1/de-minijob-grenze-check
- 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-de-minijob-grenze-check-9c0f7844
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-9JmqluT5eY3wbKrAjU2f

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-de-minijob-grenze-check-9c0f7844 -d '<json body>'
```

Example prompt: Can you check whether my monthly side income of 450 euros from freelance writing still keeps me within the German Minijob-Grenze limits?

## When to prefer this

Choose this endpoint when you need a quick automated check of whether a described German side income or employment situation falls within the Minijob earnings limit, especially useful for freelancers, side hustlers, or digital earners operating in Germany who want to verify compliance without consulting a tax advisor manually.

## Known failure modes

- Missing or empty text input returns an error or unprocessable result
- Ambiguous income descriptions may yield inaccurate compliance determinations
- Non-German employment contexts may produce irrelevant results
- Outdated Minijob-Grenze threshold values if the service is not updated after regulatory changes

## 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 indicating whether the described income or employment situation is within compliance ('processed' result with 'success' status), effectively signaling whether the Minijob earnings limit is met or exceeded based on the submitted 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-de-minijob-grenze-check-9c0f7844/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)
