# 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 content to identify external links that are missing nofollow attributes, flagging SEO compliance issues for affiliate and outbound links.

## Facts

- Endpoint: POST https://kihustle.tech/agents/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-ad9feae9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P8jvW13TmSZAD4pR2ElQg

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

Example prompt: Can you scan this blog post HTML and flag any external links that are missing a rel='nofollow' attribute? I want to make sure all my affiliate and outbound links are SEO-compliant before I publish.

## When to prefer this

Choose this endpoint when you need a lightweight, automated check specifically for nofollow attribute compliance on external links in text or HTML content — particularly useful for affiliate marketers, bloggers, and SEO practitioners who need to verify link hygiene before publishing. Prefer this over manual review or general HTML validators when cost-efficiency and automation matter.

## Known failure modes

- Empty or missing text field returns an error or empty result
- Malformed HTML in input may cause incorrect link parsing
- Very large text bodies may time out or be truncated
- Non-HTML plain text with no links returns a trivially empty result
- Schema mismatch if input is not a JSON object with a text property

## 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 whether the submitted text was processed and whether any nofollow compliance issues were detected in the external links found within the content.

## 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-ad9feae9/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)
