# DealPulse Deal Check Lite (AWIN Feed Only)

> DealPulse Deal Check Lite (AWIN Feed Only) is a paid API for AI agents from dealpulse.theaslangroupllc.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns affiliate-network coupon codes and deals for a merchant sourced exclusively from AWIN feed data, with source links, at half the cost of the full check — no web scan or LLM-synthesized summary.

## Facts

- Endpoint: GET https://dealpulse.theaslangroupllc.com/api/deals/check-lite
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dealpulse-deal-check-lite-awin-feed-only-f62d4fae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B1H4U8Hz7MVu0gxdowJb_

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-deal-check-lite-awin-feed-only-f62d4fae
```

Example prompt: Can you do a quick coupon check on Nike using DealPulse's lite feed — just pull whatever discount codes and deals are in their AWIN affiliate network right now, with links to each source?

## When to prefer this

Use this endpoint when you need a fast, low-cost ($0.25 vs $0.50) coupon and deal lookup for a merchant and are satisfied with affiliate-network (AWIN) coverage only. Prefer this over /api/deals/check when you do not need first-party web scanning or an LLM-synthesized deal summary, and when source-linked feed data is sufficient for your use case.

## Known failure modes

- Merchant not found in AWIN feed — returns empty results or 404-style response
- Merchant name ambiguous — may match wrong retailer in feed
- AWIN feed data may be stale — recently expired codes may still appear
- No coupon codes in feed — legitimate empty result for merchants with no active affiliate deals
- Rate limiting or payment failure — 402 or 429 response

## How this service works

Deterministic subset of /api/deals/check ($0.50): offers the merchant itself uploaded to its affiliate network (AWIN), each source-linked, no LLM. Does not include the first-party web scan or synthesized honest_summary — no fabricated dynamic analysis. Claimed-code verdict is scoped to the feed only. For the full check see /api/deals/check.

## Output

A list of coupon codes and promotional deals for the requested merchant as uploaded to the AWIN affiliate network, each entry source-linked for verification. Includes a feed-scoped verdict on whether claimed codes appear in the affiliate feed. Does not include first-party website scan results or any LLM-generated honest_summary narrative.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "store"
 ],
 "properties": {
  "code": {
   "type": "string",
   "description": "Optional: a specific promo code to check against the merchant feed only"
  },
  "store": {
   "type": "string",
   "description": "Store, brand, or restaurant name"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dealpulse-deal-check-lite-awin-feed-only-f62d4fae/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)
