# 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-15).

Returns a competitive intelligence snapshot for a brand, including social presence and web profile data, with a cryptographic audit record.

## Facts

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

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

Example prompt: Can you pull a competitor snapshot on Notion — their URL is https://notion.so and their social handle is @NotionHQ — I want to see their full online presence and competitive profile?

## When to prefer this

Choose this endpoint when you need a quick, structured competitive intelligence snapshot on a specific brand using their URL and optionally their social handle. It is ideal for sales teams building battlecards, market researchers profiling competitors, or product teams benchmarking rivals, especially when you need a tamper-evident audit trail on the data retrieved. Prefer this over manual web scraping or general search when you need structured output with cryptographic provenance across 27 countries.

## Known failure modes

- Invalid or unreachable competitor_url returns a URL validation error
- Private or restricted social profiles may return incomplete social data
- Unknown or very small brands may yield sparse snapshot results
- Missing competitor_url (required field) returns a 400 bad request
- Payment failure via x402 micropayment results in no data returned
- Rate limiting or throttling if called in rapid succession

## How this service works

The trust layer for AI agents — 250+ independently tested data capabilities across 27 countries. Execute capabilities via REST, MCP, A2A, or x402 micropayments. Every call returns an audit record with cryptographic chain hashing.

## Output

Returns a structured competitive snapshot of the target brand including their web presence details, social media profile data, and brand signals derived from the provided URL and username. Each response includes a cryptographic audit record with chain hashing for trust verification.

## Request schema (JSON Schema)

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

## More

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