# KiHustle German Gewerbesteuer Estimator

> KiHustle German Gewerbesteuer Estimator 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).

Estimates German Gewerbesteuer (trade tax) liability based on a text description of business income or trade details

## Facts

- Endpoint: POST https://kihustle.tech/nexus/api/v1/de-gewerbesteuer-estimator
- 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-german-gewerbesteuer-estimator-10eade85
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ABdjy1n4ghwb6hLmHqNVc

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-gewerbesteuer-estimator-10eade85 -d '<json body>'
```

Example prompt: I run a small online affiliate business in Germany and earned around 35,000 EUR this year — can you estimate my Gewerbesteuer liability based on that?

## When to prefer this

Choose this endpoint when you need a quick, low-cost German Gewerbesteuer (trade tax) estimate based on a natural-language business description, particularly for German self-employed individuals, side hustlers, or small business owners. It is best suited for exploratory tax planning rather than authoritative legal tax advice.

## Known failure modes

- Missing or empty text field returns a processing error
- Ambiguous or non-German business descriptions may yield inaccurate estimates
- Malformed JSON input returns a 400-level error
- Service unavailability returns a non-success status
- Inputs with insufficient financial detail may produce generic or null estimates

## 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

A JSON response indicating the processed result of the Gewerbesteuer estimation, including a result field and success status. The exact tax figure or breakdown depends on the text input provided describing the business situation.

## 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-gewerbesteuer-estimator-10eade85/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)
