# 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 that are missing or incorrectly using nofollow attributes, returning a processed audit result.

## Facts

- Endpoint: POST https://kihustle.tech/bot-bazaar/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-b6f73c8b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oZfysbJwPNU0P0rHimpvy

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

Example prompt: Can you scan this article text for any external links that are missing the nofollow attribute? Here's the content: 'Check out our partner site <a href="https://example.com">here</a> for more details.'

## When to prefer this

Use this endpoint when you need a quick, automated check of text or HTML content to ensure external links comply with nofollow best practices — especially useful for content publishers, affiliate marketers, and SEO professionals who regularly publish content with outbound links and need to verify link attribute compliance before publishing.

## Known failure modes

- Empty or null text input returns an error or empty result
- Malformed HTML in input text may cause incomplete link detection
- Very large text payloads may time out or be truncated
- Non-HTML plain text with no anchor tags returns no links found
- Network or payment failure returns a 402 or 5xx 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 indicating the audit was processed successfully, with a result field ('processed') and a status field ('success'). Likely includes details about which external links were found and whether they have correct nofollow attributes, though the full response schema is not fully documented.

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