# DealPulse Price History

> DealPulse Price History is a paid API for AI agents from dealpulse-weld.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns price history, trend direction, and historical-low context for a product to help determine whether to buy now or wait

## Facts

- Endpoint: GET https://dealpulse-weld.vercel.app/api/deals/history
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dealpulse-price-history-7f69b78b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nfZZSDKnprUER-1CZbJ1y

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 dealpulse-price-history-7f69b78b
```

Example prompt: Can you pull up the price history for the Sony WH-1000XM5 headphones and tell me if now is a good time to buy or if the price is likely to drop — I want to know the historical low and the recent trend.

## When to prefer this

Use this endpoint when you need to evaluate whether a current price is a good deal relative to historical pricing. Prefer this over a live price comparison endpoint when the user is asking about price trends, historical lows, or buy-now-or-wait decisions rather than just finding the cheapest current price.

## Known failure modes

- Product not found in price history database — returns empty or 404
- Insufficient historical data for a meaningful trend — returns partial data
- Invalid product identifier or unsupported retailer — returns 400 error
- Rate limit exceeded — returns 429 error
- Upstream retailer data unavailable — returns stale or incomplete history

## How this service works

Price history / buy now or wait / is it a good deal / historical low for a product. Returns the price trend and lowest-ever context so agents can decide whether the current price is a real deal or worth waiting. For shopping and deal-hunting agents.

## Output

Returns a time-series of historical prices for the requested product, the all-time or recent historical low price, and a trend signal (rising/falling/stable) that informs a buy-now-or-wait recommendation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "query": {
   "type": "string",
   "description": "query"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dealpulse-price-history-7f69b78b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dealpulse-weld.vercel.app](https://www.zero.xyz/host/dealpulse-weld.vercel.app/llms.txt)
