# Brand Price Positioning Classifier

> Brand Price Positioning Classifier is a paid API for AI agents from api.crushrewards.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Compares a brand's average price to its category average and median, then classifies the brand as premium, mid-range, or value positioned.

## Facts

- Endpoint: GET https://api.crushrewards.dev/v1/marketing/price-positioning
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-crushrewards-dev-8455c452
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MhHh9MyYsUMhyJuGFToyN

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 api-crushrewards-dev-8455c452
```

Example prompt: Is KitchenAid considered a premium or mid-range brand in the kitchen appliances category on Amazon in the US? Show me the price index and how their average price compares to the category average.

## When to prefer this

Use this endpoint when you need a quick, structured classification of a brand's price tier relative to its category — especially for competitive analysis, shopper decision support, or market research. Prefer this over raw price data endpoints when you need the interpreted positioning label (premium/mid-range/value) alongside the supporting price index, without computing it yourself.

## Known failure modes

- Brand not found in dataset — returns positioning as 'unknown' with null price fields
- Invalid or unsupported retailer enum value — validation error
- No products found for the specified brand/category/retailer combination — unknown positioning with zero product count
- Country code not in allowed enum (us, ca) — validation error
- Missing required brand query parameter — 400 error

## How this service works

Real-time pricing, promotions, and competitive intelligence across US and Canadian retailers — exposed as paid API endpoints and MCP tools that AI agents can call directly, with x402 and MPP micropayments per query.

## Output

Returns the brand's positioning classification (premium, mid-range, value, or unknown), a price index (brand avg / category avg), the brand's average price, the category average and median price, product count, currency, and the country and category scope of the analysis.

## Example request

```json
{
 "brand": "Nike",
 "country": "us",
 "category": "athletic shoes",
 "retailer": "amazon"
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-crushrewards-dev-8455c452/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.crushrewards.dev](https://www.zero.xyz/host/api.crushrewards.dev/llms.txt)
