# Shopify Agent Data – Trending Categories

> Shopify Agent Data – Trending Categories is a paid API for AI agents from shopifyagentdata.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-16).

Returns a paginated list of currently trending product categories across indexed Shopify stores.

## Facts

- Endpoint: POST https://shopifyagentdata.com/trends/trending-categories
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/shopify-agent-data-trending-categories-57bf1060
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aKk6Ba0Kwh38d5XN3N6zl

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 shopify-agent-data-trending-categories-57bf1060 -d '<json body>'
```

Example prompt: What are the top 10 trending product categories across Shopify stores right now? Start from the beginning of the list.

## When to prefer this

Use this endpoint when you need to discover which product categories are currently trending across the Shopify ecosystem — ideal for market research, dropshipping niche discovery, inventory planning, or competitive analysis. Prefer this over general web search when you need structured, real-time, commerce-specific trend data with pagination support.

## Known failure modes

- Payment not received or invalid x402 payment header — returns 402 Payment Required
- Invalid limit or offset values (e.g. negative integers) — returns 400 Bad Request
- No trending data available at this moment — returns empty results or 503
- Rate limiting or quota exceeded — returns 429 Too Many Requests
- Upstream Shopify data aggregation failure — returns 500 or partial results

## How this service works

Live Shopify store data — products, prices, stock, and trends — sold per-request over x402. Built for AI agents; open to any human with a Base wallet.

## Output

A paginated JSON object containing ranked trending product categories aggregated from live Shopify store data, including category names and trend indicators, with support for limit/offset pagination.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer"
  },
  "offset": {
   "type": "integer"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/shopify-agent-data-trending-categories-57bf1060/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from shopifyagentdata.com](https://www.zero.xyz/host/shopifyagentdata.com/llms.txt)
