# KiHustle Sitelinks Searchbox Generator

> KiHustle Sitelinks Searchbox 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-15).

Generates a sitelinks searchbox structured data snippet for a given website URL and query parameter

## Facts

- Endpoint: POST https://kihustle.tech/bot-bazaar/api/v1/sitelinks-searchbox-gen
- 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-sitelinks-searchbox-generator-b3915400
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qZ2I0v3pFCtLZbZEzYD7g

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-sitelinks-searchbox-generator-b3915400 -d '<json body>'
```

Example prompt: Generate a sitelinks searchbox structured data snippet for my site at https://kihustle.tech using 'q' as the query parameter.

## When to prefer this

Choose this endpoint when you need to quickly generate schema.org-compliant sitelinks searchbox structured data for a specific website and search query parameter, particularly when automating SEO metadata workflows or building tools that need programmatic generation of search markup snippets.

## Known failure modes

- Missing or invalid site_url returns an error or malformed output
- Missing query_param may produce incomplete or unusable markup
- Malformed URL format may cause processing failure
- Rate limiting or payment failure via x402 protocol may block 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

Returns a JSON object with a 'result' field indicating 'processed' and a 'status' field of 'success', along with the generated sitelinks searchbox structured data markup ready to embed in a website's HTML.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "site_url": {
   "type": "string"
  },
  "query_param": {
   "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-sitelinks-searchbox-generator-b3915400/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)
