# KiHustle Indexation Signal Scorer

> KiHustle Indexation Signal Scorer 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).

Scores a URL's indexation signals (robots.txt, canonical tags) to assess its search-engine crawlability and indexability status.

## Facts

- Endpoint: POST https://kihustle.tech/agents/api/v1/indexation-signal-scorer
- 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-indexation-signal-scorer-887f7b84
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2O7Ggtl5DtjIxM1XruEaT

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-indexation-signal-scorer-887f7b84 -d '<json body>'
```

Example prompt: Can you score the indexation signals for https://example.com/blog/post-1 — run it against the robots.txt content and canonical tag to see if it's set up correctly for search engine indexing?

## When to prefer this

Choose this endpoint when you need a lightweight, programmatic signal score for a specific URL's technical SEO indexation setup — particularly when you already have robots.txt content and canonical tag data on hand and want a quick computed assessment without running a full site crawl or audit tool.

## Known failure modes

- Missing or malformed URL input may result in an error or unprocessable response
- Invalid robots.txt string format could yield inaccurate scoring
- Canonical URL not matching the submitted URL may produce unexpected signal interpretation
- Network timeout if the endpoint is unresponsive
- Payment failure via x402 protocol if USDC balance is insufficient

## 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 the processing outcome and a 'status' field confirming success or failure of the scoring computation. The score reflects how well the provided URL's robots and canonical signals are configured for search engine indexation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "robots": {
   "type": "string"
  },
  "canonical": {
   "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-indexation-signal-scorer-887f7b84/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)
