# Stratalize Provider Market Intelligence

> Stratalize Provider Market Intelligence 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 NPI registry physician density, provider counts, and market structure data by specialty and geography for a given city, state, or specialty.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/provider-market-intelligence
- 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-provider-market-intelligence-f95eb635
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MWqbLpZe0OJJsIX07H0BW

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-provider-market-intelligence-f95eb635
```

Example prompt: How many cardiologists are there in Texas, and what does the market structure look like — I'm trying to figure out if there's room for a new specialty cardiology group in Austin?

## When to prefer this

Use this endpoint when you need authoritative, CMS NPI Registry-sourced data on physician supply and market structure for a specific specialty and geography. Ideal for healthcare market entry analysis, provider network gap assessments, or benchmarking physician density. Prefer over generic web search when you need structured, signed, verifiable counts rather than anecdotal or news-based information.

## Known failure modes

- Invalid or unrecognized specialty name returns an error or empty results
- State abbreviation or city name not recognized returns a 400-level error
- No providers found for the given combination of parameters returns an empty dataset
- Payment not processed results in a 402 Payment Required response
- Rate limiting or service downtime returns a 503 or timeout

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). NPI registry physician density by specialty and state — provider counts and market structure by geography. Source: CMS NPI Registry synced data. Use when assessing physician supply, evaluating market entry, or benchmarking provider network coverage

## Output

Returns NPI registry-sourced physician density statistics, provider counts, and market structure metrics for the requested specialty and geography. Response is ML-DSA-65 cryptographically signed and independently verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "city": {
   "type": "string",
   "description": "Request parameter: city"
  },
  "state": {
   "type": "string",
   "description": "Request parameter: state"
  },
  "specialty": {
   "type": "string",
   "description": "Request parameter: specialty"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-provider-market-intelligence-f95eb635/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)
