# DealPulse Gift Card Rate Finder

> DealPulse Gift Card Rate Finder 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 live discounted gift-card rates for a specific brand across guaranteed resale marketplaces, including stacked-savings calculations and risk assessment.

## Facts

- Endpoint: GET https://dealpulse.theaslangroupllc.com/api/deals/giftcard
- 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-gift-card-rate-finder-d44791d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tkxcZA7vdRs1W0CscnH4i

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-gift-card-rate-finder-d44791d4
```

Example prompt: What's the best discounted gift card rate I can get right now for Target, and what would my total stacked savings be if I also apply a promo code on top?

## When to prefer this

Use this endpoint when the user wants to maximize savings on a specific brand purchase by finding discounted gift cards on resale marketplaces, especially when stacked with additional promos or coupons. This is often the single largest available discount on a brand, making it the best first stop before checking coupon codes or cashback cards alone.

## Known failure modes

- Brand not found or not tracked — returns empty or 404 response
- No gift cards currently available on resale marketplaces for the brand — returns empty discount list
- Stale data if marketplace rates have shifted — discount rates may lag real-time by minutes
- Invalid brand name or ambiguous brand identifier — may return wrong brand results
- Rate limit exceeded — returns 429 if called too frequently

## How this service works

Report live discounted gift-card rates for a brand across guaranteed resale marketplaces, with stacked-savings math (card discount + promo + sale) and the honest risk picture. Often the single largest discount available on a brand.

## Output

Returns live gift card discount rates from guaranteed resale marketplaces for the requested brand, along with stacked-savings math (card discount + promo + sale), the effective purchase price, and an honest risk picture about buying discounted gift cards from secondary markets.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "store"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language"
  },
  "store": {
   "type": "string",
   "description": "Brand or store name"
  },
  "country": {
   "type": "string",
   "description": "Optional 2-letter ISO country code"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dealpulse-gift-card-rate-finder-d44791d4/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)
