# Shopify Agent Data – Bulk Store Lookup

> Shopify Agent Data – Bulk Store Lookup 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).

Fetches live product data, prices, stock levels, and trends for multiple Shopify stores in a single paid API call via x402.

## Facts

- Endpoint: POST https://shopifyagentdata.com/stores/bulk
- 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-bulk-store-lookup-45c2fd55
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d7-Ttr4l8OvwRgkGy9JNM

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-bulk-store-lookup-45c2fd55 -d '<json body>'
```

Example prompt: Pull the live product listings, current prices, and stock levels for these three Shopify stores — gymshark.com, allbirds.com, and tentree.com — and tell me which ones have items under $50 still in stock.

## When to prefer this

Use this endpoint when you need live product, price, and stock data from multiple Shopify stores in a single call. Prefer this over the search or single-store endpoints when you have a known list of target stores and want comprehensive catalog snapshots. Ideal for price comparison agents, inventory monitoring bots, or shopping assistants that need to compare across merchants.

## Known failure modes

- Store not indexed — returns error if requested store domain is not in the crawled index
- Payment failure — x402 payment not completed or wallet has insufficient USDC balance
- Invalid store identifiers — malformed or unrecognized store domains return 400-level errors
- Rate or quota issues — bulk request exceeds allowed store count per call
- Stale data — store data may lag slightly if store hasn't been recently indexed

## 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

Returns a structured payload containing live product data for the requested Shopify stores, including product names, current prices, stock availability, and recent catalog trend signals. Data reflects real-time store state at time of request.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/shopify-agent-data-bulk-store-lookup-45c2fd55/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)
