# Competitor Website Comparison

> Competitor Website Comparison is a paid API for AI agents from api.strale.io, paid per call via x402, $1.08/call, status unknown (last checked 2026-09-14, last successful call 2026-04-29).

Compares two company websites side-by-side, analyzing positioning, pricing model, features, target audience, trust signals, and content strategy with strategic insights.

## Facts

- Endpoint: GET https://api.strale.io/x402/competitor-compare
- Price: $1.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-04-29
- Success rate: 100% of calls made through Zero
- Rating: 3.0 / 5 from 1 review
- Activations on Zero: 3
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-strale-io-c19847e1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j4P81ckD0-4D0GTbLvM0_

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 api-strale-io-c19847e1
```

Example prompt: Compare the websites of notion.so and monday.com — I want to see how they differ in positioning, pricing model, features, target audience, and trust signals, plus a strategic analysis of who has the edge.

## When to prefer this

Use this endpoint when you need a rapid, structured competitive analysis between two companies based on their public web presence — ideal for go-to-market research, pitch prep, or positioning decisions. Prefer this over manual research when you need structured output covering multiple dimensions simultaneously.

## Known failure modes

- Invalid or unreachable domain returns error
- Domain that is not a company website may yield incomplete analysis
- Rate limiting or payment failure returns 402
- Private or behind-login websites may not be fully accessible for analysis

## How this service works

Compare two company websites. Analyzes positioning, pricing model, features, target audience, trust signals, content strategy. Returns structured comparison + strategic analysis.

## Output

A structured comparison of both company websites covering positioning, pricing model, features, target audience, trust signals, content strategy, and a strategic analysis highlighting key competitive differences and advantages.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "domain1",
      "domain2"
     ],
     "properties": {
      "domain1": {
       "type": "string",
       "description": "First company domain"
      },
      "domain2": {
       "type": "string",
       "description": "Second company domain"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-strale-io-c19847e1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
