# agent.kihustle.tech Competitor Positioning Analyzer

> agent.kihustle.tech Competitor Positioning Analyzer is a paid API for AI agents from agent.kihustle.tech, paid per call via x402, $1/call, status unknown (last checked 2026-09-13).

Compares 2–3 public competitor URLs to extract claims, target audiences, CTA patterns, content gaps, and strategic attack angles for marketing and ops agents.

## Facts

- Endpoint: POST https://agent.kihustle.tech/services/competitor-positioning/jobs
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-kihustle-tech-competitor-positioning-analyzer-4e7aacaf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0xCOOyy0h6iwK8_nrfZmd

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 agent-kihustle-tech-competitor-positioning-analyzer-4e7aacaf -d '<json body>'
```

Example prompt: Compare these three competitor sites — stripe.com/payments, paddle.com, and lemonsqueezy.com — and give me a breakdown of their main claims, who they're targeting, what CTAs they use, where the gaps are, and where I could position against them.

## When to prefer this

Choose this endpoint when you need a strategic, decision-ready competitive positioning report rather than raw SEO metrics or backlink data. It is specifically designed for marketing agents and ops workflows that need to act on competitor intelligence — messaging gaps, audience targeting, CTA language — not for technical site audits or search ranking analysis. Prefer it when comparing 2–3 public competitor homepages or landing pages to inform copy strategy, launch positioning, or sales enablement.

## Known failure modes

- One or more URLs are inaccessible, paywalled, or JavaScript-rendered without fallback — partial results or error returned
- Fewer than 2 URLs provided — minimum input requirement not met
- URLs point to non-landing-page content (e.g. PDFs, login walls) — insufficient content to extract positioning signals
- Rate limiting or x402 payment failure — request not processed
- All URLs point to the same domain — no comparative output possible

## How this service works

Compare 2–3 public competitor URLs for claims, audiences, CTA patterns, gaps, and attack angles. Productized decision output for marketing/ops agents — not a raw SEO score.

## Output

A structured, productized decision output covering: key messaging claims per competitor, inferred target audience signals, CTA patterns and conversion language, identified content/positioning gaps across the set, and actionable attack angles a marketer or ops agent can use — not a raw SEO score or link metrics report.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "urls": {
   "type": "array",
   "items": {
    "type": "string"
   },
   "description": "2–3 competitor https URLs"
  },
  "focus": {
   "type": "string",
   "maxLength": 280
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "gaps": [
   {
    "title": "Outcome claim",
    "detail": "Neither states a quantified buyer outcome."
   }
  ],
  "job_id": "job_example",
  "status": "completed",
  "service": "competitor-positioning",
  "sources": [
   {
    "url": "https://example.com",
    "note": "competitor"
   },
   {
    "url": "https://example.org",
    "note": "competitor"
   }
  ],
  "summary": "Compared 2 competitors: Example leads on clarity; Example.org is vaguer on audience.",
  "next_jobs": [],
  "limitations": [
   "Public HTML only; max 3 URLs."
  ],
  "positioning": [
   {
    "url": "https://example.com",
    "claim": "Example Domain",
    "audience": "general"
   },
   {
    "url": "https://example.org",
    "claim": "Example Org",
    "audience": "general"
   }
  ],
  "cta_patterns": [
   {
    "cta": "More information",
    "url": "https://example.com"
   },
   {
    "cta": "Learn more",
    "url": "https://example.org"
   }
  ],
  "generated_at": "2026-01-01T00:00:00+00:00",
  "attack_angles": [
   {
    "title": "Own the outcome",
    "detail": "Lead with a measurable result for a named ICP."
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-kihustle-tech-competitor-positioning-analyzer-4e7aacaf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent.kihustle.tech](https://www.zero.xyz/host/agent.kihustle.tech/llms.txt)
