# GamePulse Worth-It Verdict

> GamePulse Worth-It Verdict is a paid API for AI agents from gamepulse-zeta.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns a buy-or-wait verdict for a game with price history and review data to help gamers decide whether to purchase now or hold off.

## Facts

- Endpoint: GET https://gamepulse-zeta.vercel.app/api/gaming/worth-it
- 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/gamepulse-worth-it-verdict-3746f16c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pgZTjDr3QulOabXKAPYzn

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 gamepulse-worth-it-verdict-3746f16c
```

Example prompt: Should I buy Hogwarts Legacy right now at full price or wait for a sale — give me the worth-it verdict with its price history and review summary.

## When to prefer this

Use this endpoint when a user wants a definitive buy-or-wait recommendation for a specific game, combining price trend analysis with review quality to produce a single actionable verdict. Prefer this over raw price-lookup or review-only endpoints when the user needs a holistic purchase decision.

## Known failure modes

- Game not found in database — returns error with no verdict
- No price history available for a very new or obscure title
- Ambiguous game title matching multiple releases — may return wrong game data
- Stale price data if recent deals haven't been indexed yet

## How this service works

Buy-or-wait analysis for gamer and gaming-deals agents. Returns a worth-it verdict with price history and reviews for any game.

## Output

A structured response containing a clear buy-or-wait verdict, historical price data showing how the game's price has changed over time, and a review summary reflecting player and critic sentiment to support the recommendation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "game"
 ],
 "properties": {
  "game": {
   "type": "string",
   "description": "Game title or slug e.g. elden-ring, cyberpunk-2077"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gamepulse-worth-it-verdict-3746f16c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gamepulse-zeta.vercel.app](https://www.zero.xyz/host/gamepulse-zeta.vercel.app/llms.txt)
