# Shopify Agent Data – Price Drops Feed

> Shopify Agent Data – Price Drops 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 list of Shopify products currently discounted below their compare-at price across indexed stores.

## Facts

- Endpoint: POST https://shopifyagentdata.com/api/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-feed-0fcdc6b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_npp8AFwI4jsbAioYkc3Iu

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-feed-0fcdc6b7 -d '<json body>'
```

Example prompt: Can you pull the latest price-dropped products from Shopify stores — I want to see what items are currently discounted below their compare-at price right now?

## When to prefer this

Use this endpoint when you need a ready-made, aggregated feed of discounted Shopify products without scraping individual stores. Prefer it over general product search when the specific intent is to find items on sale or monitor markdown activity across multiple Shopify merchants.

## Known failure modes

- No products currently have active price drops — returns empty list
- Rate limiting or quota exceeded — HTTP 429
- Authentication/payment failure — HTTP 402 if x402 payment not processed
- Upstream Shopify data indexing lag — results may not reflect real-time store changes
- Network timeout if catalog is large

## How this service works

Products currently discounted below their compare-at price.

## Output

A list of products across indexed Shopify stores that are currently priced below their compare-at (original) price, including product names, current sale prices, original compare-at prices, discount amounts or percentages, product URLs, and the store they belong to.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "type": "object",
     "properties": {
      "limit": {
       "type": "integer",
       "maximum": 100,
       "minimum": 1
      },
      "offset": {
       "type": "integer",
       "minimum": 0
      }
     }
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/shopify-agent-data-price-drops-feed-0fcdc6b7/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)
