# Stratalize Staffing Agency Markup Benchmarks

> Stratalize Staffing Agency Markup Benchmarks is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Returns median markup percentage with low/high band by staffing agency and specialty for travel nurse and locum tenens roles

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/staffing-agency-markup-analysis
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-staffing-agency-markup-benchmarks-38edd2b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NrwCOLGiENityQSTw5DGM

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-staffing-agency-markup-benchmarks-38edd2b9
```

Example prompt: Pull the staffing agency markup benchmarks for travel ICU nurses from Stratalize — I want to see the median markup percentage and low/high band so I can tell if our agency's pricing is out of line.

## When to prefer this

Use this endpoint when an agent or procurement analyst needs to evaluate whether a travel nurse or locum tenens staffing agency's markup is competitive relative to industry norms, or when building a workforce cost reduction strategy that requires market markup benchmarks by specialty and agency.

## Known failure modes

- Unknown specialty returns empty or null benchmark data
- Agency name not found in dataset returns no results
- Missing required parameters returns a 400-level error
- Payment not processed results in 402 Payment Required
- Ambiguous specialty string may match wrong category

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Travel nurse and locum staffing agency markup benchmarks — median markup percentage with low/high band by agency and specialty. Source: Stratalize SIA 2024-style composite. Use when evaluating agency pricing or building a workforce cost reduction strategy

## Output

Returns median markup percentage and low/high band range for the requested specialty and/or agency, sourced from Stratalize's SIA 2024-style composite dataset. Responses are ML-DSA-65 signed with a cryptographic receipt verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "specialty": {
   "type": "string",
   "description": "Request parameter: specialty"
  },
  "agency_name": {
   "type": "string",
   "description": "Request parameter: agency name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-staffing-agency-markup-benchmarks-38edd2b9/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)
