# Shopify Agent Data – Price Drops Trend Feed

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

Returns a paginated list of products across indexed Shopify stores that have recently experienced price drops, including current prices and discount signals.

## Facts

- Endpoint: POST https://shopifyagentdata.com/trends/price-drops
- 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/shopify-agent-data-price-drops-trend-feed-765830f4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__wMRbytKkpqz8C92LQkyk

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-price-drops-trend-feed-765830f4 -d '<json body>'
```

Example prompt: Pull me the top 20 products that have recently dropped in price across Shopify stores — I want to see what's gone on sale lately.

## When to prefer this

Choose this endpoint when you need a real-time, aggregated feed of price-drop trends across multiple Shopify stores without having to scrape individual storefronts. Ideal for deal-hunting agents, price alert systems, or competitive pricing dashboards that need fresh discount signals across the Shopify ecosystem. Prefer this over individual store APIs when breadth of coverage matters more than depth on a single merchant.

## Known failure modes

- Payment not received or insufficient USDC balance — 402 Payment Required response
- Invalid limit or offset parameter types — 400 Bad Request
- No price-drop data available for the requested page offset — empty result set
- Service unavailable or store data indexing lag — 503 or timeout
- Rate limiting if too many requests in quick succession

## 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 JSON object containing a paginated list of Shopify products that have undergone recent price drops, likely including product names, store identifiers, old and new prices, discount amounts or percentages, and timestamps of the price change events.

## 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-price-drops-trend-feed-765830f4/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)
