# DealPulse Store Coupon & Cashback Finder

> DealPulse Store Coupon & Cashback Finder is a paid API for AI agents from dealpulse-weld.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns real-time coupon codes, promotions, and cashback offers for a given store or restaurant

## Facts

- Endpoint: GET https://dealpulse-weld.vercel.app/api/deals/store
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dealpulse-store-coupon-cashback-finder-13a154e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zwS9aV7zMLHnQSYiHFUyQ

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-store-coupon-cashback-finder-13a154e2
```

Example prompt: Find me all the working coupon codes and cashback deals available right now for Nike so I can save as much as possible on my order.

## When to prefer this

Use this endpoint when a user wants to save money at a specific retailer or restaurant and needs to know what coupon codes, promo codes, or cashback offers are currently available. Best for real-time deal lookup at the store level rather than product-level price comparison or historical price tracking.

## Known failure modes

- Store not found or unrecognized — returns empty results or 404
- No active deals available for the requested store at this time
- Rate limit or payment authorization failure — 402 payment required
- Invalid store name or ambiguous query — may return unrelated results
- Coupon data stale if provider cache is outdated

## How this service works

Coupon codes / promo codes / discount codes / store cashback for a store or restaurant. Returns real-time working coupon codes, current promotions, and cashback rates for any named retailer or restaurant worldwide. For shopping and deal-hunting agents.

## Output

A list of currently active coupon codes, promo codes, and cashback offers for the requested store or restaurant, including discount amounts, terms, and any applicable conditions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dealpulse-store-coupon-cashback-finder-13a154e2/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)
