# DealPulse Sale Event Deals by Category

> DealPulse Sale Event Deals by Category is a paid API for AI agents from dealpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns top current deals for a major shopping sale event (Black Friday, Prime Day, Cyber Monday), optionally filtered by category, with buy links

## Facts

- Endpoint: GET https://dealpulse.theaslangroupllc.com/api/deals/event
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dealpulse-sale-event-deals-by-category-afd9d937
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Jgg6WgxMnHWDkBkAV2ENo

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-deals-by-category-afd9d937
```

Example prompt: What are the top Black Friday deals in electronics right now? Show me the best discounts with links to buy them.

## When to prefer this

Use this endpoint when a user is specifically looking for deals during a named major shopping sale event (Black Friday, Prime Day, Cyber Monday) and wants the top picks, optionally scoped to a product category. Prefer this over a general best-price endpoint when the context is a live sale event rather than a single specific product search.

## Known failure modes

- No active sale event matching the provided name — returns empty list or 404
- Invalid or unsupported category filter — returns error or falls back to all categories
- Sale event has ended and no current deals are available
- Rate limit or payment failure (x402) — returns 402 Payment Required
- Malformed request parameters — returns 400 with validation error

## 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 ranked list of top current deals for the specified sale event, each including product name, retailer, original price, discounted price, discount percentage, and a direct buy link. Results can be narrowed to a specific shopping category.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "event"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "event": {
   "type": "string",
   "description": "Sale event name (e.g. black-friday, prime-day, cyber-monday)"
  },
  "category": {
   "type": "string",
   "description": "Product category filter (e.g. electronics, appliances, clothing)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dealpulse-sale-event-deals-by-category-afd9d937/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)
