# KiHustle External Link Nofollow Auditor

> KiHustle External Link Nofollow Auditor 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).

Audits text for external links and checks whether they carry proper nofollow attributes, returning a processed result indicating compliance status.

## Facts

- Endpoint: POST https://kihustle.tech/nexus/api/v1/external-link-nofollow-auditor
- 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-external-link-nofollow-auditor-b42afaa9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Cu5uJ0Qocz3vzEBYepI-r

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-external-link-nofollow-auditor-b42afaa9 -d '<json body>'
```

Example prompt: Can you check this blog post HTML for any external links that are missing the nofollow attribute? Here's the content: '<p>Check out <a href="https://example.com">this tool</a> and also <a href="https://affiliate.com" rel="nofollow">this one</a>.</p>'

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call check of external link nofollow compliance on arbitrary text or HTML — particularly useful for content publishers, affiliate marketers, or SEO workflows that want to automate pre-publish link hygiene checks without standing up their own crawler or HTML parser.

## Known failure modes

- Missing or empty 'text' field in request body — likely returns an error or empty result
- Malformed JSON input — endpoint may return a 400-level error
- Very large text payloads may time out or be truncated
- Non-HTML plain text with no links may return a vacuous success with no findings

## 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 showing 'success', along with implicit audit findings about the external links found in the submitted text and their nofollow compliance.

## 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-external-link-nofollow-auditor-b42afaa9/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)
