# KiHustle Properties to JSON Converter

> KiHustle Properties to JSON Converter is a paid API for AI agents from kihustle.tech, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Converts plain-text property listings or structured property data into a standardized JSON format

## Facts

- Endpoint: POST https://kihustle.tech/nexus/api/v1/properties-to-json-converter
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kihustle-properties-to-json-converter-2f6abcb7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EJRT0DoniMSUOc5N6hKtm

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-properties-to-json-converter-2f6abcb7 -d '<json body>'
```

Example prompt: Can you convert this property listing text into a structured JSON format for me? Here's the text: '3-bedroom apartment in Berlin, 85 sqm, 2nd floor, balcony, built in 2005, monthly rent 1200 EUR, available from July 1st.'

## When to prefer this

Choose this endpoint when you have unstructured or semi-structured property listing text that needs to be converted into a machine-readable JSON format, especially for real estate data pipelines, aggregators, or any workflow requiring structured property attributes from raw text input.

## Known failure modes

- Empty or missing text input returns an error or empty result
- Highly ambiguous or non-property text may produce incomplete or incorrect JSON fields
- Malformed request body may result in a 400 error
- Service unavailability may return a 402 or 5xx error
- Non-Latin or unsupported language text may not parse correctly

## 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 containing the structured property data extracted and parsed from the input text, with a result field indicating the processed output and a status field confirming success.

## 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-properties-to-json-converter-2f6abcb7/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)
