# DealPulse Best Price Finder

> DealPulse Best Price Finder 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-13).

Finds the best current price for a named product across all worldwide retailers, including applicable coupon/promo codes and direct buy links.

## Facts

- Endpoint: GET https://dealpulse.theaslangroupllc.com/api/deals/item
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dealpulse-best-price-finder-8f393395
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FaEP53GMtb9BifYsys0yS

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-best-price-finder-8f393395
```

Example prompt: What's the absolute cheapest place to buy the Sony WH-1000XM5 headphones right now, and are there any coupon or promo codes I can use — include a link to buy?

## When to prefer this

Use this endpoint when you need the single best price across all retailers for a specific named product, along with coupon codes and a ready-to-use buy link. Prefer this over the price-comparison sibling when you want a definitive 'best deal' recommendation rather than a full multi-retailer price table.

## Known failure modes

- Product not found or unrecognized product name — returns empty results or 404
- No deals currently indexed for the product — returns empty deal list
- Ambiguous product name matching multiple SKUs — may return results for wrong variant
- Retailer data temporarily stale — prices may not reflect last-minute changes
- Payment failure or x402 auth error — request rejected before processing

## How this service works

Best price / cheapest deal / where to buy a specific product. Finds the best current price on a named product across all retailers worldwide, with applicable coupon and promo codes and buy links. For shopping and deal-hunting agents.

## Output

Returns the best current price for the requested product, the retailer offering it, any applicable coupon or promo codes, and a direct buy link to purchase.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "query": {
   "type": "string",
   "description": "Product name or description (e.g. 65 inch TV, AirPods Pro)"
  },
  "budget": {
   "type": "number",
   "description": "Maximum budget in USD"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dealpulse-best-price-finder-8f393395/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)
