# Shopify Agent Data – Top Vendors Trends

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

Returns a ranked list of top-performing vendors across indexed Shopify stores, with pagination support, for trend analysis.

## Facts

- Endpoint: POST https://shopifyagentdata.com/trends/top-vendors
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/shopify-agent-data-top-vendors-trends-42c8dd8d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N78LZMzrT0sHln5WXEQcN

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-top-vendors-trends-42c8dd8d -d '<json body>'
```

Example prompt: Show me the top 20 trending vendors across Shopify stores right now — who's performing best?

## When to prefer this

Use this endpoint when you need a ranked, aggregated view of which vendors are trending or performing best across multiple Shopify stores. Prefer this over product-search endpoints when the goal is vendor-level trend intelligence rather than individual product lookup. Ideal for competitive research, market analysis, or sourcing decisions based on which brands are gaining traction on Shopify.

## Known failure modes

- Invalid limit or offset parameter type returns a 400 error
- Payment not processed (x402 payment required) results in 402 response
- Offset beyond available data returns empty or partial results
- Temporary data unavailability returns a 503 or empty response
- Malformed request body returns a 400 validation error

## 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 list of top-performing vendors across indexed Shopify stores, including vendor names and trend/performance indicators, ordered by ranking. The response is a JSON object with vendor leaderboard data.

## 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-top-vendors-trends-42c8dd8d/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)
