# Stratalize PE Portfolio Software Spend Benchmarks

> Stratalize PE Portfolio Software Spend Benchmarks is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns PE portfolio company software spend benchmarks including median spend per company, category breakdown, and typical savings opportunity percentage by sector

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/pe-portfolio-benchmark
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-pe-portfolio-software-spend-benchmarks-a191b88c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lhool03qR5for072DNebS

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-pe-portfolio-software-spend-benchmarks-a191b88c
```

Example prompt: Pull the Stratalize PE portfolio software spend benchmarks for the healthcare sector across 15 portfolio companies — I want to see median spend per company, category breakdown, and how much savings opportunity we're typically leaving on the table.

## When to prefer this

Use this endpoint when a PE firm, operating partner, or portfolio management agent needs to benchmark software/technology spend for portfolio companies against industry medians, identify consolidation opportunities, or support due diligence and value creation planning. Prefer this over generic SaaS spend surveys when you need PE-specific composite benchmarks with cryptographic auditability.

## Known failure modes

- Invalid or unrecognized sector value returns an error or empty result
- company_count parameter out of expected range may return no benchmark data
- Payment not completed (x402 protocol) results in 402 Payment Required response
- Network or service unavailability returns a 5xx error
- Sector with insufficient sample data may return null or low-confidence benchmark

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). PE portfolio software spend benchmarks — median spend per company, category breakdown, and typical savings opportunity percentage. Source: Stratalize PE Intelligence composite. Use when benchmarking portco technology spend or identifying consolidation opportunities

## Output

Returns median software spend per portfolio company, a breakdown by software category, and a typical savings opportunity percentage for the specified sector and company count. Each response is ML-DSA-65 cryptographically signed and includes a verifiable receipt at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "sector": {
   "type": "string",
   "description": "Request parameter: sector"
  },
  "company_count": {
   "type": "number",
   "description": "Request parameter: company count"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-pe-portfolio-software-spend-benchmarks-a191b88c/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)
