# Syntalic Analyst Price Bands

> Syntalic Analyst Price Bands is a paid API for AI agents from api.syntalic.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns analyst/market-level price band data for a product category, showing how prices cluster across the market

## Facts

- Endpoint: GET https://api.syntalic.com/v1/analyst/price-bands
- 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/syntalic-analyst-price-bands-57a9115b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CRlX3bl2laeUDXC28JaAC

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 syntalic-analyst-price-bands-57a9115b
```

Example prompt: Give me the analyst-level price band breakdown for the running shoes category — I want to see how the market segments from budget to premium across major retailers.

## When to prefer this

Use this endpoint when you need analyst-level market segmentation by price — specifically to understand how a product category is divided into price tiers (budget, mid, premium). Prefer this over the Category Summary endpoint when you need band-level granularity rather than simple min/max/median stats, and over Price Positioning when your goal is market-wide tier mapping rather than a single brand's relative position.

## Known failure modes

- Invalid or unrecognized taxonomy/category ID returns an error or empty result
- Category with insufficient product coverage may return sparse or incomplete band data
- Missing required category parameter returns a validation error
- Payment failure or insufficient USDC balance blocks the request via x402 protocol
- Rate limiting if request volume exceeds plan thresholds

## How this service works

Real-time CPG analytics for brand &amp; marketing teams — live pricing, share-of-shelf, and promo intelligence across US and Canadian retailers. Your agent runs the queries; you get the charts on a dashboard you keep. Pay-per-call via x402 and MPP.

## Output

Returns analyst-level price band data for a specified category, including defined price tier thresholds (e.g. budget, mid-range, premium), the distribution of products across bands, and supporting market-level statistics such as price ranges per band and product counts per segment.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/syntalic-analyst-price-bands-57a9115b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.syntalic.com](https://www.zero.xyz/host/api.syntalic.com/llms.txt)
