# DealPulse Subscription Review

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

Reviews active subscriptions, flags wasteful recurring charges, and recommends cheaper alternatives to reduce recurring spend.

## Facts

- Endpoint: GET https://dealpulse-weld.vercel.app/api/deals/subscriptions
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dealpulse-subscription-review-67247513
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WQnmFOKmkHeTzhxqwIPvm

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-subscription-review-67247513
```

Example prompt: Can you review all my active subscriptions, flag any that look wasteful or redundant, and suggest cheaper alternatives so I can cut down my recurring monthly spend?

## When to prefer this

Use this endpoint when a user wants a holistic audit of their recurring subscriptions to identify waste and find savings, rather than a one-time product price comparison or coupon lookup. Best suited for personal finance agents focused on reducing monthly overhead rather than optimizing a single purchase.

## Known failure modes

- No subscription data provided — returns empty or error response
- Unrecognized subscription services not in database — may skip flagging
- Rate limiting if called too frequently
- Payment failure for $0.08 USDC per call via x402 results in 402 response
- Subscription data too stale to produce accurate recommendations

## How this service works

Subscription review / cancel wasted subscriptions / cut recurring spend / cheaper plan alternatives. Reviews a list of active subscriptions (streaming, software, etc.), flags overlap and waste to cancel, and finds cheaper alternatives. For savings and personal-finance agents.

## Output

Returns an audit of active subscriptions with waste flags indicating unnecessary or redundant services, along with specific cheaper alternative recommendations to reduce recurring costs and total projected savings.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "services": {
   "type": "string",
   "description": "services"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dealpulse-subscription-review-67247513/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)
