# Strale Competitor Snapshot

> Strale Competitor Snapshot is a paid API for AI agents from api.strale.io, paid per call via x402, $1.6632/call, status unknown (last checked 2026-09-13).

Returns a structured competitive snapshot of a company given its URL, including brand and trust signals

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/competitor-snapshot
- Price: $1.6632/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-competitor-snapshot-37314d22
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IeW6BDa2QyH35mU8cEIyc

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 strale-competitor-snapshot-37314d22 -d '<json body>'
```

Example prompt: Pull a competitor snapshot for acme.com — their website is https://www.acme.com and their social handle is @acmecorp — I want to see their company data, trust signals, and any compliance info Strale has on them.

## When to prefer this

Use this endpoint when you need a quick, structured competitive intelligence snapshot on a specific company — particularly when you have their website URL and want trust, compliance, and brand data in a single auditable JSON response. Prefer this over general web scraping or manual research when you need structured output with audit trails.

## Known failure modes

- Invalid or unreachable competitor_url returns a 4xx error
- Unknown or unindexed company may return empty or partial data
- Missing required competitor_url field causes validation error
- Rate limiting or payment issues may return 402 or 429 responses

## How this service works

Company data, compliance checks, financial validation. Structured JSON with audit trails. Every capability independently quality-scored.

## Output

A structured JSON object containing company data, trust and reputation signals, compliance indicators, and an audit trail for the competitor identified by the provided URL and optional social username.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "competitor_url"
 ],
 "properties": {
  "brand_username": {
   "type": "string",
   "description": "Social media username (optional)"
  },
  "competitor_url": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-competitor-snapshot-37314d22/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)
