# DealPulse Price Comparison

> DealPulse Price Comparison is a paid API for AI agents from dealpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Compares live prices for a named product across major retailers worldwide to find the cheapest current source, with buy links

## Facts

- Endpoint: GET https://dealpulse.theaslangroupllc.com/api/deals/compare
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dealpulse-price-comparison-9b1722b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DSXB_qLabxXf3BoXm23FX

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-comparison-9b1722b5
```

Example prompt: Can you compare prices for the Sony WH-1000XM5 headphones across all major retailers right now and tell me where I can get them cheapest with a link to buy?

## When to prefer this

Use this endpoint when you need a live, multi-retailer price comparison for a specific named product and want to find the absolute cheapest current price with a direct purchase link. Prefer this over a price history endpoint when the user wants to buy now rather than track trends, and over a coupon code endpoint when the user wants the baseline cheapest retailer rather than a discount on a specific store.

## Known failure modes

- Product not found or unrecognized name returns empty or error response
- Retailer data temporarily unavailable leads to incomplete comparison
- Ambiguous product query returns results for wrong item
- Price data may be slightly stale between crawl intervals
- Payment of 0.08 USDC not processed results in 402 response

## How this service works

Price comparison / compare prices / cheapest retailer for a product. Compares the live price of a named item across major retailers worldwide to find the cheapest source, with buy links. For shopping and deal-hunting agents.

## Output

A ranked list of retailers with their current live prices for the queried product, including direct buy links to each retailer and identification of the cheapest source

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "item"
 ],
 "properties": {
  "item": {
   "type": "string",
   "description": "Specific product name (e.g. Samsung 65 inch QN90B, Dyson V15)"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dealpulse-price-comparison-9b1722b5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dealpulse.theaslangroupllc.com](https://www.zero.xyz/host/dealpulse.theaslangroupllc.com/llms.txt)
