# Stratalize Industry Software Spend Profile

> Stratalize Industry Software Spend Profile 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-15).

Returns software spend benchmarks by industry and company headcount, including category budget ranges, total stack benchmarks, and outlier flags.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/industry-spend-profile
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-industry-software-spend-profile-77f98082
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TyMwcKVkkdKcRUz9zcDuf

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-industry-software-spend-profile-77f98082
```

Example prompt: Pull the software spend profile for a 350-person company in the healthcare industry — I want to see category budget ranges, total stack benchmarks, and whether we'd be flagged as an outlier.

## When to prefer this

Use this endpoint when you need workforce-scaled, industry-specific software spend benchmarks — particularly when sizing a technology budget, validating SaaS expenditures against peers, or flagging cost outliers for a specific company size. Prefer this over generic market research when you need structured, ML-derived data with cryptographic provenance rather than qualitative analyst reports.

## Known failure modes

- Unsupported or unrecognized industry string returns a 400 or empty result
- Employee count outside modeled range (e.g. 0 or extremely large) may return null benchmarks
- Missing required parameters (industry or employee_count) result in validation error
- Payment failure via x402 protocol blocks the response
- Sparse data for niche industries may produce wide confidence intervals or no outlier flags

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Software spend profile by industry and headcount — category ranges, total stack benchmarks, and outlier flags. Source: Stratalize workforce-scaled composite. Use when sizing a technology budget for a specific industry and company size

## Output

Returns a structured spend profile including per-category software budget ranges, total technology stack cost benchmarks, and outlier flags for companies matching the specified industry and headcount. Each response includes an ML-DSA-65 cryptographic signature and a verifiable receipt URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "industry": {
   "enum": [
    "saas",
    "healthcare",
    "legal",
    "manufacturing",
    "retail",
    "financial_services"
   ],
   "type": "string",
   "description": "Request parameter: industry"
  },
  "employee_count": {
   "type": "number",
   "minimum": 1,
   "description": "Request parameter: employee count"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-industry-software-spend-profile-77f98082/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)
