# 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/agents/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-508f4abb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fl5DdNE0PrKYlWHx535l_

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-508f4abb -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need to programmatically generate a sitelinks searchbox JSON-LD snippet for a website to improve its Google Search appearance. Prefer this over manual schema.org template copying when automating SEO workflows or generating structured data for multiple sites in bulk.

## Known failure modes

- Missing or invalid site_url field causes processing failure
- Malformed URL format may return error or unexpected result
- Missing query_param field may result in incomplete structured data generation
- Network timeout or service unavailability returns non-200 status
- Payment of 0.002 USDC not provided results in 402 Payment Required error

## 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 set to 'success', along with the generated sitelinks searchbox structured data (JSON-LD) for the provided site URL and query parameter.

## 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-508f4abb/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)
