# Stratalize Competitive Displacement Signal

> Stratalize Competitive Displacement Signal is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns competitive displacement signals showing which vendors are being mentioned as replacements for a target vendor, along with switch narratives and mention counts

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/competitive-displacement-signal
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-competitive-displacement-signal-a2f41890
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CZU6QfvW0w-SxOgh43kZE

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 stratalize-competitive-displacement-signal-a2f41890
```

Example prompt: Can you pull the competitive displacement signals for Salesforce — I want to see which vendors are being mentioned as replacements and how strong the switching narrative looks?

## When to prefer this

Use this endpoint when you need to understand which competitors are actively displacing a specific vendor in the market — ideal for M&A due diligence, competitive threat monitoring, sales intelligence, or investment research. Prefer this over general web search when you need structured, ML-scored displacement signals with cryptographic verifiability rather than raw search results.

## Known failure modes

- Unknown or misspelled vendor name returns empty or low-signal results
- Vendor with insufficient market coverage returns sparse displacement data
- Missing vendor_name parameter causes request failure
- Payment failure via x402 protocol blocks response
- Niche or private vendors may have insufficient citation data for meaningful signals

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Competitive displacement signals — vendors being mentioned as replacements for a target vendor, with switch narrative and mention counts. Source: Stratalize citation displacement composite. Use when tracking competitive threats or identifying switching trends in a category

## Output

Returns a list of vendors being mentioned as replacements for the target vendor, the associated switching narratives, and mention counts indicating signal strength. Each response is ML-DSA-65 signed and includes a cryptographic receipt verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "vendor_name": {
   "type": "string",
   "description": "Request parameter: vendor name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-competitive-displacement-signal-a2f41890/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
