# 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 free-text property descriptions into structured JSON output

## Facts

- Endpoint: POST https://kihustle.tech/bot-bazaar/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-4e847aaf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_czjCg_37sPfyCBUe5utUp

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-4e847aaf -d '<json body>'
```

Example prompt: Can you convert this property description into structured JSON for me: '3-bedroom apartment in Berlin, 85sqm, newly renovated, balcony included, available from March 1st, rent 1400 EUR per month'?

## When to prefer this

Choose this endpoint when you need to convert unstructured natural-language property descriptions into structured JSON automatically at low cost ($0.002 per call). Useful for real estate data pipelines, CRM integrations, or scraping workflows where listings arrive as plain text and need to be parsed into machine-readable records.

## Known failure modes

- Empty or missing text input returns an error
- Malformed or extremely ambiguous property text may yield incomplete JSON fields
- Service unavailability returns a non-200 response
- Payment failure via x402 protocol blocks the request

## 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 object containing structured fields extracted from the input property 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-4e847aaf/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)
