# Stratalize CAC Benchmark

> Stratalize CAC Benchmark 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 customer acquisition cost benchmarks by industry and GTM motion, including CAC payback ranges, LTV/CAC guardrails, and channel efficiency data

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/cac-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-cac-benchmark-0d6d78d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MWcLA-mWG-2N_851QNWku

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-cac-benchmark-0d6d78d4
```

Example prompt: What are the CAC benchmarks for a SaaS company using a sales-led GTM motion — and if our LTV is $12,000, what LTV/CAC ratio should we expect?

## When to prefer this

Use this endpoint when an agent needs to evaluate sales efficiency, set CAC targets, or benchmark acquisition costs against industry peers segmented by GTM motion. Prefer this over generic financial APIs when the question is specifically about go-to-market efficiency metrics like CAC payback, LTV/CAC ratios, or channel performance benchmarks.

## Known failure modes

- Unsupported industry or GTM motion value returns a 400 or empty result
- Benchmark data may not exist for niche industries — returns partial or no data
- Invalid ltv_usd type causes parameter rejection
- Payment failure (USDC) results in 402 response and no data returned

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Customer acquisition cost benchmarks by industry and GTM motion — CAC payback ranges, LTV/CAC guardrails, and channel efficiency benchmarks. Source: Stratalize go-to-market composite. Use when evaluating sales efficiency or setting CAC targets

## Output

Returns CAC benchmarks, payback period ranges, LTV/CAC guardrails, and channel efficiency metrics for the requested industry and GTM motion. Response is ML-DSA-65 cryptographically signed and independently verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ltv_usd": {
   "type": "number",
   "description": "Optional: LTV for LTV:CAC ratio calc"
  },
  "industry": {
   "enum": [
    "saas",
    "healthcare",
    "legal",
    "financial_services",
    "manufacturing",
    "retail",
    "real_estate",
    "education",
    "insurance"
   ],
   "type": "string",
   "description": "Request parameter: industry"
  },
  "gtm_motion": {
   "enum": [
    "product_led",
    "sales_led",
    "channel"
   ],
   "type": "string",
   "description": "Request parameter: gtm motion"
  },
  "avg_contract_value_usd": {
   "type": "number",
   "description": "Request parameter: avg contract value usd"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-cac-benchmark-0d6d78d4/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)
