# DealPulse Sale Event Deal Finder

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

Returns the best deals available for major sale events such as Black Friday, Prime Day, and Cyber Monday

## Facts

- Endpoint: GET https://dealpulse-weld.vercel.app/api/deals/event
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dealpulse-sale-event-deal-finder-daf430b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SQ1DY9SEmyfJvgW2FJnKO

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-sale-event-deal-finder-daf430b7
```

Example prompt: What are the best deals available right now for Black Friday — especially in electronics and home goods?

## When to prefer this

Use this endpoint when a user is specifically asking about deals tied to a named sale event (Black Friday, Prime Day, Cyber Monday, etc.) rather than deals on a specific product or general coupon codes. Best for broad event-level deal discovery across retailers.

## Known failure modes

- Unknown or unsupported sale event name returns empty results or error
- No active sale event in progress may return no deals
- Category filter not recognized returns unfiltered or empty results
- Payment of 0.1 USDC not completed results in 402 error blocking access

## How this service works

Black Friday / Prime Day / Cyber Monday deals / best sale-event deals by category. Returns the top current deals for a major shopping sale event, optionally filtered to a category, with buy links. For shopping and deal-hunting agents.

## Output

A list of the best deals available for the specified sale event, including product names, discount amounts, retailer information, and pricing details curated for that event period.

## 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-sale-event-deal-finder-daf430b7/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)
