# KiHustle Person Schema Generator

> KiHustle Person Schema Generator 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).

Generates a structured person schema (JSON-LD or similar) for a given individual based on their URL, name, and job title

## Facts

- Endpoint: POST https://kihustle.tech/bot-bazaar/api/v1/person-schema-gen
- 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-person-schema-generator-ed93dd28
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PWqEIyfFLSNNmM-daBDaj

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-person-schema-generator-ed93dd28 -d '<json body>'
```

Example prompt: Generate a structured person schema for Jane Doe, who works as a Content Strategist — her profile URL is https://janedoe.com.

## When to prefer this

Choose this endpoint when you need to quickly generate structured person schema data (e.g. schema.org Person markup) from minimal inputs like a name, URL, and job title — particularly useful for SEO enrichment, contact directories, or data pipelines that require machine-readable person metadata at low cost.

## Known failure modes

- Missing or invalid URL returns error or incomplete schema
- Unrecognized job title may produce generic schema output
- Unreachable URL may result in partial generation
- Malformed input fields may cause validation failure or empty result

## 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' and 'status' field indicating success, along with generated structured person schema data derived from the provided name, job title, and URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "name": {
   "type": "string"
  },
  "job_title": {
   "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-person-schema-generator-ed93dd28/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)
