# GamePulse Game Deal Finder

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

Returns the best current game deals across major storefronts including Steam, Epic, and GOG

## Facts

- Endpoint: GET https://gamepulse-zeta.vercel.app/api/gaming/deals
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gamepulse-game-deal-finder-c670ac22
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PBH6Dx4FTOFt2wZRMVqNg

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-game-deal-finder-c670ac22
```

Example prompt: What are the best game deals available right now across Steam, Epic, and GOG — show me anything with a significant discount today?

## When to prefer this

Use this endpoint when a user wants to discover current game discounts or sales across multiple major PC gaming storefronts simultaneously. Prefer this over visiting individual storefront pages when you need a consolidated cross-platform view of the best deals available right now.

## Known failure modes

- Storefront APIs temporarily unavailable resulting in partial deal data
- No deals currently available matching filters
- Rate limit exceeded returning 429 error
- Payment not processed correctly resulting in 402 error
- Stale deal data if storefront pricing recently changed

## How this service works

Game deal finder for gamer and gaming-deals agents. Returns the best game deals right now across all major storefronts: Steam, Epic, GOG.

## Output

A list of current game deals across major storefronts (Steam, Epic, GOG), including game titles, current discounted prices, original prices, discount percentages, and which storefront each deal is on.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "genre": {
   "type": "string",
   "description": "e.g. rpg, action, strategy, fps"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gamepulse-game-deal-finder-c670ac22/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)
